|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstantDefinition | |
---|---|
edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
Uses of ConstantDefinition in edu.ksu.cis.projects.bogor.ast |
---|
Methods in edu.ksu.cis.projects.bogor.ast that return ConstantDefinition | |
---|---|
ConstantDefinition |
ConstantDefinition.clone()
Clones this object (deep clone); including location info. |
ConstantDefinition |
Constant.getParent()
Gets the parent of this object. |
Methods in edu.ksu.cis.projects.bogor.ast with parameters of type ConstantDefinition | |
---|---|
void |
Constant.setParent(ConstantDefinition newParent)
Sets the parent of this object. |
protected void |
ASTVisitor.visitConstantDefinition(ConstantDefinition node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |