YaccConstructor


GraphLabelledVertex<'tagType>

Namespace: AbstractAnalysis.Common

Constructors

ConstructorDescription
new(initial, tagToToken)
Signature: (initial:'tagType [] * tagToToken:('tagType -> int)) -> GraphLabelledVertex<'tagType>

CompiledName: .ctor

new(...)
Signature: (initialVertices:'tagType [] * finalVertices:'tagType [] * tagToToken:('tagType -> int)) -> GraphLabelledVertex<'tagType>

CompiledName: .ctor

Instance members

Instance memberDescription
AddEdges(edges)
Signature: (edges:TaggedEdge<'tagType,'tagType> []) -> unit
FinalStates()
Signature: unit -> 'tagType []

CompiledName: set_FinalStates

FinalStates()
Signature: unit -> unit

CompiledName: get_FinalStates

InitStates
Signature: 'tagType []

CompiledName: get_InitStates

TagToToken
Signature: 'tagType -> int

CompiledName: get_TagToToken

Fork me on GitHub