| 
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 JavaHasName | |
|---|---|
| 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.model.doc | The parser model API for doc elements. | 
| oracle.javatools.parser.java.v2.model.expression | The parser model API for expressions. | 
| oracle.javatools.parser.java.v2.model.statement | The parser model API for statements. | 
| oracle.jdeveloper.java.provider | Public implementations of the JavaFileProvider interface. | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.classfile | 
|---|
| Classes in oracle.javatools.parser.java.v2.classfile that implement JavaHasName | |
|---|---|
 class | 
oracle.javatools.parser.java.v2.classfile.ClClass | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.common | 
|---|
| Classes in oracle.javatools.parser.java.v2.common that implement JavaHasName | |
|---|---|
 class | 
AbstractClassAn abstract implementation of JavaClass.  | 
 class | 
AbstractFieldAn abstract implementation of JavaField.  | 
 class | 
AbstractMethodAn abstract implementation of JavaMethod.  | 
 class | 
AbstractPackageAn abstract implementation of JavaPackage.  | 
 class | 
AbstractTypeAn abstract implementation of JavaType.  | 
 class | 
AbstractVariableAn abstract implementation of JavaVariable.  | 
 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 | 
QuickHasNameA lightweight object that knows how to retrieve its resolved type when asked for it.  | 
 class | 
QuickLocalVariableA light-weight implementation of JavaLocalVariable, particularly useful for constructing formal parameter objects for use with QuickMethod.  | 
 class | 
QuickMethodA lightweight implementation of JavaMethod.  | 
 class | 
ValueRepresents a value in the java language.  | 
 class | 
WrapperClassSkeleton implementation of an object wrapping a class.  | 
 class | 
WrapperFieldSkeleton implementation of an object wrapping a field.  | 
 class | 
WrapperLocalVariableSkeleton implementation of an object wrapping a local variable.  | 
 class | 
WrapperMethodSkeleton implementation of an object wrapping a method.  | 
 class | 
WrapperPackageSkeleton implementation of an object wrapping a class.  | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.model | 
|---|
| Subinterfaces of JavaHasName in oracle.javatools.parser.java.v2.model | |
|---|---|
 interface | 
CompiledImportA traditional narrow import declaration imports a single type.  | 
 interface | 
JavaClassA JavaClass is mostly the equivalent of java/lang/Class.  | 
 interface | 
JavaFieldThe JavaField is the compiled representation of a java field.  | 
 interface | 
JavaIsGenericA generic declaration declares type parameters.  | 
 interface | 
JavaLocalVariableA compile-time local variable (or formal parameter).  | 
 interface | 
JavaMemberThe JavaField is the compiled representation of a java field.  | 
 interface | 
JavaMethodThe JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method.  | 
 interface | 
JavaPackageThe JavaType is the compiled representation of a JavaType.  | 
 interface | 
JavaTypeJavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType.  | 
 interface | 
JavaTypeVariableThe TypeVariable is a new concept in jdk 1.5.  | 
 interface | 
JavaVariableThe JavaVariable is the compiled representation of a local variable, including formal parameters.  | 
 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 | 
SourceClassInitializerThe SourceMember represents a member declaration for a type. | 
 interface | 
SourceEnumConstantAn enum constant.  | 
 interface | 
SourceFieldDeclarationA field (or enum constant) declaration.  | 
 interface | 
SourceFieldVariableA field variable.  | 
 interface | 
SourceFormalParameterA formal parameter.  | 
 interface | 
SourceImportAn import declaration.  | 
 interface | 
SourceLocalVariableA local variable or formal parameter.  | 
 interface | 
SourceMemberThe SourceMember represents a member declaration for a type. | 
 interface | 
SourceMemberVariableA field (or enum constant) variable.  | 
 interface | 
SourceMethodA SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration.  | 
 interface | 
SourceNameA name.  | 
 interface | 
SourceTypeParameterA type parameter.  | 
 interface | 
SourceVariableA SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters.  | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.model.doc | 
|---|
| Subinterfaces of JavaHasName in oracle.javatools.parser.java.v2.model.doc | |
|---|---|
 interface | 
SourceDocTagNameA SourceDocTextFragment represents a text fragment within a SourceDocDescription. | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.model.expression | 
|---|
| Subinterfaces of JavaHasName in oracle.javatools.parser.java.v2.model.expression | |
|---|---|
 interface | 
CompiledSelfVariableThe type of a compiled self variable.  | 
 interface | 
CompiledTmpVariableThe type of a compiled tmp variable.  | 
| Uses of JavaHasName in oracle.javatools.parser.java.v2.model.statement | 
|---|
| Subinterfaces of JavaHasName in oracle.javatools.parser.java.v2.model.statement | |
|---|---|
 interface | 
CompiledStatementLabelThe compile-model declaration of a statement label.  | 
 interface | 
SourceStatementLabelA label on a labeled statement.  | 
| Uses of JavaHasName in oracle.jdeveloper.java.provider | 
|---|
| Classes in oracle.jdeveloper.java.provider that implement JavaHasName | |
|---|---|
protected  class | 
BaseFileProvider.BaseClassOur ClCass implementation to override handling of inner class searching and source file hints for SourceClass searching.  | 
protected  class | 
BaseFileProvider.BasePackageThis is a basic wrapper implementation of JavaPackage. | 
  | 
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 | |||||||||