|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IValueVisitorAction | |
---|---|
edu.ksu.cis.projects.bogor.module.state | Provides for Bogor state. |
edu.ksu.cis.projects.bogor.module.value | Provides for Bogor values. |
Uses of IValueVisitorAction in edu.ksu.cis.projects.bogor.module.state |
---|
Constructors in edu.ksu.cis.projects.bogor.module.state with parameters of type IValueVisitorAction | |
---|---|
StateValueVisitor(SymbolTable symbolTable,
IValueVisitorAction valueVisitorAction,
boolean depthFirst,
boolean visitRecordLock,
boolean pruneTransients)
Default constructor. |
Uses of IValueVisitorAction in edu.ksu.cis.projects.bogor.module.value |
---|
Methods in edu.ksu.cis.projects.bogor.module.value with parameters of type IValueVisitorAction | |
---|---|
void |
IExtValue.visit(IValueComparator vc,
boolean depthFirst,
Set<IValue> seen,
LinkedList<IValue> workList,
IValueVisitorAction vva)
Visits this value and all reachable values from this value. |
Constructors in edu.ksu.cis.projects.bogor.module.value with parameters of type IValueVisitorAction | |
---|---|
ValueVisitor(IValueVisitorAction vea,
boolean depthFirst,
boolean visitRecordLock)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |