com.google.clearsilver.jsilver.syntax.node
Class ALoopCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.ALoopCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class ALoopCommand
- extends PCommand
ALoopCommand
public ALoopCommand()
ALoopCommand
public ALoopCommand(PPosition _position_,
PVariable _variable_,
PExpression _start_,
PExpression _end_,
PCommand _command_)
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)
getVariable
public PVariable getVariable()
setVariable
public void setVariable(PVariable node)
getStart
public PExpression getStart()
setStart
public void setStart(PExpression node)
getEnd
public PExpression getEnd()
setEnd
public void setEnd(PExpression node)
getCommand
public PCommand getCommand()
setCommand
public void setCommand(PCommand node)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Google. All Rights Reserved.