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

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.ACallCommand
All Implemented Interfaces:
Switchable, Cloneable

public final class ACallCommand
extends PCommand


Constructor Summary
ACallCommand()
           
ACallCommand(PPosition _position_, List<TWord> _macro_, List<PExpression> _arguments_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList<PExpression> getArguments()
           
 LinkedList<TWord> getMacro()
           
 PPosition getPosition()
           
 void setArguments(List<PExpression> list)
           
 void setMacro(List<TWord> list)
           
 void setPosition(PPosition node)
           
 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

ACallCommand

public ACallCommand()

ACallCommand

public ACallCommand(PPosition _position_,
                    List<TWord> _macro_,
                    List<PExpression> _arguments_)
Method Detail

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<PExpression> getArguments()

setArguments

public void setArguments(List<PExpression> list)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.