com.google.clearsilver.jsilver.syntax.node
Class AIfCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.AIfCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class AIfCommand
- extends PCommand
AIfCommand
public AIfCommand()
AIfCommand
public AIfCommand(PPosition _position_,
PExpression _expression_,
PCommand _block_,
PCommand _otherwise_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getPosition
public PPosition getPosition()
setPosition
public void setPosition(PPosition node)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(PExpression node)
getBlock
public PCommand getBlock()
setBlock
public void setBlock(PCommand node)
getOtherwise
public PCommand getOtherwise()
setOtherwise
public void setOtherwise(PCommand node)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Google. All Rights Reserved.