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

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

public final class AConstructorDeclaration
extends PConstructorDeclaration


Constructor Summary
AConstructorDeclaration()
           
AConstructorDeclaration(java.util.List _modifier_, PConstructorDeclarator _constructorDeclarator_, PThrows _throws_, PConstructorBody _constructorBody_)
           
AConstructorDeclaration(XPModifier _modifier_, PConstructorDeclarator _constructorDeclarator_, PThrows _throws_, PConstructorBody _constructorBody_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PConstructorBody getConstructorBody()
           
 PConstructorDeclarator getConstructorDeclarator()
           
 java.util.LinkedList getModifier()
           
 PThrows getThrows()
           
 void setConstructorBody(PConstructorBody node)
           
 void setConstructorDeclarator(PConstructorDeclarator node)
           
 void setModifier(java.util.List list)
           
 void setThrows(PThrows 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

AConstructorDeclaration

public AConstructorDeclaration()

AConstructorDeclaration

public AConstructorDeclaration(java.util.List _modifier_,
                               PConstructorDeclarator _constructorDeclarator_,
                               PThrows _throws_,
                               PConstructorBody _constructorBody_)

AConstructorDeclaration

public AConstructorDeclaration(XPModifier _modifier_,
                               PConstructorDeclarator _constructorDeclarator_,
                               PThrows _throws_,
                               PConstructorBody _constructorBody_)
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)

getConstructorDeclarator

public PConstructorDeclarator getConstructorDeclarator()

setConstructorDeclarator

public void setConstructorDeclarator(PConstructorDeclarator node)

getThrows

public PThrows getThrows()

setThrows

public void setThrows(PThrows node)

getConstructorBody

public PConstructorBody getConstructorBody()

setConstructorBody

public void setConstructorBody(PConstructorBody node)

toString

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