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


Constructor Summary
ATypeMethodHeader()
           
ATypeMethodHeader(java.util.List _modifier_, PType _type_, PMethodDeclarator _methodDeclarator_, PThrows _throws_)
           
ATypeMethodHeader(XPModifier _modifier_, PType _type_, PMethodDeclarator _methodDeclarator_, PThrows _throws_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PMethodDeclarator getMethodDeclarator()
           
 java.util.LinkedList getModifier()
           
 PThrows getThrows()
           
 PType getType()
           
 void setMethodDeclarator(PMethodDeclarator node)
           
 void setModifier(java.util.List list)
           
 void setThrows(PThrows node)
           
 void setType(PType 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

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_)
Method Detail

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