Searched defs:state (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java97 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
103 return jjMoveNfa_0(state, pos + 1);
374 private final void jjCheckNAdd(int state) argument
376 if (jjrounds[state] != jjround)
378 jjstateSet[jjnewStateCnt++] = state;
379 jjrounds[state] = jjround;
695 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
H A DNode.java110 protected String state = "Exp"; field in class:Node
154 this.state = other.state;
313 * Sets the state of the node's revision.
314 * @param value A symbol that identifies the state. The most commonly
319 state = value;
687 if (state != null)
690 s.append(state);
836 return state;
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 12 milliseconds