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

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

public final class AInterfaceTypeListInterfaceTypeList
extends PInterfaceTypeList


Constructor Summary
AInterfaceTypeListInterfaceTypeList()
           
AInterfaceTypeListInterfaceTypeList(PInterfaceTypeList _interfaceTypeList_, TComma _comma_, PInterfaceType _interfaceType_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TComma getComma()
           
 PInterfaceType getInterfaceType()
           
 PInterfaceTypeList getInterfaceTypeList()
           
 void setComma(TComma node)
           
 void setInterfaceType(PInterfaceType node)
           
 void setInterfaceTypeList(PInterfaceTypeList 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

AInterfaceTypeListInterfaceTypeList

public AInterfaceTypeListInterfaceTypeList()

AInterfaceTypeListInterfaceTypeList

public AInterfaceTypeListInterfaceTypeList(PInterfaceTypeList _interfaceTypeList_,
                                           TComma _comma_,
                                           PInterfaceType _interfaceType_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getInterfaceTypeList

public PInterfaceTypeList getInterfaceTypeList()

setInterfaceTypeList

public void setInterfaceTypeList(PInterfaceTypeList node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getInterfaceType

public PInterfaceType getInterfaceType()

setInterfaceType

public void setInterfaceType(PInterfaceType node)

toString

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