Package | Description |
---|---|
com.sun.tools.javac.parser |
Modifier and Type | Class and Description |
---|---|
class |
Scanner
The lexical analyzer maps an input stream consisting of
ASCII characters and Unicode escapes into a token sequence.
|
Modifier and Type | Field and Description |
---|---|
protected Lexer |
JavacParser.S
The scanner used for lexical analysis.
|
Constructor and Description |
---|
JavacParser(ParserFactory fac,
Lexer S,
boolean keepDocComments,
boolean keepLineMap,
boolean keepEndPositions)
Construct a parser from a given scanner, tree factory and log.
|
Copyright © 2017 earcam. All rights reserved.