|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeParameterT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of TypeParameterT in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source that return TypeParameterT | |
|---|---|
TypeParameterT |
TreeFactory.createTypeParameter(java.lang.String name)
Creates a type parameter. |
TypeParameterT |
TreeFactory.createTypeParameter(java.lang.String name,
TypeReferenceT bound)
Creates a type parameter. |
abstract TypeParameterT |
TreeFactory.createTypeParameter(java.lang.String name,
TypeReferenceT[] bounds)
Creates a type parameter. |
| Methods in javax.ide.model.java.source with parameters of type TypeParameterT | |
|---|---|
abstract ClassT |
TreeFactory.createClass(ClassT.ClassKind typeKind,
java.lang.String name,
TypeParameterT[] typeParameters,
SuperclassT superclass,
InterfacesT interfaces,
ClassBodyT body)
Creates a class declaration. |
abstract MethodT |
TreeFactory.createConstructor(TypeParameterT[] typeParameters,
FormalParameterListT parameters,
ThrowsT throwsClause,
BlockT block)
Creates a constructor declaration |
abstract MethodT |
TreeFactory.createMethod(TypeParameterT[] typeParameters,
TypeReferenceT returnType,
java.lang.String name,
FormalParameterListT parameters,
ThrowsT throwsClause,
BlockT block)
Creates a method declaration. |
void |
TreeVisitor.visitTypeParameter(TypeParameterT tree)
Visits a TypeParameterT. |
| Uses of TypeParameterT in javax.ide.model.java.source.tree |
|---|
| Fields in javax.ide.model.java.source.tree declared as TypeParameterT | |
|---|---|
static TypeParameterT[] |
TypeParameterT.EMPTY_ARRAY
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||