C# Class Bike.Test.PrintNodeWalker

Inheritance: NodeWalker
Exibir arquivo Open project: buunguyen/bike

Public Methods

Method Description
Enter ( AdditiveExpression node ) : bool
Enter ( AndExpression node ) : bool
Enter ( Argument node ) : bool
Enter ( System.Arguments node ) : bool
Enter ( ArrayLiteral node ) : bool
Enter ( BreakStatement node ) : bool
Enter ( CallExpression node ) : bool
Enter ( CaseClause node ) : bool
Enter ( ConditionalExpression node ) : bool
Enter ( EmptyStatement node ) : bool
Enter ( EqualityExpression node ) : bool
Enter ( ExecExpression node ) : bool
Enter ( Expression node ) : bool
Enter ( ExpressionStatement node ) : bool
Enter ( ForInStatement node ) : bool
Enter ( FunctionDeclaration node ) : bool
Enter ( FunctionExpression node ) : bool
Enter ( Identifier node ) : bool
Enter ( IfStatement node ) : bool
Enter ( IndexSuffix node ) : bool
Enter ( LeftAssignmentExpression node ) : bool
Enter ( LoadStatement node ) : bool
Enter ( MemberExpression node ) : bool
Enter ( MultiplicativeExpression node ) : bool
Enter ( NextStatement node ) : bool
Enter ( ObjectLiteral node ) : bool
Enter ( OrExpression node ) : bool
Enter ( PrimitiveLiteral node ) : bool
Enter ( PropertyReferenceSuffix node ) : bool
Enter ( RelationalExpression node ) : bool
Enter ( RescueClause node ) : bool
Enter ( ReturnStatement node ) : bool
Enter ( SelfExpression node ) : bool
Enter ( SourceElements node ) : bool
Enter ( SourceUnitTree node ) : bool
Enter ( StatementBlock node ) : bool
Enter ( SwitchStatement node ) : bool
Enter ( ThrowStatement node ) : bool
Enter ( TryStatement node ) : bool
Enter ( TypeDescriptor node ) : bool
Enter ( TypeDescriptorSuffix node ) : bool
Enter ( UnaryExpression node ) : bool
Enter ( VariableDeclaration node ) : bool
Enter ( VariableStatement node ) : bool
Enter ( WhileStatement node ) : bool
Exit ( AdditiveExpression node ) : void
Exit ( AndExpression node ) : void
Exit ( Argument node ) : void
Exit ( Arguments node ) : void
Exit ( ArrayLiteral node ) : void
Exit ( BreakStatement node ) : void
Exit ( CallExpression node ) : void
Exit ( CaseClause node ) : void
Exit ( ConditionalExpression node ) : void
Exit ( EmptyStatement node ) : void
Exit ( EqualityExpression node ) : void
Exit ( ExecExpression node ) : void
Exit ( Expression node ) : void
Exit ( ExpressionStatement node ) : void
Exit ( ForInStatement node ) : void
Exit ( FunctionDeclaration node ) : void
Exit ( FunctionExpression node ) : void
Exit ( Identifier node ) : void
Exit ( IfStatement node ) : void
Exit ( IndexSuffix node ) : void
Exit ( LeftAssignmentExpression node ) : void
Exit ( LoadStatement node ) : void
Exit ( MemberExpression node ) : void
Exit ( MultiplicativeExpression node ) : void
Exit ( NextStatement node ) : void
Exit ( ObjectLiteral node ) : void
Exit ( OrExpression node ) : void
Exit ( PrimitiveLiteral node ) : void
Exit ( PropertyReferenceSuffix node ) : void
Exit ( RelationalExpression node ) : void
Exit ( RescueClause node ) : void
Exit ( ReturnStatement node ) : void
Exit ( SelfExpression node ) : void
Exit ( SourceElements node ) : void
Exit ( SourceUnitTree node ) : void
Exit ( StatementBlock node ) : void
Exit ( SwitchStatement node ) : void
Exit ( ThrowStatement node ) : void
Exit ( TryStatement node ) : void
Exit ( TypeDescriptor node ) : void
Exit ( TypeDescriptorSuffix node ) : void
Exit ( UnaryExpression node ) : void
Exit ( VariableDeclaration node ) : void
Exit ( VariableStatement node ) : void
Exit ( WhileStatement node ) : void

Private Methods

Method Description
Print ( string str ) : void

Method Details

Enter() public method

public Enter ( AdditiveExpression node ) : bool
node AdditiveExpression
return bool

Enter() public method

public Enter ( AndExpression node ) : bool
node AndExpression
return bool

Enter() public method

public Enter ( Argument node ) : bool
node Argument
return bool

Enter() public method

public Enter ( System.Arguments node ) : bool
node System.Arguments
return bool

Enter() public method

public Enter ( ArrayLiteral node ) : bool
node ArrayLiteral
return bool

Enter() public method

public Enter ( BreakStatement node ) : bool
node BreakStatement
return bool

Enter() public method

public Enter ( CallExpression node ) : bool
node CallExpression
return bool

Enter() public method

public Enter ( CaseClause node ) : bool
node CaseClause
return bool

Enter() public method

public Enter ( ConditionalExpression node ) : bool
node ConditionalExpression
return bool

Enter() public method

public Enter ( EmptyStatement node ) : bool
node EmptyStatement
return bool

Enter() public method

public Enter ( EqualityExpression node ) : bool
node EqualityExpression
return bool

Enter() public method

public Enter ( ExecExpression node ) : bool
node ExecExpression
return bool

Enter() public method

public Enter ( Expression node ) : bool
node Expression
return bool

Enter() public method

public Enter ( ExpressionStatement node ) : bool
node ExpressionStatement
return bool

Enter() public method

public Enter ( ForInStatement node ) : bool
node ForInStatement
return bool

Enter() public method

public Enter ( FunctionDeclaration node ) : bool
node FunctionDeclaration
return bool

Enter() public method

public Enter ( FunctionExpression node ) : bool
node FunctionExpression
return bool

Enter() public method

public Enter ( Identifier node ) : bool
node Identifier
return bool

Enter() public method

public Enter ( IfStatement node ) : bool
node IfStatement
return bool

Enter() public method

public Enter ( IndexSuffix node ) : bool
node IndexSuffix
return bool

Enter() public method

public Enter ( LeftAssignmentExpression node ) : bool
node LeftAssignmentExpression
return bool

Enter() public method

public Enter ( LoadStatement node ) : bool
node LoadStatement
return bool

Enter() public method

public Enter ( MemberExpression node ) : bool
node MemberExpression
return bool

Enter() public method

public Enter ( MultiplicativeExpression node ) : bool
node MultiplicativeExpression
return bool

Enter() public method

public Enter ( NextStatement node ) : bool
node NextStatement
return bool

Enter() public method

public Enter ( ObjectLiteral node ) : bool
node ObjectLiteral
return bool

Enter() public method

public Enter ( OrExpression node ) : bool
node OrExpression
return bool

Enter() public method

public Enter ( PrimitiveLiteral node ) : bool
node PrimitiveLiteral
return bool

Enter() public method

public Enter ( PropertyReferenceSuffix node ) : bool
node PropertyReferenceSuffix
return bool

Enter() public method

public Enter ( RelationalExpression node ) : bool
node RelationalExpression
return bool

Enter() public method

public Enter ( RescueClause node ) : bool
node RescueClause
return bool

Enter() public method

public Enter ( ReturnStatement node ) : bool
node ReturnStatement
return bool

Enter() public method

public Enter ( SelfExpression node ) : bool
node SelfExpression
return bool

Enter() public method

public Enter ( SourceElements node ) : bool
node SourceElements
return bool

Enter() public method

public Enter ( SourceUnitTree node ) : bool
node SourceUnitTree
return bool

Enter() public method

public Enter ( StatementBlock node ) : bool
node StatementBlock
return bool

Enter() public method

public Enter ( SwitchStatement node ) : bool
node SwitchStatement
return bool

Enter() public method

public Enter ( ThrowStatement node ) : bool
node ThrowStatement
return bool

Enter() public method

public Enter ( TryStatement node ) : bool
node TryStatement
return bool

Enter() public method

public Enter ( TypeDescriptor node ) : bool
node TypeDescriptor
return bool

Enter() public method

public Enter ( TypeDescriptorSuffix node ) : bool
node TypeDescriptorSuffix
return bool

Enter() public method

public Enter ( UnaryExpression node ) : bool
node UnaryExpression
return bool

Enter() public method

public Enter ( VariableDeclaration node ) : bool
node VariableDeclaration
return bool

Enter() public method

public Enter ( VariableStatement node ) : bool
node VariableStatement
return bool

Enter() public method

public Enter ( WhileStatement node ) : bool
node WhileStatement
return bool

Exit() public method

public Exit ( AdditiveExpression node ) : void
node AdditiveExpression
return void

Exit() public method

public Exit ( AndExpression node ) : void
node AndExpression
return void

Exit() public method

public Exit ( Argument node ) : void
node Argument
return void

Exit() public method

public Exit ( Arguments node ) : void
node Arguments
return void

Exit() public method

public Exit ( ArrayLiteral node ) : void
node ArrayLiteral
return void

Exit() public method

public Exit ( BreakStatement node ) : void
node BreakStatement
return void

Exit() public method

public Exit ( CallExpression node ) : void
node CallExpression
return void

Exit() public method

public Exit ( CaseClause node ) : void
node CaseClause
return void

Exit() public method

public Exit ( ConditionalExpression node ) : void
node ConditionalExpression
return void

Exit() public method

public Exit ( EmptyStatement node ) : void
node EmptyStatement
return void

Exit() public method

public Exit ( EqualityExpression node ) : void
node EqualityExpression
return void

Exit() public method

public Exit ( ExecExpression node ) : void
node ExecExpression
return void

Exit() public method

public Exit ( Expression node ) : void
node Expression
return void

Exit() public method

public Exit ( ExpressionStatement node ) : void
node ExpressionStatement
return void

Exit() public method

public Exit ( ForInStatement node ) : void
node ForInStatement
return void

Exit() public method

public Exit ( FunctionDeclaration node ) : void
node FunctionDeclaration
return void

Exit() public method

public Exit ( FunctionExpression node ) : void
node FunctionExpression
return void

Exit() public method

public Exit ( Identifier node ) : void
node Identifier
return void

Exit() public method

public Exit ( IfStatement node ) : void
node IfStatement
return void

Exit() public method

public Exit ( IndexSuffix node ) : void
node IndexSuffix
return void

Exit() public method

public Exit ( LeftAssignmentExpression node ) : void
node LeftAssignmentExpression
return void

Exit() public method

public Exit ( LoadStatement node ) : void
node LoadStatement
return void

Exit() public method

public Exit ( MemberExpression node ) : void
node MemberExpression
return void

Exit() public method

public Exit ( MultiplicativeExpression node ) : void
node MultiplicativeExpression
return void

Exit() public method

public Exit ( NextStatement node ) : void
node NextStatement
return void

Exit() public method

public Exit ( ObjectLiteral node ) : void
node ObjectLiteral
return void

Exit() public method

public Exit ( OrExpression node ) : void
node OrExpression
return void

Exit() public method

public Exit ( PrimitiveLiteral node ) : void
node PrimitiveLiteral
return void

Exit() public method

public Exit ( PropertyReferenceSuffix node ) : void
node PropertyReferenceSuffix
return void

Exit() public method

public Exit ( RelationalExpression node ) : void
node RelationalExpression
return void

Exit() public method

public Exit ( RescueClause node ) : void
node RescueClause
return void

Exit() public method

public Exit ( ReturnStatement node ) : void
node ReturnStatement
return void

Exit() public method

public Exit ( SelfExpression node ) : void
node SelfExpression
return void

Exit() public method

public Exit ( SourceElements node ) : void
node SourceElements
return void

Exit() public method

public Exit ( SourceUnitTree node ) : void
node SourceUnitTree
return void

Exit() public method

public Exit ( StatementBlock node ) : void
node StatementBlock
return void

Exit() public method

public Exit ( SwitchStatement node ) : void
node SwitchStatement
return void

Exit() public method

public Exit ( ThrowStatement node ) : void
node ThrowStatement
return void

Exit() public method

public Exit ( TryStatement node ) : void
node TryStatement
return void

Exit() public method

public Exit ( TypeDescriptor node ) : void
node TypeDescriptor
return void

Exit() public method

public Exit ( TypeDescriptorSuffix node ) : void
node TypeDescriptorSuffix
return void

Exit() public method

public Exit ( UnaryExpression node ) : void
node UnaryExpression
return void

Exit() public method

public Exit ( VariableDeclaration node ) : void
node VariableDeclaration
return void

Exit() public method

public Exit ( VariableStatement node ) : void
node VariableStatement
return void

Exit() public method

public Exit ( WhileStatement node ) : void
node WhileStatement
return void