Class diagram for BlockBytecodeScanner:
Public Members | |||
![]() | ![]() | BlockBytecodeScanner (methodMap *mm, fint b) | |
![]() | ![]() | void | interpret_method () |
![]() | ![]() | IntList* | blks |
![]() | ![]() | OopList* | blkLiterals |
Protected Members | |||
![]() | ![]() | void | do_literal_code (oop lit) |
BlockBytecodeScanner::BlockBytecodeScanner (methodMap * mm, fint b) |
void BlockBytecodeScanner::interpret_method () [inline, virtual]
|
Reimplemented from abstract_interpreter.
void BlockBytecodeScanner::do_literal_code (oop lit) [inline, protected, virtual]
|
Reimplemented from abstract_interpreter.
IntList* BlockBytecodeScanner::blks |
OopList* BlockBytecodeScanner::blkLiterals |