Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(DeclarationList list)
Runs this pass on all nodes of the indicated type.
|
void |
RevisionAnalysis.run(DeclarationList list)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(DeclarationList node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(DeclarationList node)
One of the recursive "helper" methods for
run() . |
void |
DeclarationNames.run(DeclarationList list)
Runs this pass on all nodes of the indicated type.
|
Modifier and Type | Field and Description |
---|---|
DeclarationList |
AST.declarations
(¬ø) The list of classifier, constraint, and inference declarations representing
the LBJava program.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationList.addAll(DeclarationList d)
Adds all the
Declaration s in another DeclarationList to the end of
this DeclarationList . |
Constructor and Description |
---|
AST(DeclarationList d)
Initializes just the statement list.
|
AST(ImportList i,
DeclarationList d)
Initializes both lists.
|
AST(PackageDeclaration p,
DeclarationList d)
Initializes package declaration and statement list.
|
AST(PackageDeclaration p,
ImportList i,
DeclarationList d)
Initializes all member variables.
|
AST(PackageDeclaration p,
ImportList i,
DeclarationList d,
int line,
int byteOffset)
Full constructor.
|
Copyright © 2016. All rights reserved.