package compiler
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Lexer extends AnyRef
This class is a wrapper for accessing the lexer of the Scala compiler from Java in a more convenient way.
This class is a wrapper for accessing the lexer of the Scala compiler from Java in a more convenient way.
- Since
0.1
-
class
Parser extends AnyRef
This class is a wrapper for accessing the parser of the Scala compiler from Java in a more convenient way.
This class is a wrapper for accessing the parser of the Scala compiler from Java in a more convenient way.
- Since
0.1
-
case class
Token(tokenType: Int, line: Int, tokenVal: String) extends Product with Serializable
Represent a token.
Represent a token. Lines must start at 1.
- Since
0.1