Uses of Interface
org.apache.bcel.generic.ConstantPushInstruction
-
Packages that use ConstantPushInstruction Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely: -
-
Uses of ConstantPushInstruction in org.apache.bcel.generic
Classes in org.apache.bcel.generic that implement ConstantPushInstruction Modifier and Type Class Description classBIPUSHBIPUSH - Push byte on stackclassDCONSTDCONST - Push 0.0 or 1.0, other values cause an exceptionclassFCONSTFCONST - Push 0.0, 1.0 or 2.0, other values cause an exceptionclassICONSTICONST - Push value between -1, ..., 5, other values cause an exceptionclassLCONSTLCONST - Push 0 or 1, other values cause an exceptionclassSIPUSHSIPUSH - Push shortMethods in org.apache.bcel.generic with parameters of type ConstantPushInstruction Modifier and Type Method Description voidEmptyVisitor. visitConstantPushInstruction(ConstantPushInstruction obj)voidVisitor. visitConstantPushInstruction(ConstantPushInstruction obj) -
Uses of ConstantPushInstruction in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type ConstantPushInstruction Modifier and Type Method Description voidBCELFactory. visitConstantPushInstruction(ConstantPushInstruction i)
-