Package | Description |
---|---|
org.apache.commons.compress.harmony.unpack200.bytecode.forms |
Modifier and Type | Class and Description |
---|---|
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 |
SuperInitMethodRefForm
This class is used to determine which init method should be called, based on the last superclass reference.
|
class |
ThisInitMethodRefForm
This class is used to determine which init method should be called, based on the last current class reference.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.