|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassT | |
---|---|
javax.ide.model.java.source | Various interfaces for use with Tree objects. |
javax.ide.model.java.source.tree | The Java AST. |
Uses of ClassT in javax.ide.model.java.source |
---|
Methods in javax.ide.model.java.source that return ClassT | |
---|---|
ClassT |
TreeFactory.createClass(ClassT.ClassKind typeKind, java.lang.String name, SuperclassT superclass, InterfacesT interfaces, ClassBodyT body) Creates a class declaration. |
abstract ClassT |
TreeFactory.createClass(ClassT.ClassKind typeKind, java.lang.String name, TypeParameterT[] typeParameters, SuperclassT superclass, InterfacesT interfaces, ClassBodyT body) Creates a class declaration. |
abstract ClassT |
TreeFactory.textToClass(java.lang.String text) Attempts to create a class with the given text. |
Methods in javax.ide.model.java.source with parameters of type ClassT | |
---|---|
void |
TreeVisitor.visitClassDeclaration(ClassT tree) Visits a ClassT. |
Uses of ClassT in javax.ide.model.java.source.tree |
---|
Fields in javax.ide.model.java.source.tree declared as ClassT | |
---|---|
static ClassT[] |
ClassT.EMPTY_ARRAY |
Methods in javax.ide.model.java.source.tree that return ClassT | |
---|---|
ClassT |
EnumConstantT.getAnonymousClass() Gets the anonymous class if one was defined. |
ClassT |
NewClassExpressionT.getAnonymousClass() |
ClassT |
FileT.getClass(java.lang.String name) Gets the matching top-level source class. |
ClassT |
ClassT.getDeclaredClass(java.lang.String name) Gets the matching member class declarations. |
ClassT |
MemberT.getDeclaringClass() Gets the enclosing class. |
ClassT |
FileT.getPrimaryClass() Gets the primary class. |
Methods in javax.ide.model.java.source.tree with parameters of type ClassT | |
---|---|
void |
EnumConstantT.setAnonymousClass(ClassT anonymousClass) Attempts to set the anonymous class. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |