Method Expected
Expected(VbLexerToken[])
protected bool Expected(VbLexerToken[] tokens)
Parameters
tokens
VbLexerToken[]
Returns
Expected(int)
protected bool Expected(int token)
Parameters
token
int
Returns
Expected(VbLexerToken)
protected bool Expected(VbLexerToken token)
Parameters
token
VbLexerToken
Returns
Expected(VbLexerToken, VbLexerToken)
protected bool Expected(VbLexerToken token1, VbLexerToken token2)
Parameters
token1
VbLexerTokentoken2
VbLexerToken