Class MeasureUnitImpl.UnitsParser.Token
java.lang.Object
com.ibm.icu.impl.units.MeasureUnitImpl.UnitsParser.Token
- Enclosing class:
MeasureUnitImpl.UnitsParser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final MeasureUnitImpl.UnitsParser.Token.Type -
Constructor Summary
ConstructorsModifierConstructorDescriptionToken(long fMatch) privateToken(long fMatch, MeasureUnitImpl.UnitsParser.Token.Type type) -
Method Summary
Modifier and TypeMethodDescriptioncalculateType(long fMatch) intlongintgetMatch()intgetPower()intgetType()tokenWithConstant(String constantStr)
-
Field Details
-
fMatch
private final long fMatch -
type
-
-
Constructor Details
-
Token
public Token(long fMatch) -
Token
-
-
Method Details
-
tokenWithConstant
-
getType
-
getPrefix
-
getConstantDenominator
public long getConstantDenominator() -
getMatch
public int getMatch() -
getAliasIndex
public int getAliasIndex() -
getInitialCompoundPart
-
getPower
public int getPower() -
getSimpleUnitIndex
public int getSimpleUnitIndex() -
calculateType
-