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

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

public final class ASetCommand
extends PCommand


Constructor Summary
ASetCommand()
           
ASetCommand(PPosition _position_, PVariable _variable_, PExpression _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PExpression getExpression()
           
 PPosition getPosition()
           
 PVariable getVariable()
           
 void setExpression(PExpression node)
           
 void setPosition(PPosition 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

ASetCommand

public ASetCommand()

ASetCommand

public ASetCommand(PPosition _position_,
                   PVariable _variable_,
                   PExpression _expression_)
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)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.