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 classNewInitMethodRefFormThis class is used to determine which init method should be called, based on the last class which was sent a constructor message.classSuperInitMethodRefFormThis class is used to determine which init method should be called, based on the last superclass reference.classThisInitMethodRefFormThis class is used to determine which init method should be called, based on the last current class reference.
-