java.lang.Object
org.xbib.jacc.compiler.Phase
org.xbib.jacc.compiler.Lexer
org.xbib.jacc.compiler.SourceLexer
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsFields inherited from class org.xbib.jacc.compiler.Lexer
lexemeText, token -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xbib.jacc.compiler.Phase
getHandler, report
-
Field Details
-
line
-
col
protected int col -
c
protected int c
-
-
Constructor Details
-
SourceLexer
- Throws:
IOException
-
-
Method Details
-
getPos
-
markPosition
protected void markPosition() -
nextLine
- Throws:
IOException
-
nextChar
protected int nextChar() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-