public interface NumExpr extends Expr
| Modifier and Type | Method and Description |
|---|---|
Numeral |
getNumeral()
Returns the Numeral element.
|
BigInteger |
getValue()
This is a convenience method.
|
ZNumeral |
getZNumeral()
This is a convenience method.
|
void |
setNumeral(Numeral numeral)
Sets the Numeral element.
|
Numeral getNumeral()
void setNumeral(Numeral numeral)
numeral - the Numeral element.getNumeral()ZNumeral getZNumeral()
BigInteger getValue()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.