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