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

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.TCommandDelimiter
All Implemented Interfaces:
Switchable, Cloneable

public final class TCommandDelimiter
extends Token


Constructor Summary
TCommandDelimiter(String text)
           
TCommandDelimiter(String text, int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Token
getLine, getPos, getText, setLine, setPos, setText, 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

TCommandDelimiter

public TCommandDelimiter(String text)

TCommandDelimiter

public TCommandDelimiter(String text,
                         int line,
                         int pos)
Method Detail

clone

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

apply

public void apply(Switch sw)


Copyright © 2010-2012 Google. All Rights Reserved.