com.bluemarsh.jswat.parser.java.node
Class X1PDimExpr
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.XPDimExpr
|
+--com.bluemarsh.jswat.parser.java.node.X1PDimExpr
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class X1PDimExpr
- extends XPDimExpr
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
X1PDimExpr
public X1PDimExpr()
X1PDimExpr
public X1PDimExpr(XPDimExpr _xPDimExpr_,
PDimExpr _pDimExpr_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getXPDimExpr
public XPDimExpr getXPDimExpr()
setXPDimExpr
public void setXPDimExpr(XPDimExpr node)
getPDimExpr
public PDimExpr getPDimExpr()
setPDimExpr
public void setPDimExpr(PDimExpr node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object