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

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

public final class AGteExpression
extends PExpression


Constructor Summary
AGteExpression()
           
AGteExpression(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

AGteExpression

public AGteExpression()

AGteExpression

public AGteExpression(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.