Class GJavaDoc
- java.lang.Object
-
- org.cakelab.blender.typemap.NameMapping
-
- org.cakelab.blender.generator.utils.CodeGenerator
-
- org.cakelab.blender.generator.utils.GCodeSection
-
- org.cakelab.blender.generator.utils.GComment
-
- org.cakelab.blender.generator.utils.GJavaDoc
-
public class GJavaDoc extends GComment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cakelab.blender.generator.utils.GComment
GComment.Type
-
-
Field Summary
-
Fields inherited from class org.cakelab.blender.generator.utils.GCodeSection
currentLine
-
Fields inherited from class org.cakelab.blender.generator.utils.CodeGenerator
indent, NL, TAB
-
-
Constructor Summary
Constructors Constructor Description GJavaDoc(ClassGenerator classgen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSeeTag(java.lang.Class<?> clazz)
void
addSeeTag(java.lang.String reference)
-
Methods inherited from class org.cakelab.blender.generator.utils.GComment
append, appendln, appendln, reset, toString
-
Methods inherited from class org.cakelab.blender.generator.utils.GCodeSection
append, getLines, numLines, sortLines, sortLines
-
Methods inherited from class org.cakelab.blender.generator.utils.CodeGenerator
getIndentString, indent
-
Methods inherited from class org.cakelab.blender.typemap.NameMapping
getFieldDescriptorName, mangle, mapClass2Struct, mapStruct2Class, toCamelCase, toFirstLowerCase, toGetterMethodName, toSetterMethodName
-
-
-
-
Constructor Detail
-
GJavaDoc
public GJavaDoc(ClassGenerator classgen)
-
-