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

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

public final class AExpandVariable
extends PVariable


Constructor Summary
AExpandVariable()
           
AExpandVariable(PVariable _parent_, PExpression _child_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpression getChild()
           
 PVariable getParent()
           
 void setChild(PExpression node)
           
 void setParent(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

AExpandVariable

public AExpandVariable()

AExpandVariable

public AExpandVariable(PVariable _parent_,
                       PExpression _child_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getParent

public PVariable getParent()

setParent

public void setParent(PVariable node)

getChild

public PExpression getChild()

setChild

public void setChild(PExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.