Package net. akehurst. language. agl. runtime. graph
Types
GrowingChildNode
Link copied to clipboard
GrowingChildren
Link copied to clipboard
class GrowingChildren
Content copied to clipboard
GrowingNode
Link copied to clipboard
class GrowingNode(currentState: ParserState, lookahead: LookaheadSet, children: GrowingChildren)
Content copied to clipboard
GrowingNodeIndex
Link copied to clipboard
data class GrowingNodeIndex(state: ParserState, lhsNumber: Int, startPosition: Int, nextInputPosition: Int, listSize: Int)
Content copied to clipboard
PreviousInfo
Link copied to clipboard