Package org.jboss.jdeparser
Class AnonymousJClassDef
- java.lang.Object
-
- All Implemented Interfaces:
ClassContent,ClassFileContent,JAnnotatable,JClassDef,JClassDefSection,JCommentable,JDocCommentable,JGenericDef,Sectionable,Writable
class AnonymousJClassDef extends AbstractJClassDef
-
-
Constructor Summary
Constructors Constructor Description AnonymousJClassDef(ImplJAnonymousClassDef anonymousClassDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Tokens.$KWdesignation()(package private) voidwriteAnnotations(SourceFileWriter writer)(package private) voidwriteClassHeader(SourceFileWriter sourceFileWriter)(package private) voidwriteTypeParams(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 Detail
-
AnonymousJClassDef
AnonymousJClassDef(ImplJAnonymousClassDef anonymousClassDef)
-
-
Method Detail
-
designation
Tokens.$KW designation()
- Specified by:
designationin classAbstractJClassDef
-
writeTypeParams
void writeTypeParams(SourceFileWriter sourceFileWriter) throws java.io.IOException
- Overrides:
writeTypeParamsin classAbstractJGeneric- Throws:
java.io.IOException
-
writeAnnotations
void writeAnnotations(SourceFileWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
writeClassHeader
void writeClassHeader(SourceFileWriter sourceFileWriter) throws java.io.IOException
- Overrides:
writeClassHeaderin classAbstractJClassDef- Throws:
java.io.IOException
-
-