public final class AIsSimpleConditionalExpressionRemainder extends PSimpleConditionalExpressionRemainder
| Constructor and Description |
|---|
AIsSimpleConditionalExpressionRemainder() |
AIsSimpleConditionalExpressionRemainder(TIs _is_,
TNot _not_,
PIsExpression _isExpression_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TIs |
getIs() |
PIsExpression |
getIsExpression() |
TNot |
getNot() |
void |
setIs(TIs node) |
void |
setIsExpression(PIsExpression node) |
void |
setNot(TNot node) |
String |
toString() |
public AIsSimpleConditionalExpressionRemainder()
public AIsSimpleConditionalExpressionRemainder(TIs _is_, TNot _not_, PIsExpression _isExpression_)
public void apply(Switch sw)
public TIs getIs()
public void setIs(TIs node)
public TNot getNot()
public void setNot(TNot node)
public PIsExpression getIsExpression()
public void setIsExpression(PIsExpression node)
Copyright © 2004–2014 XWiki. All rights reserved.