TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.IsAtEmbeddedTransition 方法

定义

protected:
 virtual bool IsAtEmbeddedTransition(bool allowTemplatesAndComments, bool allowTransitions);
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

参数

allowTemplatesAndComments
Boolean
allowTransitions
Boolean

返回

适用于