Package net.akehurst.language.api.syntaxAnalyser

Types

AsmElementProperty
Link copied to clipboard
class AsmElementProperty(name: String, value: Any?)
AsmElementSimple
Link copied to clipboard
class AsmElementSimple(id: Int, asm: AsmSimple, typeName: String)
AsmElementSimpleBuilder
Link copied to clipboard
class AsmElementSimpleBuilder(_asm: AsmSimple, typeName: String, isRoot: Boolean)
AsmSimple
Link copied to clipboard
class AsmSimple
AsmSimpleBuilder
Link copied to clipboard
class AsmSimpleBuilder
GrammarLoader
Link copied to clipboard
interface GrammarLoader
SyntaxAnalyser
Link copied to clipboard
interface SyntaxAnalyser
A Syntax Analyser converts a Parse Tree (in this case a SharedPackedParseTree) into a "Syntax Tree/Model".
SyntaxAnalyserException
Link copied to clipboard
class SyntaxAnalyserException(message: String, cause: Throwable?) : RuntimeException

Functions

asmSimple
Link copied to clipboard
fun asmSimple(init: AsmSimpleBuilder.() -> Unit): AsmSimple