public final class ADefCommand extends PCommand
Constructor and Description |
---|
ADefCommand() |
ADefCommand(PPosition _position_,
List<?> _macro_,
List<?> _arguments_,
PCommand _command_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList<PVariable> |
getArguments() |
PCommand |
getCommand() |
LinkedList<TWord> |
getMacro() |
PPosition |
getPosition() |
void |
setArguments(List<?> list) |
void |
setCommand(PCommand node) |
void |
setMacro(List<?> list) |
void |
setPosition(PPosition node) |
String |
toString() |
public void apply(Switch sw)
public PPosition getPosition()
public void setPosition(PPosition node)
public LinkedList<TWord> getMacro()
public void setMacro(List<?> list)
public LinkedList<PVariable> getArguments()
public void setArguments(List<?> list)
public PCommand getCommand()
public void setCommand(PCommand node)
Copyright © 2010–2018 Google. All rights reserved.