C# Class Bike.Test.PrintNodeWalker

Inheritance: NodeWalker
Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode 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

Méthode Description
Print ( string str ) : void

Method Details

Enter() public méthode

public Enter ( AdditiveExpression node ) : bool
node AdditiveExpression
Résultat bool

Enter() public méthode

public Enter ( AndExpression node ) : bool
node AndExpression
Résultat bool

Enter() public méthode

public Enter ( Argument node ) : bool
node Argument
Résultat bool

Enter() public méthode

public Enter ( System.Arguments node ) : bool
node System.Arguments
Résultat bool

Enter() public méthode

public Enter ( ArrayLiteral node ) : bool
node ArrayLiteral
Résultat bool

Enter() public méthode

public Enter ( BreakStatement node ) : bool
node BreakStatement
Résultat bool

Enter() public méthode

public Enter ( CallExpression node ) : bool
node CallExpression
Résultat bool

Enter() public méthode

public Enter ( CaseClause node ) : bool
node CaseClause
Résultat bool

Enter() public méthode

public Enter ( ConditionalExpression node ) : bool
node ConditionalExpression
Résultat bool

Enter() public méthode

public Enter ( EmptyStatement node ) : bool
node EmptyStatement
Résultat bool

Enter() public méthode

public Enter ( EqualityExpression node ) : bool
node EqualityExpression
Résultat bool

Enter() public méthode

public Enter ( ExecExpression node ) : bool
node ExecExpression
Résultat bool

Enter() public méthode

public Enter ( Expression node ) : bool
node Expression
Résultat bool

Enter() public méthode

public Enter ( ExpressionStatement node ) : bool
node ExpressionStatement
Résultat bool

Enter() public méthode

public Enter ( ForInStatement node ) : bool
node ForInStatement
Résultat bool

Enter() public méthode

public Enter ( FunctionDeclaration node ) : bool
node FunctionDeclaration
Résultat bool

Enter() public méthode

public Enter ( FunctionExpression node ) : bool
node FunctionExpression
Résultat bool

Enter() public méthode

public Enter ( Identifier node ) : bool
node Identifier
Résultat bool

Enter() public méthode

public Enter ( IfStatement node ) : bool
node IfStatement
Résultat bool

Enter() public méthode

public Enter ( IndexSuffix node ) : bool
node IndexSuffix
Résultat bool

Enter() public méthode

public Enter ( LeftAssignmentExpression node ) : bool
node LeftAssignmentExpression
Résultat bool

Enter() public méthode

public Enter ( LoadStatement node ) : bool
node LoadStatement
Résultat bool

Enter() public méthode

public Enter ( MemberExpression node ) : bool
node MemberExpression
Résultat bool

Enter() public méthode

public Enter ( MultiplicativeExpression node ) : bool
node MultiplicativeExpression
Résultat bool

Enter() public méthode

public Enter ( NextStatement node ) : bool
node NextStatement
Résultat bool

Enter() public méthode

public Enter ( ObjectLiteral node ) : bool
node ObjectLiteral
Résultat bool

Enter() public méthode

public Enter ( OrExpression node ) : bool
node OrExpression
Résultat bool

Enter() public méthode

public Enter ( PrimitiveLiteral node ) : bool
node PrimitiveLiteral
Résultat bool

Enter() public méthode

public Enter ( PropertyReferenceSuffix node ) : bool
node PropertyReferenceSuffix
Résultat bool

Enter() public méthode

public Enter ( RelationalExpression node ) : bool
node RelationalExpression
Résultat bool

Enter() public méthode

public Enter ( RescueClause node ) : bool
node RescueClause
Résultat bool

Enter() public méthode

public Enter ( ReturnStatement node ) : bool
node ReturnStatement
Résultat bool

Enter() public méthode

public Enter ( SelfExpression node ) : bool
node SelfExpression
Résultat bool

Enter() public méthode

public Enter ( SourceElements node ) : bool
node SourceElements
Résultat bool

Enter() public méthode

public Enter ( SourceUnitTree node ) : bool
node SourceUnitTree
Résultat bool

Enter() public méthode

public Enter ( StatementBlock node ) : bool
node StatementBlock
Résultat bool

Enter() public méthode

public Enter ( SwitchStatement node ) : bool
node SwitchStatement
Résultat bool

Enter() public méthode

public Enter ( ThrowStatement node ) : bool
node ThrowStatement
Résultat bool

Enter() public méthode

public Enter ( TryStatement node ) : bool
node TryStatement
Résultat bool

Enter() public méthode

public Enter ( TypeDescriptor node ) : bool
node TypeDescriptor
Résultat bool

Enter() public méthode

public Enter ( TypeDescriptorSuffix node ) : bool
node TypeDescriptorSuffix
Résultat bool

Enter() public méthode

public Enter ( UnaryExpression node ) : bool
node UnaryExpression
Résultat bool

Enter() public méthode

public Enter ( VariableDeclaration node ) : bool
node VariableDeclaration
Résultat bool

Enter() public méthode

public Enter ( VariableStatement node ) : bool
node VariableStatement
Résultat bool

Enter() public méthode

public Enter ( WhileStatement node ) : bool
node WhileStatement
Résultat bool

Exit() public méthode

public Exit ( AdditiveExpression node ) : void
node AdditiveExpression
Résultat void

Exit() public méthode

public Exit ( AndExpression node ) : void
node AndExpression
Résultat void

Exit() public méthode

public Exit ( Argument node ) : void
node Argument
Résultat void

Exit() public méthode

public Exit ( Arguments node ) : void
node Arguments
Résultat void

Exit() public méthode

public Exit ( ArrayLiteral node ) : void
node ArrayLiteral
Résultat void

Exit() public méthode

public Exit ( BreakStatement node ) : void
node BreakStatement
Résultat void

Exit() public méthode

public Exit ( CallExpression node ) : void
node CallExpression
Résultat void

Exit() public méthode

public Exit ( CaseClause node ) : void
node CaseClause
Résultat void

Exit() public méthode

public Exit ( ConditionalExpression node ) : void
node ConditionalExpression
Résultat void

Exit() public méthode

public Exit ( EmptyStatement node ) : void
node EmptyStatement
Résultat void

Exit() public méthode

public Exit ( EqualityExpression node ) : void
node EqualityExpression
Résultat void

Exit() public méthode

public Exit ( ExecExpression node ) : void
node ExecExpression
Résultat void

Exit() public méthode

public Exit ( Expression node ) : void
node Expression
Résultat void

Exit() public méthode

public Exit ( ExpressionStatement node ) : void
node ExpressionStatement
Résultat void

Exit() public méthode

public Exit ( ForInStatement node ) : void
node ForInStatement
Résultat void

Exit() public méthode

public Exit ( FunctionDeclaration node ) : void
node FunctionDeclaration
Résultat void

Exit() public méthode

public Exit ( FunctionExpression node ) : void
node FunctionExpression
Résultat void

Exit() public méthode

public Exit ( Identifier node ) : void
node Identifier
Résultat void

Exit() public méthode

public Exit ( IfStatement node ) : void
node IfStatement
Résultat void

Exit() public méthode

public Exit ( IndexSuffix node ) : void
node IndexSuffix
Résultat void

Exit() public méthode

public Exit ( LeftAssignmentExpression node ) : void
node LeftAssignmentExpression
Résultat void

Exit() public méthode

public Exit ( LoadStatement node ) : void
node LoadStatement
Résultat void

Exit() public méthode

public Exit ( MemberExpression node ) : void
node MemberExpression
Résultat void

Exit() public méthode

public Exit ( MultiplicativeExpression node ) : void
node MultiplicativeExpression
Résultat void

Exit() public méthode

public Exit ( NextStatement node ) : void
node NextStatement
Résultat void

Exit() public méthode

public Exit ( ObjectLiteral node ) : void
node ObjectLiteral
Résultat void

Exit() public méthode

public Exit ( OrExpression node ) : void
node OrExpression
Résultat void

Exit() public méthode

public Exit ( PrimitiveLiteral node ) : void
node PrimitiveLiteral
Résultat void

Exit() public méthode

public Exit ( PropertyReferenceSuffix node ) : void
node PropertyReferenceSuffix
Résultat void

Exit() public méthode

public Exit ( RelationalExpression node ) : void
node RelationalExpression
Résultat void

Exit() public méthode

public Exit ( RescueClause node ) : void
node RescueClause
Résultat void

Exit() public méthode

public Exit ( ReturnStatement node ) : void
node ReturnStatement
Résultat void

Exit() public méthode

public Exit ( SelfExpression node ) : void
node SelfExpression
Résultat void

Exit() public méthode

public Exit ( SourceElements node ) : void
node SourceElements
Résultat void

Exit() public méthode

public Exit ( SourceUnitTree node ) : void
node SourceUnitTree
Résultat void

Exit() public méthode

public Exit ( StatementBlock node ) : void
node StatementBlock
Résultat void

Exit() public méthode

public Exit ( SwitchStatement node ) : void
node SwitchStatement
Résultat void

Exit() public méthode

public Exit ( ThrowStatement node ) : void
node ThrowStatement
Résultat void

Exit() public méthode

public Exit ( TryStatement node ) : void
node TryStatement
Résultat void

Exit() public méthode

public Exit ( TypeDescriptor node ) : void
node TypeDescriptor
Résultat void

Exit() public méthode

public Exit ( TypeDescriptorSuffix node ) : void
node TypeDescriptorSuffix
Résultat void

Exit() public méthode

public Exit ( UnaryExpression node ) : void
node UnaryExpression
Résultat void

Exit() public méthode

public Exit ( VariableDeclaration node ) : void
node VariableDeclaration
Résultat void

Exit() public méthode

public Exit ( VariableStatement node ) : void
node VariableStatement
Résultat void

Exit() public méthode

public Exit ( WhileStatement node ) : void
node WhileStatement
Résultat void