public final class AIfCommand extends PCommand
Constructor and Description |
---|
AIfCommand() |
AIfCommand(PPosition _position_,
PExpression _expression_,
PCommand _block_,
PCommand _otherwise_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PCommand |
getBlock() |
PExpression |
getExpression() |
PCommand |
getOtherwise() |
PPosition |
getPosition() |
void |
setBlock(PCommand node) |
void |
setExpression(PExpression node) |
void |
setOtherwise(PCommand node) |
void |
setPosition(PPosition node) |
String |
toString() |
public AIfCommand()
public AIfCommand(PPosition _position_, PExpression _expression_, PCommand _block_, PCommand _otherwise_)
public void apply(Switch sw)
public PPosition getPosition()
public void setPosition(PPosition node)
public PExpression getExpression()
public void setExpression(PExpression node)
public PCommand getBlock()
public void setBlock(PCommand node)
public PCommand getOtherwise()
public void setOtherwise(PCommand node)
Copyright © 2010–2014 Google. All rights reserved.