|
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 oracle.javatools.parser.java.v2.model | |
|---|---|
| oracle.javatools.parser.java.v2 | The parser API. |
| 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.javatools.parser.java.v2.util | Various utilities for use with the parser. |
| oracle.javatools.parser.java.v2.util.filter | Filter utilities for use with the parser. |
| oracle.javatools.parser.java.v2.write | API involved with writing. |
| oracle.jdeveloper.audit.java | Helper and transform classes for auditing Java nodes and working with the Java object model. |
| oracle.jdeveloper.builder.annotation | |
| oracle.jdeveloper.builder.cls | The cls package provides classes and interfaces for generating Java classes. |
| oracle.jdeveloper.builder.enumtype | |
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
| oracle.jdeveloper.controller | |
| oracle.jdeveloper.dialogs | The Dialogs package contains commonly used dialogs. |
| oracle.jdeveloper.java | Public API for the java model. |
| oracle.jdeveloper.java.dependency | Provides dependency information for Java. |
| oracle.jdeveloper.java.insight | |
| oracle.jdeveloper.java.legacy | Used for migrating legacy java model code to the current version. |
| oracle.jdeveloper.java.provider | Public implementations of the JavaFileProvider interface. |
| oracle.jdeveloper.java.util | Public utilities for use with the java model, including the parser. |
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
| oracle.jdeveloper.webapp.faces | |
| oracle.jdeveloper.webapp.faces.backingfile | |
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2 | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceBlock The SourceCodeBlock represents code blocks for methods and statements. |
|
| SourceBlockElement A SourceElement that may be a child of a SourceBlock. |
|
| SourceCatchParameter Represents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceClassBody A class body, sometimes called a class block. |
|
| SourceClassInitializer The SourceMember represents a member declaration for a type. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceEnumConstant An enum constant. |
|
| SourceFieldDeclaration A field (or enum constant) declaration. |
|
| SourceFieldVariable A field variable. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceFormalParameter A formal parameter. |
|
| SourceFormalParameterList A formal parameter list. |
|
| SourceImport An import declaration. |
|
| SourceInterfacesClause An extends and/or an implements clause. |
|
| SourceLexicalBlankline A whitespace token. |
|
| SourceLexicalComment A comment token. |
|
| SourceLocalVariable A local variable or formal parameter. |
|
| SourceLocalVariableDeclaration A local variable declaration. |
|
| SourceMember The SourceMember represents a member declaration for a type. |
|
| SourceMethod A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
|
| SourceName A name. |
|
| SourcePackage The SourcePackage. |
|
| SourceSuperclassClause An extends and/or an implements clause. |
|
| SourceThrowsClause A throws clause for a method or constructor declaration. |
|
| SourceTypeArgument A type argument for a type reference. |
|
| SourceTypeParameter A type parameter. |
|
| SourceTypeReference A type reference. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.classfile | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaHasAnnotations All runtime annotations are provided, both visible and invisible. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaIsGeneric A generic declaration declares type parameters. |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.common | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaAnnotation An instance of an annotation type. |
|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaField The JavaField is the compiled representation of a java field. |
|
| JavaFile A compilation unit. |
|
| JavaHasAnnotations All runtime annotations are provided, both visible and invisible. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaIsGeneric A generic declaration declares type parameters. |
|
| JavaLocalVariable A compile-time local variable (or formal parameter). |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| JavaTypeVariable The TypeVariable is a new concept in jdk 1.5. |
|
| JavaVariable The JavaVariable is the compiled representation of a local variable, including formal parameters. |
|
| JavaWildcardType The WildcardType is a new concept in jdk 1.5. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceHasModifiers A SourceElement that may have modifiers. |
|
| SourceMemberVariable A field (or enum constant) variable. |
|
| SourceMethod A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
|
| UnresolvedType Information about a JavaHasType, useful when JavaHasType.getResolvedType() returns null. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model | |
|---|---|
| CompiledImport A traditional narrow import declaration imports a single type. |
|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaAnnotation An instance of an annotation type. |
|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaField The JavaField is the compiled representation of a java field. |
|
| JavaFile A compilation unit. |
|
| JavaHasAnnotations All runtime annotations are provided, both visible and invisible. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaIsGeneric A generic declaration declares type parameters. |
|
| JavaLocalVariable A compile-time local variable (or formal parameter). |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| JavaTypeVariable The TypeVariable is a new concept in jdk 1.5. |
|
| JavaVariable The JavaVariable is the compiled representation of a local variable, including formal parameters. |
|
| NodeBinding A client data object. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceBlock The SourceCodeBlock represents code blocks for methods and statements. |
|
| SourceBlockElement A SourceElement that may be a child of a SourceBlock. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceClassBody A class body, sometimes called a class block. |
|
| SourceClassInitializer The SourceMember represents a member declaration for a type. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceError An error found in the parse tree. |
|
| SourceFieldDeclaration A field (or enum constant) declaration. |
|
| SourceFieldVariable A field variable. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceFormalParameter A formal parameter. |
|
| SourceFormalParameterList A formal parameter list. |
|
| SourceHasBlock A source element that has a block. |
|
| SourceHasModifiers A SourceElement that may have modifiers. |
|
| SourceHasName A SourceHasName has a SourceName (notice that this is a SourceToken child) child. |
|
| SourceHasType A SourceElement that has a type reference. |
|
| SourceImport An import declaration. |
|
| SourceInterfacesClause An extends and/or an implements clause. |
|
| SourceLexicalElement A lexical element is what the JLS refers to as an input element in section 3.5. |
|
| SourceLocalVariable A local variable or formal parameter. |
|
| SourceMember The SourceMember represents a member declaration for a type. |
|
| SourceMemberVariable A field (or enum constant) variable. |
|
| SourceMethod A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
|
| SourceName A name. |
|
| SourcePackage The SourcePackage. |
|
| SourceSuperclassClause An extends and/or an implements clause. |
|
| SourceThrowsClause A throws clause for a method or constructor declaration. |
|
| SourceTypeArgument A type argument for a type reference. |
|
| SourceTypeParameter A type parameter. |
|
| SourceTypeReference A type reference. |
|
| SourceVariable A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters. |
|
| SourceVariableDeclaration The common base interface for a field declaration and a local variable declaration. |
|
| UnresolvedType Information about a JavaHasType, useful when JavaHasType.getResolvedType() returns null. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.doc | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceFormalParameter A formal parameter. |
|
| SourceHasName A SourceHasName has a SourceName (notice that this is a SourceToken child) child. |
|
| SourceMember The SourceMember represents a member declaration for a type. |
|
| SourceName A name. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.expression | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaHasAnnotations All runtime annotations are provided, both visible and invisible. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaVariable The JavaVariable is the compiled representation of a local variable, including formal parameters. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceHasName A SourceHasName has a SourceName (notice that this is a SourceToken child) child. |
|
| SourceHasType A SourceElement that has a type reference. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.model.statement | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaHasName A JavaHasName object has a name. |
|
| SourceBlockElement A SourceElement that may be a child of a SourceBlock. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceHasBlock A source element that has a block. |
|
| SourceHasName A SourceHasName has a SourceName (notice that this is a SourceToken child) child. |
|
| SourceLocalVariableDeclaration A local variable declaration. |
|
| SourceName A name. |
|
| SourceVariable A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.util | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaField The JavaField is the compiled representation of a java field. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaIsGeneric A generic declaration declares type parameters. |
|
| JavaLocalVariable A compile-time local variable (or formal parameter). |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceBlock The SourceCodeBlock represents code blocks for methods and statements. |
|
| SourceCatchParameter Represents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceClassBody A class body, sometimes called a class block. |
|
| SourceClassInitializer The SourceMember represents a member declaration for a type. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceEnumConstant An enum constant. |
|
| SourceError An error found in the parse tree. |
|
| SourceFieldDeclaration A field (or enum constant) declaration. |
|
| SourceFieldVariable A field variable. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceFormalParameter A formal parameter. |
|
| SourceFormalParameterList A formal parameter list. |
|
| SourceImport An import declaration. |
|
| SourceInterfacesClause An extends and/or an implements clause. |
|
| SourceLocalVariable A local variable or formal parameter. |
|
| SourceLocalVariableDeclaration A local variable declaration. |
|
| SourceMethod A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
|
| SourceName A name. |
|
| SourcePackage The SourcePackage. |
|
| SourceSuperclassClause An extends and/or an implements clause. |
|
| SourceThrowsClause A throws clause for a method or constructor declaration. |
|
| SourceTypeArgument A type argument for a type reference. |
|
| SourceTypeParameter A type parameter. |
|
| SourceTypeReference A type reference. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.util.filter | |
|---|---|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceHasModifiers A SourceElement that may have modifiers. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.javatools.parser.java.v2.write | |
|---|---|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.audit.java | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.builder.annotation | |
|---|---|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.builder.cls | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.builder.enumtype | |
|---|---|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.cmt | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaFile A compilation unit. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceVariable A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.controller | |
|---|---|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.dialogs | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaFile A compilation unit. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.dependency | |
|---|---|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.insight | |
|---|---|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| SourceAnnotation An annotation (not to be confused with annotation type). |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.legacy | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| SourceBlock The SourceCodeBlock represents code blocks for methods and statements. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.provider | |
|---|---|
| Element The common base type of SourceElement and JavaElement. |
|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaElement CompiledObject is the compiled representation of a syntactic (aka symbolic) java element. |
|
| JavaFile A compilation unit. |
|
| JavaHasAnnotations All runtime annotations are provided, both visible and invisible. |
|
| JavaHasName A JavaHasName object has a name. |
|
| JavaHasType A JavaHasType object has a descriptor and a signature. |
|
| JavaIsGeneric A generic declaration declares type parameters. |
|
| JavaMember The JavaField is the compiled representation of a java field. |
|
| JavaPackage The JavaType is the compiled representation of a JavaType. |
|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.java.util | |
|---|---|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceBlock The SourceCodeBlock represents code blocks for methods and statements. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| SourceClassBody A class body, sometimes called a class block. |
|
| SourceClassInitializer The SourceMember represents a member declaration for a type. |
|
| SourceElement Every node in the java parse tree is a subinterface of a SourceElement. |
|
| SourceFieldDeclaration A field (or enum constant) declaration. |
|
| SourceFile The SourceFile represents the root node for a complete Source source file. |
|
| SourceLocalVariable A local variable or formal parameter. |
|
| SourceMember The SourceMember represents a member declaration for a type. |
|
| SourceMethod A SourceMethod is the syntactic (aka symbolic) representation of a java method or constructor declaration. |
|
| SourceVariable A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters. |
|
| SourceVariableDeclaration The common base interface for a field declaration and a local variable declaration. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.model | |
|---|---|
| JavaFile A compilation unit. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.webapp.faces | |
|---|---|
| JavaClass A JavaClass is mostly the equivalent of java/lang/Class. |
|
| JavaMethod The JavaMethod is the compiled representation of a java method or constructor, including the implicit <clinit> method. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
| Classes in oracle.javatools.parser.java.v2.model used by oracle.jdeveloper.webapp.faces.backingfile | |
|---|---|
| JavaType JavaType is the common base interface for JavaClass, JavaTypeVariable, and JavaWildcardType. |
|
| SourceClass A SourceClass is the syntactic (aka symbolic) representation of a java class: classes, enums, interfaces, and annotation types. |
|
|
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 | |||||||||