joosc.node
Class AArgumentList

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PArgumentList
          extended byjoosc.node.AArgumentList
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AArgumentList
extends PArgumentList


Constructor Summary
AArgumentList()
           
AArgumentList(java.util.List _exp_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getExp()
           
 void setExp(java.util.List list)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.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

AArgumentList

public AArgumentList()

AArgumentList

public AArgumentList(java.util.List _exp_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getExp

public java.util.LinkedList getExp()

setExp

public void setExp(java.util.List list)

toString

public java.lang.String toString()