Uses of Class
kala.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
-
Packages that use InitMethodReferenceForm Package Description kala.compress.harmony.unpack200.bytecode.forms Internal package. -
-
Uses of InitMethodReferenceForm in kala.compress.harmony.unpack200.bytecode.forms
Subclasses of InitMethodReferenceForm in kala.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.
-