|
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 JavaVariable | |
---|---|
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.expression | The parser model API for expressions. |
Uses of JavaVariable in oracle.javatools.parser.java.v2.common |
---|
Classes in oracle.javatools.parser.java.v2.common that implement JavaVariable | |
---|---|
class |
AbstractField An abstract implementation of JavaField. |
class |
AbstractVariable An abstract implementation of JavaVariable. |
class |
QuickComponent A QuickComponent is a special type of JavaVariable that refers to an annotation member (method!). |
class |
QuickLocalVariable A light-weight implementation of JavaLocalVariable, particularly useful for constructing formal parameter objects for use with QuickMethod. |
class |
Value Represents a value in the java language. |
class |
WrapperField Skeleton implementation of an object wrapping a field. |
class |
WrapperLocalVariable Skeleton implementation of an object wrapping a local variable. |
Uses of JavaVariable in oracle.javatools.parser.java.v2.model |
---|
Subinterfaces of JavaVariable in oracle.javatools.parser.java.v2.model | |
---|---|
interface |
JavaField The JavaField is the compiled representation of a java field. |
interface |
JavaLocalVariable A compile-time local variable (or formal parameter). |
interface |
SourceEnumConstant An enum constant. |
interface |
SourceFieldVariable A field variable. |
interface |
SourceFormalParameter A formal parameter. |
interface |
SourceLocalVariable A local variable or formal parameter. |
interface |
SourceMemberVariable A field (or enum constant) variable. |
interface |
SourceVariable A SourceVariable is the syntactic (aka symbolic) representation of a java variable, including: field variables, enum constant variables, local variables, and formal parameters. |
Fields in oracle.javatools.parser.java.v2.model declared as JavaVariable | |
---|---|
static JavaVariable[] |
JavaVariable.EMPTY_ARRAY |
Uses of JavaVariable in oracle.javatools.parser.java.v2.model.expression |
---|
Subinterfaces of JavaVariable in oracle.javatools.parser.java.v2.model.expression | |
---|---|
interface |
CompiledSelfVariable The type of a compiled self variable. |
interface |
CompiledTmpVariable The type of a compiled tmp variable. |
|
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 |