| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava | |
| edu.illinois.cs.cogcomp.lbjava.IR |
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticAnalysis.run(ImportDeclaration decl)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(ImportDeclaration node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(ImportDeclaration node)
One of the recursive "helper" methods for
run(). |
| Modifier and Type | Method and Description |
|---|---|
ImportDeclaration |
ImportList.ImportListIterator.nextItem()
Returns the next AST node in the list.
|
ImportDeclaration |
ImportList.ImportListIterator.previousItem()
Returns the previous element in the list.
|
ImportDeclaration[] |
ImportList.toArray()
Transforms the list into an array of statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportList.add(ImportDeclaration d)
Adds another
ImportDeclaration to the end of the list. |
| Constructor and Description |
|---|
ImportList(ImportDeclaration d)
Initializing constructor.
|
Copyright © 2016. All rights reserved.