|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiveSet | |
---|---|
edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
edu.ksu.cis.projects.bogor.parser | Provides parser for Bogor input language. |
Uses of LiveSet in edu.ksu.cis.projects.bogor.ast |
---|
Methods in edu.ksu.cis.projects.bogor.ast that return LiveSet | |
---|---|
LiveSet |
LiveSet.clone()
Clones this object (deep clone); including location info. |
LiveSet |
Location.getOptionalLiveSet()
Gets the liveset. |
Methods in edu.ksu.cis.projects.bogor.ast with parameters of type LiveSet | |
---|---|
void |
Location.setLiveSet(LiveSet newLiveSet)
Sets the liveset. |
protected void |
ASTVisitor.visitLiveSet(LiveSet node)
|
Constructors in edu.ksu.cis.projects.bogor.ast with parameters of type LiveSet | |
---|---|
Location(String id,
LiveSet liveSet,
List<? extends Transformation> transformations)
Default constructor with live set. |
Uses of LiveSet in edu.ksu.cis.projects.bogor.parser |
---|
Methods in edu.ksu.cis.projects.bogor.parser that return LiveSet | |
---|---|
LiveSet |
BogorParser.LiveSet()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |