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

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

public final class ADescendVariable
extends PVariable


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

ADescendVariable

public ADescendVariable()

ADescendVariable

public ADescendVariable(PVariable _parent_,
                        PVariable _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 PVariable getChild()

setChild

public void setChild(PVariable node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.