com.google.clearsilver.jsilver.syntax.node
Class TEscape

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.Token
          extended by com.google.clearsilver.jsilver.syntax.node.TEscape
All Implemented Interfaces:
Switchable, Cloneable

public final class TEscape
extends Token


Constructor Summary
TEscape()
           
TEscape(int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 void setText(String text)
           
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Token
getLine, getPos, getText, setLine, setPos, toString
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TEscape

public TEscape()

TEscape

public TEscape(int line,
               int pos)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

setText

public void setText(String text)
Overrides:
setText in class Token


Copyright © 2010-2012 Google. All Rights Reserved.