Package org.jboss.jdeparser
Class AnonymousJClassDef
- All Implemented Interfaces:
ClassContent
,ClassFileContent
,JAnnotatable
,JClassDef
,JClassDefSection
,JCommentable
,JDocCommentable
,JGenericDef
,Sectionable
,Writable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Tokens.$KW
(package private) void
writeAnnotations
(SourceFileWriter writer) (package private) void
writeClassHeader
(SourceFileWriter sourceFileWriter) (package private) void
writeTypeParams
(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
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 Details
-
AnonymousJClassDef
AnonymousJClassDef(ImplJAnonymousClassDef anonymousClassDef)
-
-
Method Details
-
designation
Tokens.$KW designation()- Specified by:
designation
in classAbstractJClassDef
-
writeTypeParams
- Overrides:
writeTypeParams
in classAbstractJGeneric
- Throws:
IOException
-
writeAnnotations
- Throws:
IOException
-
writeClassHeader
- Overrides:
writeClassHeader
in classAbstractJClassDef
- Throws:
IOException
-