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

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.PCommand
          extended by com.google.clearsilver.jsilver.syntax.node.ALoopIncCommand
All Implemented Interfaces:
Switchable, Cloneable

public final class ALoopIncCommand
extends PCommand


Constructor Summary
ALoopIncCommand()
           
ALoopIncCommand(PPosition _position_, PVariable _variable_, PExpression _start_, PExpression _end_, PExpression _increment_, PCommand _command_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PCommand getCommand()
           
 PExpression getEnd()
           
 PExpression getIncrement()
           
 PPosition getPosition()
           
 PExpression getStart()
           
 PVariable getVariable()
           
 void setCommand(PCommand node)
           
 void setEnd(PExpression node)
           
 void setIncrement(PExpression node)
           
 void setPosition(PPosition node)
           
 void setStart(PExpression node)
           
 void setVariable(PVariable 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

ALoopIncCommand

public ALoopIncCommand()

ALoopIncCommand

public ALoopIncCommand(PPosition _position_,
                       PVariable _variable_,
                       PExpression _start_,
                       PExpression _end_,
                       PExpression _increment_,
                       PCommand _command_)
Method Detail

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)

getIncrement

public PExpression getIncrement()

setIncrement

public void setIncrement(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.