All Packages Class Hierarchy This Package Previous Next Index
Class openjava.main.Yylex
java.lang.Object
|
+----openjava.main.Yylex
- public class Yylex
- extends Object
-
commentLine
-
-
commentNest
-
-
E_ENDCOMMENT
-
-
E_STARTCOMMENT
-
-
E_UNCLOSEDSTR
-
-
E_UNEXPECTED
-
-
E_UNMATCHED
-
-
javadocComments
-
-
Yylex(InputStream)
-
-
error(int)
-
-
mkRet(int)
-
-
yylex()
-
commentNest
protected int commentNest
javadocComments
protected Vector javadocComments
commentLine
protected StringBuffer commentLine
E_ENDCOMMENT
public static final int E_ENDCOMMENT
E_STARTCOMMENT
public static final int E_STARTCOMMENT
E_UNCLOSEDSTR
public static final int E_UNCLOSEDSTR
E_UNMATCHED
public static final int E_UNMATCHED
E_UNEXPECTED
public static final int E_UNEXPECTED
Yylex
public Yylex(InputStream instream)
mkRet
protected Yytoken mkRet(int tokenID)
error
public void error(int code)
yylex
public Yytoken yylex() throws IOException
All Packages Class Hierarchy This Package Previous Next Index