tudresden.ocl.parser.node
Class AParenthesesPrimaryExpression
java.lang.Object
tudresden.ocl.parser.node.Node
tudresden.ocl.parser.node.PPrimaryExpression
tudresden.ocl.parser.node.AParenthesesPrimaryExpression
- All Implemented Interfaces:
- Cloneable, Switchable
- public final class AParenthesesPrimaryExpression
- extends PPrimaryExpression
Fields inherited from class tudresden.ocl.parser.node.Node |
|
_lPar_
private TLPar _lPar_
_expression_
private PExpression _expression_
_rPar_
private TRPar _rPar_
AParenthesesPrimaryExpression
public AParenthesesPrimaryExpression()
AParenthesesPrimaryExpression
public AParenthesesPrimaryExpression(TLPar _lPar_,
PExpression _expression_,
TRPar _rPar_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLPar
public TLPar getLPar()
setLPar
public void setLPar(TLPar node)
getExpression
public PExpression getExpression()
setExpression
public void setExpression(PExpression node)
getRPar
public TRPar getRPar()
setRPar
public void setRPar(TRPar node)
toString
public String toString()
removeChild
void removeChild(Node child)
- Specified by:
removeChild
in class Node
replaceChild
void replaceChild(Node oldChild,
Node newChild)
- Specified by:
replaceChild
in class Node
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.