|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInitialValueParent | |
---|---|
edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
Uses of IInitialValueParent in edu.ksu.cis.projects.bogor.ast |
---|
Classes in edu.ksu.cis.projects.bogor.ast that implement IInitialValueParent | |
---|---|
class |
Global
The top level class for global AST. |
class |
Local
|
Fields in edu.ksu.cis.projects.bogor.ast declared as IInitialValueParent | |
---|---|
protected IInitialValueParent |
InitialValue.parent
Holds parent of this value |
Methods in edu.ksu.cis.projects.bogor.ast that return IInitialValueParent | |
---|---|
IInitialValueParent |
InitialValue.getParent()
Gets the parent of this node. |
Methods in edu.ksu.cis.projects.bogor.ast with parameters of type IInitialValueParent | |
---|---|
void |
InitialValue.setParent(IInitialValueParent newParent)
Make newParent the parent of this node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |