|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableSymbol | |
---|---|
oracle.javatools.parser.java.v1 | |
oracle.javatools.parser.java.v1.symbol |
Uses of VariableSymbol in oracle.javatools.parser.java.v1 |
---|
Methods in oracle.javatools.parser.java.v1 with parameters of type VariableSymbol | |
---|---|
static java.lang.String |
JavaUtilities.getVariableName(VariableSymbol variableSymbol)
Utility routine which gets the variable name of the variable represented by the given VariableSymbol structure. |
Uses of VariableSymbol in oracle.javatools.parser.java.v1.symbol |
---|
Methods in oracle.javatools.parser.java.v1.symbol that return VariableSymbol | |
---|---|
VariableSymbol |
ForStatement.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
Scope.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
CodeBlockSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
RootSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
StatementSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
MethodSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
CatchClause.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
MemberSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol |
ClassSymbol.findVariable(java.lang.String name)
If this scope contains local variables, method parameters, or declared member fields, check to see if one exists that matches the given name. |
VariableSymbol[] |
MethodSymbol.getParameters()
|
VariableSymbol |
CatchClause.getThrowable()
|
VariableSymbol[] |
Scope.getVariables()
|
VariableSymbol[] |
CodeBlockSymbol.getVariables()
|
VariableSymbol[] |
FieldSymbol.getVariables()
|
VariableSymbol[] |
RootSymbol.getVariables()
|
VariableSymbol[] |
StatementSymbol.getVariables()
|
VariableSymbol[] |
MethodSymbol.getVariables()
|
VariableSymbol[] |
CatchClause.getVariables()
|
VariableSymbol[] |
CodeElement.getVariables()
Returns the variables declared in this local variable declaration. |
VariableSymbol[] |
MemberSymbol.getVariables()
|
VariableSymbol[] |
ClassSymbol.getVariables()
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |