Method |
Description |
|
AddCommand ( IList commands, ICommand command ) : void |
|
|
IsHoistedCommand ( ICommand command ) : bool |
|
|
IsNoOperationCommand ( ICommand command ) : bool |
|
|
IsValidName ( string name ) : void |
|
|
Parse ( TokenType type, string value ) : void |
|
|
ParseArgumentList ( ) : IList |
|
|
ParseArgumentNames ( ) : IList |
|
|
ParseArrayArgumentList ( ) : IList |
|
|
ParseArrayExpression ( ) : IExpression |
|
|
ParseBinaryExpressionFirstLevel ( ) : IExpression |
|
|
ParseBinaryExpressionSecondLevel ( ) : IExpression |
|
|
ParseBinaryExpressionZerothLevel ( ) : IExpression |
|
|
ParseBinaryLogicalExpressionLevelOne ( ) : IExpression |
|
|
ParseBinaryLogicalExpressionLevelTwo ( ) : IExpression |
|
|
ParseCompositeCommand ( ) : CompositeCommand |
|
|
ParseDeleteCommand ( ) : ICommand |
|
|
ParseForCommand ( ) : ICommand |
|
|
ParseForInCommand ( ) : ICommand |
|
|
ParseFunctionExpression ( ) : AjScript.Expressions.FunctionExpression |
|
|
ParseIfCommand ( ) : ICommand |
|
|
ParseName ( ) : string |
|
|
ParseNewExpression ( ) : IExpression |
|
|
ParseObjectExpression ( ) : IExpression |
|
|
ParseQualifiedName ( ) : IExpression |
|
|
ParseReturnCommand ( ) : ICommand |
|
|
ParseSimpleCommand ( ) : ICommand |
|
|
ParseSimpleTermExpression ( ) : IExpression |
|
|
ParseTermExpression ( ) : IExpression |
|
|
ParseUnaryExpression ( ) : IExpression |
|
|
ParseVarCommand ( ) : ICommand |
|
|
ParseWhileCommand ( ) : ICommand |
|
|
TryParse ( TokenType type ) : bool |
|
|
TryPeekName ( ) : bool |
|
|