com.google.clearsilver.jsilver.syntax.node
Class ADefCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.ADefCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class ADefCommand
- extends PCommand
ADefCommand
public ADefCommand()
ADefCommand
public ADefCommand(PPosition _position_,
List<TWord> _macro_,
List<PVariable> _arguments_,
PCommand _command_)
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)
getMacro
public LinkedList<TWord> getMacro()
setMacro
public void setMacro(List<TWord> list)
getArguments
public LinkedList<PVariable> getArguments()
setArguments
public void setArguments(List<PVariable> list)
getCommand
public PCommand getCommand()
setCommand
public void setCommand(PCommand node)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Google. All Rights Reserved.