com.google.clearsilver.jsilver.syntax.node
Class AMultipleCommand

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.PCommand
          extended by com.google.clearsilver.jsilver.syntax.node.AMultipleCommand
All Implemented Interfaces:
Switchable, Cloneable

public final class AMultipleCommand
extends PCommand


Constructor Summary
AMultipleCommand()
           
AMultipleCommand(List<PCommand> _command_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList<PCommand> getCommand()
           
 void setCommand(List<PCommand> list)
           
 String toString()
           
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMultipleCommand

public AMultipleCommand()

AMultipleCommand

public AMultipleCommand(List<PCommand> _command_)
Method Detail

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.