Méthode |
Description |
|
Consume ( ) : void |
|
|
Dispose ( bool disposing ) : void |
|
|
Ensure ( TokenType types, bool identifierAllowed = true ) : void |
|
|
Expect ( TokenType type ) : void |
|
|
Expect ( TokenType types, bool identifierAllowed = true ) : void |
|
|
ParseAdditiveBinary ( ) : Expression |
|
|
ParseExpression ( bool insideFunc = false ) : Expression |
|
|
ParseIdentifier ( ) : Expression |
|
|
ParseLiteral ( ) : LiteralExpression |
|
|
ParseMultiplicativeBinary ( ) : Expression |
|
|
ParseRelationalBinary ( ) : Expression |
|
|
ParseUnary ( ) : Expression |
|
|
Parser ( ) : System |
|
|