public final class ACallCommand extends PCommand
Constructor and Description |
---|
ACallCommand() |
ACallCommand(PPosition _position_,
List<?> _macro_,
List<?> _arguments_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList<PExpression> |
getArguments() |
LinkedList<TWord> |
getMacro() |
PPosition |
getPosition() |
void |
setArguments(List<?> list) |
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<PExpression> getArguments()
public void setArguments(List<?> list)
Copyright © 2010–2016 Google. All rights reserved.