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

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

Methods in ca.ubc.cs.elide.nodes that return TextNode
static TextNode NodeFactory.createText(java.lang.String text)
          Creates a TextNode from a String of Java source code.
 

Methods in ca.ubc.cs.elide.nodes with parameters of type TextNode
 void CodeBearingNode.wrap(TextNode node, java.lang.String separator)
          Wraps the code elements of this CodeBearingNode object with code supplied by node.