Searched defs:yybegin (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java55 abstract public void yybegin(int newState); method in class:JFlexTokenizer
119 this.yybegin(newState);
123 this.yybegin(this.stack.pop());
H A DJFlexXref.java213 public abstract void yybegin(int newState); method in class:JFlexXref
468 yybegin(newState);
472 yybegin(this.stack.pop());

Completed in 18 milliseconds