| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticAnalysis.run(VariableDeclaration v)
Runs this pass on all nodes of the indicated type.
|
void |
TranslateToJava.run(VariableDeclaration s)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(VariableDeclaration node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(VariableDeclaration node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Field and Description |
|---|---|
VariableDeclaration |
ForStatement.initializer
(ø) The variable declaration in the loop header (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDeclaration.addVariables(VariableDeclaration v)
Adds the declarations in the specified declaration statement to the declarations in this
statement.
|
| Constructor and Description |
|---|
ForStatement(VariableDeclaration v,
Expression c,
ExpressionList u,
Statement b,
int line,
int byteOffset)
Full constructor.
|
Copyright © 2016. All rights reserved.