com.bluemarsh.jswat.parser.java.node
Class AFormalParameterFormalParameterList

java.lang.Object
  |
  +--com.bluemarsh.jswat.parser.java.node.Node
        |
        +--com.bluemarsh.jswat.parser.java.node.PFormalParameterList
              |
              +--com.bluemarsh.jswat.parser.java.node.AFormalParameterFormalParameterList
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AFormalParameterFormalParameterList
extends PFormalParameterList


Constructor Summary
AFormalParameterFormalParameterList()
           
AFormalParameterFormalParameterList(PFormalParameter _formalParameter_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PFormalParameter getFormalParameter()
           
 void setFormalParameter(PFormalParameter node)
           
 java.lang.String toString()
           
 
Methods inherited from class com.bluemarsh.jswat.parser.java.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

AFormalParameterFormalParameterList

public AFormalParameterFormalParameterList()

AFormalParameterFormalParameterList

public AFormalParameterFormalParameterList(PFormalParameter _formalParameter_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getFormalParameter

public PFormalParameter getFormalParameter()

setFormalParameter

public void setFormalParameter(PFormalParameter node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object