| |
|
| java.lang.Object com.ibm.icu.text.RBBINode
RBBINode | class RBBINode (Code) | | This class represents a node in the parse tree created by the RBBI Rule compiler.
|
endMark | final static int endMark(Code) | | |
fLookAheadEnd | boolean fLookAheadEnd(Code) | | |
fNullable | boolean fNullable(Code) | | |
fPrecedence | int fPrecedence(Code) | | |
fSerialNum | int fSerialNum(Code) | | |
gLastSerial | static int gLastSerial(Code) | | |
leafChar | final static int leafChar(Code) | | |
lookAhead | final static int lookAhead(Code) | | |
nodeTypeLimit | final static int nodeTypeLimit(Code) | | |
opBreak | final static int opBreak(Code) | | |
opCat | final static int opCat(Code) | | |
opLParen | final static int opLParen(Code) | | |
opOr | final static int opOr(Code) | | |
opPlus | final static int opPlus(Code) | | |
opQuestion | final static int opQuestion(Code) | | |
opReverse | final static int opReverse(Code) | | |
opStar | final static int opStar(Code) | | |
opStart | final static int opStart(Code) | | |
precLParen | final static int precLParen(Code) | | |
precOpCat | final static int precOpCat(Code) | | |
precOpOr | final static int precOpOr(Code) | | |
precStart | final static int precStart(Code) | | |
precZero | final static int precZero(Code) | | |
setRef | final static int setRef(Code) | | |
uset | final static int uset(Code) | | |
varRef | final static int varRef(Code) | | |
RBBINode | RBBINode(int t)(Code) | | |
findNodes | void findNodes(List dest, int kind)(Code) | | |
flattenSets | void flattenSets()(Code) | | |
printHex | static void printHex(int i, int minWidth)(Code) | | |
printInt | static void printInt(int i, int minWidth)(Code) | | |
printString | static void printString(String s, int minWidth)(Code) | | |
printTree | void printTree(boolean printHeading)(Code) | | |
|
|
|