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

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

public final class THash
extends Token


Constructor Summary
THash()
           
THash(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

THash

public THash()

THash

public THash(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.