class |
InitMethodReferenceForm |
Abstract superclass of those classes which look up init methods (these are class specific methods).
|
class |
NewInitMethodRefForm |
This class is used to determine which init method should be called, based on the last class which was sent a
constructor message.
|
class |
SuperFieldRefForm |
This class implements references to fields defined in the superclass, which is set by this class in the
OperandManager.
|
class |
SuperInitMethodRefForm |
This class is used to determine which init method should be called, based on the last superclass reference.
|
class |
SuperMethodRefForm |
This class implements references to methods defined in the superclass, which is set by this class in the
OperandManager.
|
class |
ThisFieldRefForm |
This class implements references to fields defined in the current class, which is set by this class in the
OperandManager.
|
class |
ThisInitMethodRefForm |
This class is used to determine which init method should be called, based on the last current class reference.
|
class |
ThisMethodRefForm |
This class implements references to methods defined in the current class, which is set by this class in the
OperandManager.
|