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

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

public final class AGtExpression
extends PExpression


Constructor Summary
AGtExpression()
           
AGtExpression(PExpression _left_, PExpression _right_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpression getLeft()
           
 PExpression getRight()
           
 void setLeft(PExpression node)
           
 void setRight(PExpression 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

AGtExpression

public AGtExpression()

AGtExpression

public AGtExpression(PExpression _left_,
                     PExpression _right_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeft

public PExpression getLeft()

setLeft

public void setLeft(PExpression node)

getRight

public PExpression getRight()

setRight

public void setRight(PExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.