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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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_)
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