Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava | |
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnalysis.run(PackageDeclaration decl)
Runs this pass on all nodes of the indicated type.
|
void |
PrintAST.run(PackageDeclaration node)
Runs this pass on all nodes of the indicated type.
|
void |
Pass.run(PackageDeclaration node)
One of the recursive "helper" methods for
run() . |
Modifier and Type | Field and Description |
---|---|
PackageDeclaration |
AST.packageDeclaration
(ø) An optional declaration of the package that generated classes should be a part of.
|
Constructor and Description |
---|
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.