JAnonymousClassDef |
JBlock._newAnon(java.lang.Class<?> type) |
Insert an object construction statement for an anonymous class at this point.
|
JAnonymousClassDef |
JBlock._newAnon(java.lang.String type) |
Insert an object construction statement for an anonymous class at this point.
|
JAnonymousClassDef |
JBlock._newAnon(JType type) |
Insert an object construction statement for an anonymous class at this point.
|
JAnonymousClassDef |
JExpr._newAnon(java.lang.Class<?> type) |
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this
expression.
|
JAnonymousClassDef |
JExpr._newAnon(java.lang.String type) |
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this
expression.
|
JAnonymousClassDef |
JExpr._newAnon(JType type) |
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this
expression.
|
JAnonymousClassDef |
JType._newAnon() |
Construct a new anonymous subclass of this type.
|