Package com.ibm.icu.impl.units
Class MeasureUnitImpl.UnitsParser.Token
- java.lang.Object
-
- com.ibm.icu.impl.units.MeasureUnitImpl.UnitsParser.Token
-
- Enclosing class:
- MeasureUnitImpl.UnitsParser
static class MeasureUnitImpl.UnitsParser.Token extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
MeasureUnitImpl.UnitsParser.Token.Type
-
Field Summary
Fields Modifier and Type Field Description private int
fMatch
private MeasureUnitImpl.UnitsParser.Token.Type
type
-
Constructor Summary
Constructors Constructor Description Token(int fMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private MeasureUnitImpl.UnitsParser.Token.Type
calculateType(int fMatch)
MeasureUnitImpl.InitialCompoundPart
getInitialCompoundPart()
int
getMatch()
int
getPower()
MeasureUnit.MeasurePrefix
getPrefix()
int
getSimpleUnitIndex()
MeasureUnitImpl.UnitsParser.Token.Type
getType()
-
-
-
Field Detail
-
fMatch
private final int fMatch
-
type
private final MeasureUnitImpl.UnitsParser.Token.Type type
-
-
Method Detail
-
getType
public MeasureUnitImpl.UnitsParser.Token.Type getType()
-
getPrefix
public MeasureUnit.MeasurePrefix getPrefix()
-
getMatch
public int getMatch()
-
getInitialCompoundPart
public MeasureUnitImpl.InitialCompoundPart getInitialCompoundPart()
-
getPower
public int getPower()
-
getSimpleUnitIndex
public int getSimpleUnitIndex()
-
calculateType
private MeasureUnitImpl.UnitsParser.Token.Type calculateType(int fMatch)
-
-