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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java101 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
107 return jjMoveNfa_0(state, pos + 1);
378 private final void jjCheckNAdd(int state) argument
380 if (jjrounds[state] != jjround)
382 jjstateSet[jjnewStateCnt++] = state;
383 jjrounds[state] = jjround;
697 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
H A DNode.java107 protected String state = "Exp"; field in class:Node
139 this.state = other.state;
298 * Sets the state of the node's revision.
299 * @param value A symbol that identifies the state. The most commonly
304 state = value;
669 if (state != null)
672 s.append(state);
812 return state;
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...

Completed in 14 milliseconds