JGR MSTS Editors and Tools
MoveTo Method (reference)
NamespacesJgr.GrammarBnfStateMoveTo(String)

[This is preliminary documentation and is subject to change.]

Moves the BnfState instance on to the given reference or throws a BnfStateException if it is not valid.
Declaration Syntax
C#Visual BasicVisual C++
public void MoveTo(
	string reference
)
Public Sub MoveTo ( _
	reference As String _
)
public:
void MoveTo(
	String^ reference
)
Parameters
reference (String)
The reference to move to.
Exceptions
ExceptionCondition
BnfStateExceptionThrown if the given reference is not found or moving to a new reference is not valid at this time.

Assembly: JGR.Grammar (Module: JGR.Grammar) Version: 0.5.4008.31681