JAnonymousClassDef |
AbstractJExpr._newAnon(java.lang.Class<?> type) |
|
JAnonymousClassDef |
AbstractJExpr._newAnon(java.lang.String type) |
|
JAnonymousClassDef |
AbstractJExpr._newAnon(JType type) |
|
JAnonymousClassDef |
AbstractJType._newAnon() |
|
JAnonymousClassDef |
BasicJBlock._newAnon(java.lang.Class<?> type) |
|
JAnonymousClassDef |
BasicJBlock._newAnon(java.lang.String type) |
|
JAnonymousClassDef |
BasicJBlock._newAnon(JType type) |
|
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.
|
JAnonymousClassDef |
NestedJType._newAnon() |
|
JAnonymousClassDef |
ReferenceJType._newAnon() |
|
JAnonymousClassDef |
ThisJType._newAnon() |
|