com.google.clearsilver.jsilver.syntax.node
Class AMultipleCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.AMultipleCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class AMultipleCommand
- extends PCommand
AMultipleCommand
public AMultipleCommand()
AMultipleCommand
public AMultipleCommand(List<PCommand> _command_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getCommand
public LinkedList<PCommand> getCommand()
setCommand
public void setCommand(List<PCommand> list)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2012 Google. All Rights Reserved.