Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
-
Packages that use InitMethodReferenceForm Package Description org.apache.commons.compress.harmony.unpack200.bytecode.forms -
-
Uses of InitMethodReferenceForm in org.apache.commons.compress.harmony.unpack200.bytecode.forms
Subclasses of InitMethodReferenceForm in org.apache.commons.compress.harmony.unpack200.bytecode.forms Modifier and Type Class 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.
-