Uses of Interface
org.apache.bcel.generic.ConstantPushInstruction
-
Packages that use ConstantPushInstruction Package Description org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.util Utility classes for the Apache Byte Code Engineering Library (BCEL), namely: Collection classes for JavaClass objects A converter for class files to HTML A tool to find instructions patterns via regular expressions A class to find classes as defined in the CLASSPATH A class loader that allows to create classes at run time -
-
Uses of ConstantPushInstruction in org.apache.bcel.generic
Classes in org.apache.bcel.generic that implement ConstantPushInstruction Modifier and Type Class Description class
BIPUSH
BIPUSH - Push byte on stackclass
DCONST
DCONST - Push 0.0 or 1.0, other values cause an exceptionclass
FCONST
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exceptionclass
ICONST
ICONST - Push value between -1, ..., 5, other values cause an exceptionclass
LCONST
LCONST - Push 0 or 1, other values cause an exceptionclass
SIPUSH
SIPUSH - Push shortMethods in org.apache.bcel.generic with parameters of type ConstantPushInstruction Modifier and Type Method Description void
EmptyVisitor. visitConstantPushInstruction(ConstantPushInstruction obj)
void
Visitor. 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 void
BCELFactory. visitConstantPushInstruction(ConstantPushInstruction i)
-