com.google.clearsilver.jsilver.syntax.node
Class AEachCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.AEachCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class AEachCommand
- extends PCommand
AEachCommand
public AEachCommand()
AEachCommand
public AEachCommand(PPosition _position_,
PVariable _variable_,
PExpression _expression_,
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)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(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.