| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintAST.run(NameList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(NameList node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Field and Description |
|---|---|
NameList |
VariableDeclaration.names
(¬ø) The names of variables declared in this statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameList.addAll(NameList l)
Adds all the
Names in another NameList to the end of this
NameList. |
| Constructor and Description |
|---|
VariableDeclaration(Type t,
NameList n,
ExpressionList i,
boolean f)
Full constructor.
|
Copyright © 2016. All rights reserved.