public final class ABetweenExpression extends PBetweenExpression
| Constructor and Description |
|---|
ABetweenExpression() |
ABetweenExpression(TBetween _between_,
PArithmeticExpression _a_,
TAnd _and_,
PArithmeticExpression _b_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
PArithmeticExpression |
getA() |
TAnd |
getAnd() |
PArithmeticExpression |
getB() |
TBetween |
getBetween() |
void |
setA(PArithmeticExpression node) |
void |
setAnd(TAnd node) |
void |
setB(PArithmeticExpression node) |
void |
setBetween(TBetween node) |
String |
toString() |
public ABetweenExpression()
public ABetweenExpression(TBetween _between_, PArithmeticExpression _a_, TAnd _and_, PArithmeticExpression _b_)
public void apply(Switch sw)
public TBetween getBetween()
public void setBetween(TBetween node)
public PArithmeticExpression getA()
public void setA(PArithmeticExpression node)
public TAnd getAnd()
public void setAnd(TAnd node)
public PArithmeticExpression getB()
public void setB(PArithmeticExpression node)
Copyright © 2004–2017 XWiki. All rights reserved.