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

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

public final class AConstructorBody
extends PConstructorBody


Constructor Summary
AConstructorBody()
           
AConstructorBody(TLBrace _lBrace_, PExplicitConstructorInvocation _explicitConstructorInvocation_, java.util.List _blockStatement_, TRBrace _rBrace_)
           
AConstructorBody(TLBrace _lBrace_, PExplicitConstructorInvocation _explicitConstructorInvocation_, XPBlockStatement _blockStatement_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getBlockStatement()
           
 PExplicitConstructorInvocation getExplicitConstructorInvocation()
           
 TLBrace getLBrace()
           
 TRBrace getRBrace()
           
 void setBlockStatement(java.util.List list)
           
 void setExplicitConstructorInvocation(PExplicitConstructorInvocation node)
           
 void setLBrace(TLBrace node)
           
 void setRBrace(TRBrace 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

AConstructorBody

public AConstructorBody()

AConstructorBody

public AConstructorBody(TLBrace _lBrace_,
                        PExplicitConstructorInvocation _explicitConstructorInvocation_,
                        java.util.List _blockStatement_,
                        TRBrace _rBrace_)

AConstructorBody

public AConstructorBody(TLBrace _lBrace_,
                        PExplicitConstructorInvocation _explicitConstructorInvocation_,
                        XPBlockStatement _blockStatement_,
                        TRBrace _rBrace_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLBrace

public TLBrace getLBrace()

setLBrace

public void setLBrace(TLBrace node)

getExplicitConstructorInvocation

public PExplicitConstructorInvocation getExplicitConstructorInvocation()

setExplicitConstructorInvocation

public void setExplicitConstructorInvocation(PExplicitConstructorInvocation node)

getBlockStatement

public java.util.LinkedList getBlockStatement()

setBlockStatement

public void setBlockStatement(java.util.List list)

getRBrace

public TRBrace getRBrace()

setRBrace

public void setRBrace(TRBrace node)

toString

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