private static NumberSkeletonImpl.ParseState |
NumberSkeletonImpl.parseOption(NumberSkeletonImpl.ParseState stem,
StringSegment segment,
MacroProps macros) |
Given that the current segment represents an option, parse it and save the result.
|
private static NumberSkeletonImpl.ParseState |
NumberSkeletonImpl.parseStem(StringSegment segment,
CharsTrie stemTrie,
MacroProps macros) |
Given that the current segment represents a stem, parse it and save the result.
|
static NumberSkeletonImpl.ParseState |
NumberSkeletonImpl.ParseState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NumberSkeletonImpl.ParseState[] |
NumberSkeletonImpl.ParseState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|