package glf
- Alphabetic
- Public
- All
Type Members
- sealed abstract class GfAST extends AnyRef
- class GfAbstractSyntax extends AnyRef
- final case class GfEmptySyntaxException() extends GfParserException with Product with Serializable
- case class GfFun(fun: String, args: List[GfAST]) extends GfAST with Product with Serializable
- class GfImportException extends Exception
- class GfImporter extends Importer
- class GfLexer extends RegexParsers
- case class GfLexerException(message: String = "") extends GfImportException with Product with Serializable
- class GfParser extends AnyRef
- class GfParserContext extends AnyRef
- class GfParserException extends GfImportException
- sealed trait GfToken extends AnyRef
- final case class GfUnexpectedEOF(message: String = "") extends GfParserException with Product with Serializable
- final case class GfUnexpectedTokenException(message: String = "") extends GfParserException with Product with Serializable
- class GlfBuildQuery extends AnyRef
- class GlfBuildServer extends ServerExtension
- class GlfConstructQuery extends AnyRef
- class GlfConstructServer extends ServerExtension
- class GlfException extends Exception
- case class IDENTIFIER(str: String) extends GfToken with Product with Serializable
- final case class LangTheoryIncomplete(message: String = "", cause: Throwable = None.orNull) extends GlfException with Product with Serializable
- case class OTHER_SEGMENT(str: String) extends GfToken with Product with Serializable
Value Members
- object ABSTRACT extends GfToken with Product with Serializable
- object ARROW extends GfToken with Product with Serializable
- object CAT extends GfToken with Product with Serializable
- object COLON extends GfToken with Product with Serializable
- object COMMA extends GfToken with Product with Serializable
- object DOUBLE_ASTERISK extends GfToken with Product with Serializable
- object EQUAL extends GfToken with Product with Serializable
- object FUN extends GfToken with Product with Serializable
- object GfAST
- object GlfBuildQuery
- object GlfConstructQuery
- object LEFT_BRACE extends GfToken with Product with Serializable
- object OF extends GfToken with Product with Serializable
- object RIGHT_BRACE extends GfToken with Product with Serializable
- object SEMICOLON extends GfToken with Product with Serializable