ASTNode
;- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Declaration
- All Implemented Interfaces:
- java.lang.Cloneable, java.lang.Iterable<ASTNode>
- Direct Known Subclasses:
- State, Transition
|
|||||||
FRAMES NO FRAMES |
ASTNode
;java.lang.Objectbeaver.Symbol
AST.ASTNode<ASTNode>
AST.Declaration
spec/StateMachine.ast
at line 7
public Declaration()
syn Transition transitionOf(State s)
spec/Exercises.jrag
at line 39
syn State localLookup(java.lang.String label)
spec/NameAnalysis.jrag
at line 18
inh State lookupForward(java.lang.String label)
spec/Exercises.jrag
at line 15
inh StateMachine theMachine()
spec/Exercises.jrag
at line 72
public Declaration clone() throws java.lang.CloneNotSupportedException
public void pp()
spec/PrettyPrint.jrag
at line 12
public void printInfoAboutCycles()
spec/PrintInfoAboutCycles.jrag
at line 10
public void printReachable()
spec/PrintReachable.jrag
at line 8
public void init$Children()
init$Children
in class ASTNode<ASTNode>
protected int numChildren()
numChildren
in class ASTNode<ASTNode>
public void flushCache()
flushCache
in class ASTNode<ASTNode>
public void flushCollectionCache()
flushCollectionCache
in class ASTNode<ASTNode>
protected java.util.Set transitionOf_State_visited
protected java.util.Set localLookup_String_visited
protected java.util.Set lookupForward_String_visited
protected boolean theMachine_visited
protected java.util.Set lookup_String_visited
|
|||||||
FRAMES NO FRAMES |