Package | Description |
---|---|
tec.uom.se.internal.format |
Modifier and Type | Method and Description |
---|---|
(package private) TokenException |
UnitFormatParser.generateParseException()
Generate TokenException.
|
(package private) TokenException |
LocalUnitFormatParser.raiseTokenException()
Deprecated.
Generate TokenException.
|
Modifier and Type | Method and Description |
---|---|
(package private) javax.measure.Unit<?> |
UnitFormatParser.addExpr() |
javax.measure.Unit |
LocalUnitFormatParser.AddExpr()
Deprecated.
|
(package private) javax.measure.Unit<?> |
UnitFormatParser.atomicExpr() |
javax.measure.Unit |
LocalUnitFormatParser.AtomicExpr()
Deprecated.
|
(package private) javax.measure.Unit<?> |
UnitFormatParser.compoundExpr() |
javax.measure.Unit |
LocalUnitFormatParser.CompoundExpr()
Deprecated.
|
private Token |
LocalUnitFormatParser.consumeToken(int kind)
Deprecated.
|
(package private) UnitFormatParser.Exponent |
UnitFormatParser.exp() |
LocalUnitFormatParser.Exponent |
LocalUnitFormatParser.Exp()
Deprecated.
|
(package private) javax.measure.Unit<?> |
UnitFormatParser.exponentExpr() |
javax.measure.Unit |
LocalUnitFormatParser.ExponentExpr()
Deprecated.
|
private Token |
UnitFormatParser.jj_consume_token(int kind)
Reinitialise.
|
(package private) javax.measure.Unit<?> |
UnitFormatParser.mulExpr() |
javax.measure.Unit |
LocalUnitFormatParser.MulExpr()
Deprecated.
|
(package private) java.lang.Number |
UnitFormatParser.numberExpr() |
java.lang.Number |
LocalUnitFormatParser.NumberExpr()
Deprecated.
|
javax.measure.Unit<?> |
UnitFormatParser.parseUnit() |
javax.measure.Unit |
LocalUnitFormatParser.parseUnit()
Deprecated.
|
(package private) Token |
UnitFormatParser.sign() |
Token |
LocalUnitFormatParser.Sign()
Deprecated.
|