Package net.akehurst.language.agl.runtime.graph

Types

GrowingChildNode
Link copied to clipboard
common
class GrowingChildNode(state: ParserState?, children: List<SPPTNode>)
GrowingChildren
Link copied to clipboard
common
class GrowingChildren
GrowingNode
Link copied to clipboard
common
class GrowingNode(currentState: ParserState, lookahead: LookaheadSet, children: GrowingChildren)
GrowingNodeIndex
Link copied to clipboard
common
data class GrowingNodeIndex(state: ParserState, lhsNumber: Int, startPosition: Int, nextInputPosition: Int, listSize: Int)
LeafIndex
Link copied to clipboard
common
data class LeafIndex(ruleNumber: Int, startPosition: Int)
PreviousInfo
Link copied to clipboard
common
data class PreviousInfo(node: GrowingNode)