public final class ASetCommand extends PCommand
Constructor and Description |
---|
ASetCommand() |
ASetCommand(PPosition _position_,
PVariable _variable_,
PExpression _expression_) |
Modifier and Type | Method and Description |
---|---|
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() |
public ASetCommand()
public ASetCommand(PPosition _position_, PVariable _variable_, PExpression _expression_)
public void apply(Switch sw)
public PPosition getPosition()
public void setPosition(PPosition node)
public PVariable getVariable()
public void setVariable(PVariable node)
public PExpression getExpression()
public void setExpression(PExpression node)
Copyright © 2010-2013 Google. All Rights Reserved.