public final class AModFunctionsReturningNumerics extends PFunctionsReturningNumerics
| Constructor and Description |
|---|
AModFunctionsReturningNumerics() |
AModFunctionsReturningNumerics(TMod _mod_,
TLbr _lbr_,
PSimpleArithmeticExpression _dividend_,
TComma _comma_,
PSimpleArithmeticExpression _divisor_,
TRbr _rbr_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
Object |
clone() |
TComma |
getComma() |
PSimpleArithmeticExpression |
getDividend() |
PSimpleArithmeticExpression |
getDivisor() |
TLbr |
getLbr() |
TMod |
getMod() |
TRbr |
getRbr() |
void |
setComma(TComma node) |
void |
setDividend(PSimpleArithmeticExpression node) |
void |
setDivisor(PSimpleArithmeticExpression node) |
void |
setLbr(TLbr node) |
void |
setMod(TMod node) |
void |
setRbr(TRbr node) |
String |
toString() |
public AModFunctionsReturningNumerics()
public AModFunctionsReturningNumerics(TMod _mod_, TLbr _lbr_, PSimpleArithmeticExpression _dividend_, TComma _comma_, PSimpleArithmeticExpression _divisor_, TRbr _rbr_)
public void apply(Switch sw)
public TMod getMod()
public void setMod(TMod node)
public TLbr getLbr()
public void setLbr(TLbr node)
public PSimpleArithmeticExpression getDividend()
public void setDividend(PSimpleArithmeticExpression node)
public TComma getComma()
public void setComma(TComma node)
public PSimpleArithmeticExpression getDivisor()
public void setDivisor(PSimpleArithmeticExpression node)
public TRbr getRbr()
public void setRbr(TRbr node)
Copyright © 2004–2017 XWiki. All rights reserved.