Uses of Class
ca.ubc.cs.elide.nodes.StartNode

Uses of StartNode in ca.ubc.cs.elide.nodes
 

Methods in ca.ubc.cs.elide.nodes that return StartNode
 StartNode ParseNode.getRoot()
          Returns the StartNode object at the root of this parse tree.
 StartNode StartNode.transform()
          Returns a new tree which is the result of applying all the transformations in this StartNode; for internal use.