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

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

public final class ANameVariable
extends PVariable


Constructor Summary
ANameVariable()
           
ANameVariable(TWord _word_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TWord getWord()
           
 void setWord(TWord node)
           
 String 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

ANameVariable

public ANameVariable()

ANameVariable

public ANameVariable(TWord _word_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getWord

public TWord getWord()

setWord

public void setWord(TWord node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.