Метод |
Описание |
|
IsTypeExpression ( IExpression expression ) : bool |
|
|
NextToken ( ) : Token |
|
|
ParseArgumentNames ( ) : IList |
|
|
ParseBinaryExpressionLevelAdd ( ) : IExpression |
|
|
ParseBinaryExpressionLevelMultiply ( ) : IExpression |
|
|
ParseDefineClassCommand ( ) : ICommand |
|
|
ParseDefineFunction ( string name ) : DefineFunctionCommand |
|
|
ParseDefineVariableCommand ( IExpression typeexpression, string name ) : ICommand |
|
|
ParseDotExpression ( ) : IExpression |
|
|
ParseExpressionList ( string upto ) : IEnumerable |
|
|
ParseIfCommand ( ) : ICommand |
|
|
ParseName ( ) : string |
|
|
ParseSimpleExpression ( ) : IExpression |
|
|
ParseStringInterpolation ( string text ) : IExpression |
|
|
ParseToken ( string value, TokenType type ) : void |
|
|
ParseWhileCommand ( ) : ICommand |
|
|
PushToken ( Token token ) : void |
|
|
TryParseToken ( string value, TokenType type ) : bool |
|
|
TryPeekToken ( string value, TokenType type ) : bool |
|
|