Package org.jboss.jdeparser
Class InnerJAnonymousClassDef
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJExpr
-
- org.jboss.jdeparser.AbstractJCall
-
- org.jboss.jdeparser.ImplJAnonymousClassDef
-
- org.jboss.jdeparser.InnerJAnonymousClassDef
-
- All Implemented Interfaces:
AllowedStatementExpression
,JAnnotatable
,JAnonymousClassDef
,JCall
,JClassDef
,JClassDefSection
,JCommentable
,JDocCommentable
,JExpr
,JGenericDef
,JSimpleArgs
,Writable
class InnerJAnonymousClassDef extends ImplJAnonymousClassDef
-
-
Constructor Summary
Constructors Constructor Description InnerJAnonymousClassDef(AbstractJExpr expr, JType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(SourceFileWriter writer)
-
Methods inherited from class org.jboss.jdeparser.ImplJAnonymousClassDef
_class, _enum, _enum, _extends, _extends, _extends, _implements, _implements, _implements, _interface, annotate, annotate, annotate, annotationInterface, blankLine, blockComment, constructor, deprecated, docComment, erasedType, field, field, field, field, field, field, genericType, init, lineComment, method, method, method, section, staticInit, type, typeParam, typeParams
-
Methods inherited from class org.jboss.jdeparser.AbstractJCall
arg, arguments, diamond, typeArg, typeArg, typeArg, typeArguments, writeTypeArgs
-
Methods inherited from class org.jboss.jdeparser.AbstractJExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, of, or, paren, plus, prec, shl, shr, times
-
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.JCall
arg, arguments, diamond, typeArg, typeArg, typeArg, typeArguments
-
Methods inherited from interface org.jboss.jdeparser.JExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, or, paren, plus, shl, shr, times
-
-
-
-
Field Detail
-
expr
private final AbstractJExpr expr
-
-
Constructor Detail
-
InnerJAnonymousClassDef
InnerJAnonymousClassDef(AbstractJExpr expr, JType type)
-
-
Method Detail
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classImplJAnonymousClassDef
- Throws:
java.io.IOException
-
-