Modifier and Type | Method and Description |
---|---|
JAnonymousClassDef |
JType._newAnon()
Construct a new anonymous subclass of this type.
|
JAnonymousClassDef |
JBlock._newAnon(Class<?> type)
Insert an object construction statement for an anonymous class at this point.
|
JAnonymousClassDef |
JExpr._newAnon(Class<?> type)
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this
expression.
|
JAnonymousClassDef |
JBlock._newAnon(JType type)
Insert an object construction statement for an anonymous class at this point.
|
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 |
JBlock._newAnon(String type)
Insert an object construction statement for an anonymous class at this point.
|
JAnonymousClassDef |
JExpr._newAnon(String type)
Construct a new anonymous subclass of the given type, which must be an inner class of the type of this
expression.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.