#include <methodIterator.hpp>
Inheritance diagram for OrNode:
Public Member Functions | |
symbolOop | selector () const |
bool | is_and () const |
bool | is_or () const |
Protected Member Functions | |
OrNode (methodOop method, MethodInterval *parent, int begin_bci, int next_bci, int dest_offset) | |
Friends | |
class | MethodIntervalFactory |
Definition at line 125 of file methodIterator.hpp.
OrNode::OrNode | ( | methodOop | method, | |
MethodInterval * | parent, | |||
int | begin_bci, | |||
int | next_bci, | |||
int | dest_offset | |||
) | [protected] |
Definition at line 76 of file methodIterator.cpp.
bool OrNode::is_and | ( | ) | const [inline, virtual] |
bool OrNode::is_or | ( | ) | const [inline, virtual] |
symbolOop OrNode::selector | ( | ) | const [virtual] |
friend class MethodIntervalFactory [friend] |