Method FindTargetArc
FindTargetArc(Int32, FST.Arc<T>, FST.Arc<T>, FST.BytesReader)
Finds an arc leaving the incoming arc
, replacing the arc in place.
this returns null
if the arc was not found, else the incoming arc
.
Declaration
public FST.Arc<T> FindTargetArc(int labelToMatch, FST.Arc<T> follow, FST.Arc<T> arc, FST.BytesReader in)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | labelToMatch | |
FST.Arc<T> | follow | |
FST.Arc<T> | arc | |
FST.BytesReader | in |
Returns
Type | Description |
---|---|
FST.Arc<T> |