com.bluemarsh.jswat.parser.java.node
Class ATypeMethodHeader
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PMethodHeader
|
+--com.bluemarsh.jswat.parser.java.node.ATypeMethodHeader
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class ATypeMethodHeader
- extends PMethodHeader
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ATypeMethodHeader
public ATypeMethodHeader()
ATypeMethodHeader
public ATypeMethodHeader(java.util.List _modifier_,
PType _type_,
PMethodDeclarator _methodDeclarator_,
PThrows _throws_)
ATypeMethodHeader
public ATypeMethodHeader(XPModifier _modifier_,
PType _type_,
PMethodDeclarator _methodDeclarator_,
PThrows _throws_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getModifier
public java.util.LinkedList getModifier()
setModifier
public void setModifier(java.util.List list)
getType
public PType getType()
setType
public void setType(PType node)
getMethodDeclarator
public PMethodDeclarator getMethodDeclarator()
setMethodDeclarator
public void setMethodDeclarator(PMethodDeclarator node)
getThrows
public PThrows getThrows()
setThrows
public void setThrows(PThrows node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object