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

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

public final class AStringExpression
extends PExpression


Constructor Summary
AStringExpression()
           
AStringExpression(TString _value_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TString getValue()
           
 void setValue(TString 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

AStringExpression

public AStringExpression()

AStringExpression

public AStringExpression(TString _value_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getValue

public TString getValue()

setValue

public void setValue(TString node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.