|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Variable | |
|---|---|
| org.prorefactor.nodetypes | Subtypes of org.prorefactor.core.JPNode, and related classes. |
| org.prorefactor.treeparser | General use classes for any or all Tree Parsers. |
| org.prorefactor.treeparser01 | This is the "primary" tree parser, which provides basic services such as scope and name resolution. |
| Uses of Variable in org.prorefactor.nodetypes |
|---|
| Methods in org.prorefactor.nodetypes with parameters of type Variable | |
|---|---|
void |
FieldRefNode.setSymbol(Variable symbol)
|
| Uses of Variable in org.prorefactor.treeparser |
|---|
| Fields in org.prorefactor.treeparser declared as Variable | |
|---|---|
Variable |
FieldLookupResult.variable
|
| Fields in org.prorefactor.treeparser with type parameters of type Variable | |
|---|---|
protected java.util.Map<java.lang.String,Variable> |
SymbolScope.variableMap
|
| Methods in org.prorefactor.treeparser that return Variable | |
|---|---|
Variable |
SymbolScope.lookupVariable(java.lang.String inName)
Lookup a Variable in this scope or an enclosing scope. |
| Methods in org.prorefactor.treeparser that return types with arguments of type Variable | |
|---|---|
java.util.Collection<Variable> |
SymbolScope.getVariables()
Get the Variables. |
| Methods in org.prorefactor.treeparser with parameters of type Variable | |
|---|---|
void |
SymbolScope.add(Variable var)
Add a Variable for names lookup. |
void |
Call.setPersistentHandleVar(Variable var)
Set persistentHandleVar: the variable that will be used to refer to the persistent procedure instance created by this call - if any. |
| Uses of Variable in org.prorefactor.treeparser01 |
|---|
| Methods in org.prorefactor.treeparser01 that return Variable | |
|---|---|
protected Variable |
TP01Action.defineVariable(AST defAST,
AST idNode)
Called by the tree parser when a variable is defined. |
protected Variable |
TP01Support.defineVariable(AST defAST,
AST idAST)
|
protected Variable |
TP01Action.defineVariable(AST defAST,
AST idAST,
int dataType)
Some syntaxes imply a data type without LIKE/AS. |
protected Variable |
TP01Support.defineVariable(AST defAST,
AST idAST,
int dataType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||