(package private) boolean |
RBBITableBuilder.findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories) |
Find duplicate (redundant) character classes.
|
(package private) boolean |
RBBITableBuilder.findDuplicateSafeState(RBBIRuleBuilder.IntPair states) |
Find the next duplicate state in the safe reverse table.
|
(package private) boolean |
RBBITableBuilder.findDuplicateState(RBBIRuleBuilder.IntPair states) |
Find duplicate (redundant) states, beginning at the specified pair,
within this state table.
|
(package private) void |
RBBISetBuilder.mergeCategories(RBBIRuleBuilder.IntPair categories) |
Merge two character categories that have been identified as having equivalent behavior.
|
(package private) void |
RBBITableBuilder.removeSafeState(RBBIRuleBuilder.IntPair duplStates) |
Remove a duplicate state from the safe table.
|
(package private) void |
RBBITableBuilder.removeState(RBBIRuleBuilder.IntPair duplStates) |
Remove a duplicate state (row) from the state table.
|