|
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 JavaIsGeneric | |
|---|---|
| oracle.javatools.parser.java.v2.classfile | The parser's class file reader. |
| oracle.javatools.parser.java.v2.common | Classes common to model implementations. |
| oracle.javatools.parser.java.v2.model | The parser model API. |
| oracle.javatools.parser.java.v2.util | Various utilities for use with the parser. |
| oracle.jdeveloper.java.provider | Public implementations of the JavaFileProvider interface. |
| Uses of JavaIsGeneric in oracle.javatools.parser.java.v2.classfile |
|---|
| Classes in oracle.javatools.parser.java.v2.classfile that implement JavaIsGeneric | |
|---|---|
class |
oracle.javatools.parser.java.v2.classfile.ClClass |
| Uses of JavaIsGeneric in oracle.javatools.parser.java.v2.common |
|---|
| Classes in oracle.javatools.parser.java.v2.common that implement JavaIsGeneric | |
|---|---|
class |
AbstractClassAn abstract implementation of JavaClass. |
class |
AbstractMethodAn abstract implementation of JavaMethod. |
class |
AbstractTypeAn abstract implementation of JavaType. |
class |
CastedMethodA "casted method" represents a method invocation followed by a type cast. |
class |
PrimitiveTypeRepresents a primitive type JavaClass. |
class |
QuickComponentA QuickComponent is a special type of JavaVariable that refers to an annotation member (method!). |
class |
QuickMethodA lightweight implementation of JavaMethod. |
class |
WrapperClassSkeleton implementation of an object wrapping a class. |
class |
WrapperMethodSkeleton implementation of an object wrapping a method. |
| Methods in oracle.javatools.parser.java.v2.common with parameters of type JavaIsGeneric | |
|---|---|
static JavaTypeVariable |
CommonUtilities.getTypeParameter(JavaIsGeneric target, java.lang.String name) |
| Constructors in oracle.javatools.parser.java.v2.common with parameters of type JavaIsGeneric | |
|---|---|
QuickSignatureParser(java.lang.String text, JavaIsGeneric owningGeneric, JavaProvider provider) |
|
| Uses of JavaIsGeneric in oracle.javatools.parser.java.v2.model |
|---|
| Subinterfaces of JavaIsGeneric in oracle.javatools.parser.java.v2.model | |
|---|---|
interface |
JavaClassA JavaClass is mostly the equivalent of java/lang/Class. |
interface |
JavaMethodThe JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
interface |
JavaTypeJavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
interface |
JavaTypeVariableThe TypeVariable is a new concept in jdk 1.5. |
interface |
JavaWildcardTypeThe WildcardType is a new concept in jdk 1.5. |
interface |
SourceClassA SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
interface |
SourceMethodA SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
interface |
SourceTypeParameterA type parameter. |
| Uses of JavaIsGeneric in oracle.javatools.parser.java.v2.util |
|---|
| Methods in oracle.javatools.parser.java.v2.util with parameters of type JavaIsGeneric | |
|---|---|
void |
BindingContext.setContext(JavaIsGeneric sourceContext, JavaType targetContext) |
void |
BindingContext.setSourceContext(JavaIsGeneric sourceContext) |
| Constructors in oracle.javatools.parser.java.v2.util with parameters of type JavaIsGeneric | |
|---|---|
BindingContext(JavaProvider provider, JavaIsGeneric sourceContext, JavaType targetContext) |
|
| Uses of JavaIsGeneric in oracle.jdeveloper.java.provider |
|---|
| Classes in oracle.jdeveloper.java.provider that implement JavaIsGeneric | |
|---|---|
protected class |
BaseFileProvider.BaseClassOur ClCass implementation to override handling of inner class searching and source file hints for SourceClass searching. |
|
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 | |||||||||