Method RegisterLexerProc
- Namespace
- Alternet.Syntax
- Assembly
- Alternet.Syntax.v10.dll
RegisterLexerProc(int, LexerProc)
protected void RegisterLexerProc(int state, LexerProc proc)
Parameters
state int
proc LexerProc
RegisterLexerProc(int, char[], LexerProc)
protected void RegisterLexerProc(int state, char[] chars, LexerProc proc)
Parameters
state int
chars char[]
proc LexerProc
RegisterLexerProc(int, char, LexerProc)
protected void RegisterLexerProc(int state, char ch, LexerProc proc)
Parameters
state int
ch char
proc LexerProc
RegisterLexerProc(int, char, char, LexerProc)
protected void RegisterLexerProc(int state, char startChar, char endChar, LexerProc proc)
Parameters
state int
startChar char
endChar char
proc LexerProc