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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AInterfaceTypeListInterfaceTypeList
public AInterfaceTypeListInterfaceTypeList()
AInterfaceTypeListInterfaceTypeList
public AInterfaceTypeListInterfaceTypeList(PInterfaceTypeList _interfaceTypeList_,
TComma _comma_,
PInterfaceType _interfaceType_)
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