| java.lang.Object org.apache.xerces.impl.xpath.regex.Op
Op | class Op (Code) | | version: $Id: Op.java 572108 2007-09-02 18:48:31Z mrglavas $ |
Inner Class :static class CharOp extends Op | |
Inner Class :static class UnionOp extends Op | |
Inner Class :static class ChildOp extends Op | |
Inner Class :static class ModifierOp extends ChildOp | |
Inner Class :static class RangeOp extends Op | |
Inner Class :static class StringOp extends Op | |
Inner Class :static class ConditionOp extends Op | |
Constructor Summary | |
protected | Op(int type) |
Method Summary | |
static CharOp | createAnchor(int data) | static CharOp | createBackReference(int refno) | static CharOp | createCapture(int number, Op next) | static CharOp | createChar(int data) | static ChildOp | createClosure(int id) | static ConditionOp | createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow) | static Op | createDot() | static ChildOp | createIndependent(Op next, Op branch) | static ChildOp | createLook(int type, Op next, Op branch) | static ModifierOp | createModifier(Op next, Op branch, int add, int mask) | static ChildOp | createNonGreedyClosure() | static ChildOp | createQuestion(boolean nongreedy) | static RangeOp | createRange(Token tok) | static StringOp | createString(String literal) | static UnionOp | createUnion(int size) | Op | elementAt(int index) | Op | getChild() | int | getData() | int | getData2() | String | getString() | RangeToken | getToken() | int | size() |
ANCHOR | final static int ANCHOR(Code) | | |
BACKREFERENCE | final static int BACKREFERENCE(Code) | | |
CAPTURE | final static int CAPTURE(Code) | | |
CHAR | final static int CHAR(Code) | | |
CLOSURE | final static int CLOSURE(Code) | | |
CONDITION | final static int CONDITION(Code) | | |
COUNT | final static boolean COUNT(Code) | | |
INDEPENDENT | final static int INDEPENDENT(Code) | | |
LOOKAHEAD | final static int LOOKAHEAD(Code) | | |
LOOKBEHIND | final static int LOOKBEHIND(Code) | | |
MODIFIER | final static int MODIFIER(Code) | | |
NEGATIVELOOKAHEAD | final static int NEGATIVELOOKAHEAD(Code) | | |
NEGATIVELOOKBEHIND | final static int NEGATIVELOOKBEHIND(Code) | | |
NONGREEDYCLOSURE | final static int NONGREEDYCLOSURE(Code) | | |
NONGREEDYQUESTION | final static int NONGREEDYQUESTION(Code) | | |
NRANGE | final static int NRANGE(Code) | | |
QUESTION | final static int QUESTION(Code) | | |
RANGE | final static int RANGE(Code) | | |
STRING | final static int STRING(Code) | | |
UNION | final static int UNION(Code) | | |
nofinstances | static int nofinstances(Code) | | |
Op | protected Op(int type)(Code) | | |
createAnchor | static CharOp createAnchor(int data)(Code) | | |
createBackReference | static CharOp createBackReference(int refno)(Code) | | |
createCapture | static CharOp createCapture(int number, Op next)(Code) | | |
createChar | static CharOp createChar(int data)(Code) | | |
createClosure | static ChildOp createClosure(int id)(Code) | | |
createCondition | static ConditionOp createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow)(Code) | | |
createIndependent | static ChildOp createIndependent(Op next, Op branch)(Code) | | |
createLook | static ChildOp createLook(int type, Op next, Op branch)(Code) | | |
createModifier | static ModifierOp createModifier(Op next, Op branch, int add, int mask)(Code) | | |
createNonGreedyClosure | static ChildOp createNonGreedyClosure()(Code) | | |
createQuestion | static ChildOp createQuestion(boolean nongreedy)(Code) | | |
createString | static StringOp createString(String literal)(Code) | | |
createUnion | static UnionOp createUnion(int size)(Code) | | |
|
|