Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.IsAtEmbeddedTransition Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether this instance is at embedded transition.

protected virtual bool IsAtEmbeddedTransition (bool allowTemplatesAndComments, bool allowTransitions);
abstract member IsAtEmbeddedTransition : bool * bool -> bool
override this.IsAtEmbeddedTransition : bool * bool -> bool
Protected Overridable Function IsAtEmbeddedTransition (allowTemplatesAndComments As Boolean, allowTransitions As Boolean) As Boolean

Parameters

allowTemplatesAndComments
Boolean

true to allow templates and comments; otherwise, false.

allowTransitions
Boolean

true to allow transitions; otherwise, false.

Returns

true if this instance is at embedded transition; otherwise, false.

Applies to