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

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

public final class AVariableExpression
extends PExpression


Constructor Summary
AVariableExpression()
           
AVariableExpression(PVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PVariable getVariable()
           
 void setVariable(PVariable 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

AVariableExpression

public AVariableExpression()

AVariableExpression

public AVariableExpression(PVariable _variable_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getVariable

public PVariable getVariable()

setVariable

public void setVariable(PVariable node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.