Package it.unibo.alchemist.expressions.parser

Types

Link copied to clipboard
open class Exp : ExpConstants
Link copied to clipboard
interface ExpConstants
Token literal values and constants.
Link copied to clipboard
open class ExpTokenManager : ExpConstants
Token Manager.
Link copied to clipboard
open class ParseException : RuntimeException
This exception is thrown when parse errors are encountered.
Link copied to clipboard
open class SimpleCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Link copied to clipboard
open class Token : Serializable
Describes the input token stream.
Link copied to clipboard
open class TokenMgrError : Error
Token Manager Error.