|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| 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.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 |
| Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type SourceVariable | |
|---|---|
java.util.List<SourceVariable> |
SourceFormalParameterList.getSourceParameters()Gets the list of source parameters. |
java.util.List<SourceVariable> |
SourceMethod.getSourceParameters()Gets the list of source parameters. |
java.util.List<SourceVariable> |
SourceVariableDeclaration.getVariables()Gets the list of declared variables. |
| 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.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 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||