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

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

public final class ALtExpression
extends PExpression


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

ALtExpression

public ALtExpression()

ALtExpression

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