Package org.jboss.jdeparser
Class EnumConstantJClassDef
- java.lang.Object
-
- All Implemented Interfaces:
ClassContent
,ClassFileContent
,JAnnotatable
,JClassDef
,JClassDefSection
,JCommentable
,JDocCommentable
,JGenericDef
,Sectionable
,Writable
class EnumConstantJClassDef extends AbstractJClassDef
-
-
Constructor Summary
Constructors Constructor Description EnumConstantJClassDef(ImplJEnumConstant enumConstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Tokens.$KW
designation()
(package private) void
writeAnnotations(SourceFileWriter writer)
(package private) void
writeClassHeader(SourceFileWriter sourceFileWriter)
-
Methods inherited from class org.jboss.jdeparser.AbstractJClassDef
_class, _class, _enum, _enum, _enum, _extends, _extends, _extends, _implements, _implements, _implements, _interface, _interface, add, add, annotationInterface, annotationInterface, blankLine, blockComment, constructor, constructor, erasedType, field, field, field, field, field, field, field, genericType, getClassFile, getContent, getEnclosingClass, getExtends, getImplements, getMemberIndentation, getModifiers, getMods, getName, hasAllModifiers, hasAnyModifier, hasInterfaceStyleExtends, init, init, lineComment, method, method, method, method, methodCanHaveBody, section, staticInit, staticInit, supportsCompactInitOnly, typeParam, write, writeContent, writeContentBlock
-
Methods inherited from class org.jboss.jdeparser.AbstractJGeneric
typeParams, typeParamsToArgs, writeTypeParams
-
Methods inherited from class org.jboss.jdeparser.BasicJAnnotatable
annotate, annotate, annotate, writeAnnotations
-
Methods inherited from class org.jboss.jdeparser.AbstractJDocCommentable
deprecated, docComment, writeDocComments
-
Methods inherited from class org.jboss.jdeparser.BasicJCommentable
writeComments
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JAnnotatable
annotate, annotate, annotate
-
Methods inherited from interface org.jboss.jdeparser.JDocCommentable
deprecated, docComment
-
Methods inherited from interface org.jboss.jdeparser.JGenericDef
typeParams
-
-
-
-
Constructor Detail
-
EnumConstantJClassDef
EnumConstantJClassDef(ImplJEnumConstant enumConstant)
-
-
Method Detail
-
designation
Tokens.$KW designation()
- Specified by:
designation
in classAbstractJClassDef
-
writeAnnotations
void writeAnnotations(SourceFileWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
writeClassHeader
void writeClassHeader(SourceFileWriter sourceFileWriter) throws java.io.IOException
- Overrides:
writeClassHeader
in classAbstractJClassDef
- Throws:
java.io.IOException
-
-