|
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 SourceVariable | |
|---|---|
| oracle.javatools.parser.java.v2.model | The parser model API. |
| oracle.javatools.parser.java.v2.model.statement | The parser model API for statements. |
| oracle.jdeveloper.cmt | The Component Model Tool, an API for manipulating Java source code. |
| oracle.jdeveloper.java.util | Public utilities for use with the java model, including the parser. |
| Uses of SourceVariable in oracle.javatools.parser.java.v2.model |
|---|
| Subinterfaces of SourceVariable in oracle.javatools.parser.java.v2.model | |
|---|---|
interface |
SourceCatchParameterRepresents a catch clause parameter, which is similar to a SourceFormalParameter except the type can be the union of several disjunct types |
interface |
SourceEnumConstantAn enum constant. |
interface |
SourceFieldVariableA field variable. |
interface |
SourceFormalParameterA formal parameter. |
interface |
SourceLocalVariableA local variable or formal parameter. |
interface |
SourceMemberVariableA field (or enum constant) variable. |
| Fields in oracle.javatools.parser.java.v2.model declared as SourceVariable | |
|---|---|
static SourceVariable[] |
SourceVariable.EMPTY_ARRAY |
| Uses of SourceVariable in oracle.javatools.parser.java.v2.model.statement |
|---|
| Methods in oracle.javatools.parser.java.v2.model.statement that return SourceVariable | |
|---|---|
SourceVariable |
SourceCatchClause.getCatchVariable()A catch clause declares one variable, the caught exception. |
| Uses of SourceVariable in oracle.jdeveloper.cmt |
|---|
| Methods in oracle.jdeveloper.cmt that return SourceVariable | |
|---|---|
SourceVariable |
CmtSubcomponent.getVariable() |
| Uses of SourceVariable in oracle.jdeveloper.java.util |
|---|
| Methods in oracle.jdeveloper.java.util that return SourceVariable | |
|---|---|
static SourceVariable |
SourceUtils.getMethodParameter(SourceMethod method, int index)Fetch a parameter from the method. |
|
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 | |||||||||