V8 Project
v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S > Struct Template Reference

#include <generic-algorithm.h>

+ Inheritance diagram for v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >:
+ Collaboration diagram for v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >:

Public Member Functions

Control Pre (GenericNode< B, S > *node)
 
Control Post (GenericNode< B, S > *node)
 
void PreEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to)
 
void PostEdge (GenericNode< B, S > *from, int index, GenericNode< B, S > *to)
 

Detailed Description

template<class B, class S>
struct v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >

Definition at line 103 of file generic-algorithm.h.

Member Function Documentation

◆ Post()

◆ PostEdge()

template<class B , class S >
void v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >::PostEdge ( GenericNode< B, S > *  from,
int  index,
GenericNode< B, S > *  to 
)
inline

Definition at line 107 of file generic-algorithm.h.

107 {}

◆ Pre()

template<class B , class S >
Control v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >::Pre ( GenericNode< B, S > *  node)
inline

Definition at line 104 of file generic-algorithm.h.

104 { return CONTINUE; }

References v8::internal::compiler::GenericGraphVisit::CONTINUE.

◆ PreEdge()

template<class B , class S >
void v8::internal::compiler::GenericGraphVisit::NullNodeVisitor< B, S >::PreEdge ( GenericNode< B, S > *  from,
int  index,
GenericNode< B, S > *  to 
)
inline

Definition at line 106 of file generic-algorithm.h.

106 {}

The documentation for this struct was generated from the following file: