com.bluemarsh.jswat.parser.java.node
Class AConstantDeclarationInterfaceMemberDeclaration
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PInterfaceMemberDeclaration
|
+--com.bluemarsh.jswat.parser.java.node.AConstantDeclarationInterfaceMemberDeclaration
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AConstantDeclarationInterfaceMemberDeclaration
- extends PInterfaceMemberDeclaration
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AConstantDeclarationInterfaceMemberDeclaration
public AConstantDeclarationInterfaceMemberDeclaration()
AConstantDeclarationInterfaceMemberDeclaration
public AConstantDeclarationInterfaceMemberDeclaration(PConstantDeclaration _constantDeclaration_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getConstantDeclaration
public PConstantDeclaration getConstantDeclaration()
setConstantDeclaration
public void setConstantDeclaration(PConstantDeclaration node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object