#include <methodIterator.hpp>
Inheritance diagram for InlineSendNode:
Public Member Functions | |
virtual symbolOop | selector () const =0 |
Protected Member Functions | |
InlineSendNode (methodOop method, MethodInterval *parent, int begin_bci, int end_bci=-1) |
Definition at line 84 of file methodIterator.hpp.
InlineSendNode::InlineSendNode | ( | methodOop | method, | |
MethodInterval * | parent, | |||
int | begin_bci, | |||
int | end_bci = -1 | |||
) | [protected] |
Definition at line 52 of file methodIterator.cpp.
virtual symbolOop InlineSendNode::selector | ( | ) | const [pure virtual] |
Implemented in AndNode, OrNode, WhileNode, and IfNode.
Referenced by MethodPrettyPrinter::cond_node(), and MethodPrinterClosure::cond_node().