Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Uses of Interface
javax.ide.model.java.declaration.TypeD

Packages that use TypeD
javax.ide.model.java The interfaces and classes implementing an IDE's java model. 
javax.ide.model.java.declaration Declaration model. 
javax.ide.model.java.source Various interfaces for use with Tree objects. 

 

Uses of TypeD in javax.ide.model.java

 

Methods in javax.ide.model.java that return TypeD
 TypeD JavaModel.getArrayType(TypeD componentType, int dims)
          Fetches a TypeD for the given array type of the specified component type an dimensions.
 TypeD JavaModel.getParameterizedType(TypeD baseType, TypeD[] arguments)
          Fetches a TypeD for the given parameterized type.

 

Methods in javax.ide.model.java with parameters of type TypeD
 TypeD JavaModel.getArrayType(TypeD componentType, int dims)
          Fetches a TypeD for the given array type of the specified component type an dimensions.
 TypeD JavaModel.getParameterizedType(TypeD baseType, TypeD[] arguments)
          Fetches a TypeD for the given parameterized type.
 TypeD JavaModel.getParameterizedType(TypeD baseType, TypeD[] arguments)
          Fetches a TypeD for the given parameterized type.

 

Uses of TypeD in javax.ide.model.java.declaration

 

Subinterfaces of TypeD in javax.ide.model.java.declaration
 interface ArrayTypeD
          Represents an array type.
 interface ClassD
          Represents a primitive, class, interface, enum, or annotation type.
 interface TypeVariableD
          Represents a type variable.
 interface WildcardTypeD
          Represents a wildcard type.

 

Fields in javax.ide.model.java.declaration declared as TypeD
static TypeD[] TypeD.EMPTY_ARRAY
           

 

Methods in javax.ide.model.java.declaration that return TypeD
 TypeD AnnotationD.getAnnotationType()
          Gets the annotation type of this annotation.
 TypeD ArrayTypeD.getComponentType()
           
 TypeD MethodD.getReturnType()
          Gets the return type.
 TypeD TypeD.getSuperclass()
          Gets this type's superclass.
 TypeD HasTypeD.getType()
          Gets the type of this element.
 TypeD TypeD.getType()
          Gets itself as its type.

 

Methods in javax.ide.model.java.declaration with parameters of type TypeD
 ConstructorD TypeD.getDeclaredConstructor(TypeD[] parameters)
          Gets the matching declared constructor, null if none.
 MethodD TypeD.getDeclaredMethod(java.lang.String name, TypeD[] parameters)
          Gets the matching declared method, null if none.
 MethodD TypeD.getMethod(java.lang.String name, TypeD[] parameters)
          Gets the first matching method, null if none.
 boolean TypeD.isAssignableFrom(TypeD subject)
          True if this type is assignable from the subject type.

 

Uses of TypeD in javax.ide.model.java.source

 

Methods in javax.ide.model.java.source that return TypeD
 TypeD TreeResolver.getResolvedType(Tree tree)
          Resolves this tree into a type reference.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.