Uses of Interface
org.apache.bcel.generic.ConstantPushInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of ConstantPushInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
BIPUSH - Push byte on stackclass
DCONST - Push 0.0 or 1.0, other values cause an exceptionclass
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exceptionclass
ICONST - Push value between -1, ..., 5, other values cause an exceptionclass
LCONST - Push 0 or 1, other values cause an exceptionclass
SIPUSH - Push shortModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitConstantPushInstruction
(ConstantPushInstruction obj) void
Visitor.visitConstantPushInstruction
(ConstantPushInstruction obj)