Searched refs:kind (Results 1 - 7 of 7) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParserTokenManager.java95 private final int jjStopAtPos(int pos, int kind) argument
97 jjmatchedKind = kind;
101 private final int jjStartNfaWithStates_0(int pos, int kind, int state) argument
103 jjmatchedKind = kind;
418 int j, kind = 0x7fffffff;
433 if (kind > 22)
434 kind = 22;
439 if (kind > 23)
440 kind = 23;
449 if (kind > 2
[all...]
H A DToken.java11 * An integer that describes the kind of this token. This numbering
15 public int kind; field in class:Token
H A DArchiveParser.java87 switch (jj_nt.kind) {
99 switch (jj_nt.kind) {
113 switch (jj_nt.kind) {
129 switch (jj_nt.kind) {
138 switch (jj_nt.kind) {
158 switch (jj_nt.kind) {
172 switch (jj_nt.kind) {
186 switch (jj_nt.kind) {
202 switch (jj_nt.kind) {
221 switch (jj_nt.kind) {
542 jj_consume_token(int kind) argument
[all...]
H A DParseException.java119 if (tok.kind == 0) {
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DCtags.java326 // KIND("kind"),
412 String kind = null;
433 //TODO no separator, assume this is the kind
434 kind = fld;
463 = classInher == null ? kind : kind + " in " + classInher;
486 //log.fine("Read = " + def + " : " + lnum + " = " + kind + " IS " + inher + " M " + match);
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java1550 final WatchEvent.Kind<?> kind = event.kind();
1552 if (kind == ENTRY_CREATE) {
1554 } else if (kind == ENTRY_DELETE) {
1556 } else if (kind == ENTRY_MODIFY) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 130 milliseconds