Version

IsExitSymbol Method

Indicates whether the specified TerminalSymbol will cause the lexer to exit the current LexerState when it is encountered during lexical analysis.
Syntax
'Declaration
 
Public Function IsExitSymbol( _
   ByVal symbol As TerminalSymbol _
) As Boolean
public bool IsExitSymbol( 
   TerminalSymbol symbol
)

Parameters

symbol
The symbol to check.

Return Value

True if the symbol exits the LexerState when found; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also