public final class ASimpleCondExpression extends PSimpleCondExpression
| Constructor and Description |
|---|
ASimpleCondExpression() |
ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_,
PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
PArithmeticExpression |
getArithmeticExpression() |
PSimpleConditionalExpressionRemainder |
getSimpleConditionalExpressionRemainder() |
void |
setArithmeticExpression(PArithmeticExpression node) |
void |
setSimpleConditionalExpressionRemainder(PSimpleConditionalExpressionRemainder node) |
String |
toString() |
public ASimpleCondExpression()
public ASimpleCondExpression(PArithmeticExpression _arithmeticExpression_, PSimpleConditionalExpressionRemainder _simpleConditionalExpressionRemainder_)
public void apply(Switch sw)
public PArithmeticExpression getArithmeticExpression()
public void setArithmeticExpression(PArithmeticExpression node)
public PSimpleConditionalExpressionRemainder getSimpleConditionalExpressionRemainder()
public void setSimpleConditionalExpressionRemainder(PSimpleConditionalExpressionRemainder node)
Copyright © 2004–2014 XWiki. All rights reserved.