| java.lang.Object org.apache.oro.text.regex.OpCode
OpCode | final class OpCode (Code) | | The OpCode class should not be instantiated. It is a holder of various
constants and static methods pertaining to the manipulation of the
op-codes used in a compiled regular expression.
version: @version@ since: 1.0 |
_END_BOL_MBOL_SBOL_EOL_MEOL_SEOL_ANY_SANY_ANYOF_CURLY_CURLYX_BRANCH_BACK_EXACTLY_NOTHING_STAR_PLUS_ALNUM_NALNUM_BOUND_NBOUND_SPACE_NSPACE_DIGIT_NDIGIT_REF_OPEN_CLOSE_MINMOD_GBOL_IFMATCH_UNLESSM_SUCCEED_WHILEM_ANYOFUN_NANYOFUN_RANGE_ALPHA_BLANK_CNTRL_GRAPH_LOWER_PRINT_PUNCT_UPPER_XDIGIT_OPCODE_NOPCODE_ONECHAR_ALNUMC_ASCII | final static char _END_BOL_MBOL_SBOL_EOL_MEOL_SEOL_ANY_SANY_ANYOF_CURLY_CURLYX_BRANCH_BACK_EXACTLY_NOTHING_STAR_PLUS_ALNUM_NALNUM_BOUND_NBOUND_SPACE_NSPACE_DIGIT_NDIGIT_REF_OPEN_CLOSE_MINMOD_GBOL_IFMATCH_UNLESSM_SUCCEED_WHILEM_ANYOFUN_NANYOFUN_RANGE_ALPHA_BLANK_CNTRL_GRAPH_LOWER_PRINT_PUNCT_UPPER_XDIGIT_OPCODE_NOPCODE_ONECHAR_ALNUMC_ASCII(Code) | | |
_NULL_OFFSET | final static int _NULL_OFFSET(Code) | | |
_NULL_POINTER | final static char _NULL_POINTER(Code) | | |
_opLengthOne | final static char _opLengthOne(Code) | | |
_opLengthVaries | final static char _opLengthVaries(Code) | | |
_opType | final static char _opType(Code) | | |
_operandLength | final static int _operandLength(Code) | | |
_getArg1 | final static char _getArg1(char[] program, int offset)(Code) | | |
_getArg2 | final static char _getArg2(char[] program, int offset)(Code) | | |
_getNext | final static int _getNext(char[] program, int offset)(Code) | | |
_getNextOffset | final static int _getNextOffset(char[] program, int offset)(Code) | | |
_getNextOperator | final static int _getNextOperator(int offset)(Code) | | |
_getOperand | final static int _getOperand(int offset)(Code) | | |
_getPrevOperator | final static int _getPrevOperator(int offset)(Code) | | |
_isInArray | final static boolean _isInArray(char ch, char[] array, int start)(Code) | | |
_isWordCharacter | final static boolean _isWordCharacter(char token)(Code) | | |
|
|