|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.viz.data.BaseViz
org.problets.domain.viz.data.AggregateBaseViz
org.problets.domain.viz.data.control.abstraction.BlockViz
org.problets.domain.viz.data.control.abstraction.FunctionViz
org.problets.domain.viz.data.implement.GlobalViz
public class GlobalViz
Displays the set of global variables in a program
Field Summary |
---|
Fields inherited from class org.problets.domain.viz.data.BaseViz |
---|
NOT_FOUND |
Fields inherited from interface org.problets.domain.viz.data.VizConstants |
---|
ACTIVE_COLOR, COLOR_SCHEME, HIGHLIGHT_COLOR, INACTIVE_COLOR, STRIKEOUT_COLOR |
Constructor Summary | |
---|---|
GlobalViz(ActivationRecord inModel,
AggregateBaseViz inParentViz)
|
Method Summary | |
---|---|
AbstractVarViz |
findInAncestors(AbstractVarModel inModel)
Recursively look for the variable in the stack and heap |
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.problets.domain.viz.data.control.abstraction.FunctionViz |
---|
draw |
Methods inherited from class org.problets.domain.viz.data.control.abstraction.BlockViz |
---|
addChild, deleteLastChild, deregisterChannel, findInDescendants, registerChannel, respond, update |
Methods inherited from class org.problets.domain.viz.data.AggregateBaseViz |
---|
getParentViz, setParentViz |
Methods inherited from class org.problets.domain.viz.data.BaseViz |
---|
getLeftX, getWidth |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalViz(ActivationRecord inModel, AggregateBaseViz inParentViz)
Method Detail |
---|
public AbstractVarViz findInAncestors(AbstractVarModel inModel)
findInAncestors
in class BlockViz
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |