Vertex
Namespace: Yard.Generators.ARNGLR
Parent Module: Parser
Constructors
Constructor | Description |
new(state, level)
Signature: (state:int * level:int) -> Vertex
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
addEdge(edge)
Signature: edge:Edge -> unit
|
|
Edge(i)
Signature: i:int -> Edge
|
|
FindIndex(state level)
Signature: state:int -> level:int -> int
|
|
Level
Signature: int
|
CompiledName: get_Level
|
OutEdges
Signature: ResizeArray<Edge>
|
CompiledName: get_OutEdges
|
PassingReductions
Signature: ResizeArray<int * int * Path * int * int * VInfo<obj>>
|
CompiledName: get_PassingReductions
|
State
Signature: int
|
CompiledName: get_State
|