Package com.ibm.icu.text
Class RBBIRuleParseTable
- java.lang.Object
-
- com.ibm.icu.text.RBBIRuleParseTable
-
class RBBIRuleParseTable extends java.lang.Object
Generated Java File. Do not edit by hand. This file contains the state table for the ICU Rule Based Break Iterator rule parser. It is generated by the Perl script "rbbicst.pl" from the rule parser state definitions file "rbbirpt.txt".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
RBBIRuleParseTable.RBBIRuleTableElement
-
Field Summary
Fields Modifier and Type Field Description (package private) static short
doCheckVarDef
(package private) static short
doDotAny
(package private) static short
doEndAssign
(package private) static short
doEndOfRule
(package private) static short
doEndVariableName
(package private) static short
doExit
(package private) static short
doExprCatOperator
(package private) static short
doExprFinished
(package private) static short
doExprOrOperator
(package private) static short
doExprRParen
(package private) static short
doExprStart
(package private) static short
doLParen
(package private) static short
doNoChain
(package private) static short
doNOP
(package private) static short
doOptionEnd
(package private) static short
doOptionStart
(package private) static short
doReverseDir
(package private) static short
doRuleChar
(package private) static short
doRuleError
(package private) static short
doRuleErrorAssignExpr
(package private) static short
doScanUnicodeSet
(package private) static short
doSlash
(package private) static short
doStartAssign
(package private) static short
doStartTagValue
(package private) static short
doStartVariableName
(package private) static short
doTagDigit
(package private) static short
doTagExpectedError
(package private) static short
doTagValue
(package private) static short
doUnaryOpPlus
(package private) static short
doUnaryOpQuestion
(package private) static short
doUnaryOpStar
(package private) static short
doVariableNameExpectedErr
(package private) static RBBIRuleParseTable.RBBIRuleTableElement[]
gRuleParseStateTable
(package private) static short
kRuleSet_default
(package private) static short
kRuleSet_digit_char
(package private) static short
kRuleSet_eof
(package private) static short
kRuleSet_escaped
(package private) static short
kRuleSet_name_char
(package private) static short
kRuleSet_name_start_char
(package private) static short
kRuleSet_rule_char
(package private) static short
kRuleSet_white_space
-
Constructor Summary
Constructors Constructor Description RBBIRuleParseTable()
-
-
-
Field Detail
-
doCheckVarDef
static final short doCheckVarDef
- See Also:
- Constant Field Values
-
doDotAny
static final short doDotAny
- See Also:
- Constant Field Values
-
doEndAssign
static final short doEndAssign
- See Also:
- Constant Field Values
-
doEndOfRule
static final short doEndOfRule
- See Also:
- Constant Field Values
-
doEndVariableName
static final short doEndVariableName
- See Also:
- Constant Field Values
-
doExit
static final short doExit
- See Also:
- Constant Field Values
-
doExprCatOperator
static final short doExprCatOperator
- See Also:
- Constant Field Values
-
doExprFinished
static final short doExprFinished
- See Also:
- Constant Field Values
-
doExprOrOperator
static final short doExprOrOperator
- See Also:
- Constant Field Values
-
doExprRParen
static final short doExprRParen
- See Also:
- Constant Field Values
-
doExprStart
static final short doExprStart
- See Also:
- Constant Field Values
-
doLParen
static final short doLParen
- See Also:
- Constant Field Values
-
doNOP
static final short doNOP
- See Also:
- Constant Field Values
-
doNoChain
static final short doNoChain
- See Also:
- Constant Field Values
-
doOptionEnd
static final short doOptionEnd
- See Also:
- Constant Field Values
-
doOptionStart
static final short doOptionStart
- See Also:
- Constant Field Values
-
doReverseDir
static final short doReverseDir
- See Also:
- Constant Field Values
-
doRuleChar
static final short doRuleChar
- See Also:
- Constant Field Values
-
doRuleError
static final short doRuleError
- See Also:
- Constant Field Values
-
doRuleErrorAssignExpr
static final short doRuleErrorAssignExpr
- See Also:
- Constant Field Values
-
doScanUnicodeSet
static final short doScanUnicodeSet
- See Also:
- Constant Field Values
-
doSlash
static final short doSlash
- See Also:
- Constant Field Values
-
doStartAssign
static final short doStartAssign
- See Also:
- Constant Field Values
-
doStartTagValue
static final short doStartTagValue
- See Also:
- Constant Field Values
-
doStartVariableName
static final short doStartVariableName
- See Also:
- Constant Field Values
-
doTagDigit
static final short doTagDigit
- See Also:
- Constant Field Values
-
doTagExpectedError
static final short doTagExpectedError
- See Also:
- Constant Field Values
-
doTagValue
static final short doTagValue
- See Also:
- Constant Field Values
-
doUnaryOpPlus
static final short doUnaryOpPlus
- See Also:
- Constant Field Values
-
doUnaryOpQuestion
static final short doUnaryOpQuestion
- See Also:
- Constant Field Values
-
doUnaryOpStar
static final short doUnaryOpStar
- See Also:
- Constant Field Values
-
doVariableNameExpectedErr
static final short doVariableNameExpectedErr
- See Also:
- Constant Field Values
-
kRuleSet_default
static final short kRuleSet_default
- See Also:
- Constant Field Values
-
kRuleSet_digit_char
static final short kRuleSet_digit_char
- See Also:
- Constant Field Values
-
kRuleSet_eof
static final short kRuleSet_eof
- See Also:
- Constant Field Values
-
kRuleSet_escaped
static final short kRuleSet_escaped
- See Also:
- Constant Field Values
-
kRuleSet_name_char
static final short kRuleSet_name_char
- See Also:
- Constant Field Values
-
kRuleSet_name_start_char
static final short kRuleSet_name_start_char
- See Also:
- Constant Field Values
-
kRuleSet_rule_char
static final short kRuleSet_rule_char
- See Also:
- Constant Field Values
-
kRuleSet_white_space
static final short kRuleSet_white_space
- See Also:
- Constant Field Values
-
gRuleParseStateTable
static RBBIRuleParseTable.RBBIRuleTableElement[] gRuleParseStateTable
-
-