Uses of Class
org.apache.bcel.classfile.ConstantInteger
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
PassVerifier classes used internally by JustIce.
-
Uses of ConstantInteger in org.apache.bcel.classfile
Modifier and TypeMethodDescriptionConstantPool.getConstantInteger
(int index) Gets constant from constant pool and check whether it has the expected type.Modifier and TypeMethodDescriptionvoid
DescendingVisitor.visitConstantInteger
(ConstantInteger constant) void
EmptyVisitor.visitConstantInteger
(ConstantInteger obj) void
Visitor.visitConstantInteger
(ConstantInteger obj) -
Uses of ConstantInteger in org.apache.bcel.verifier.statics
Modifier and TypeMethodDescriptionvoid
StringRepresentation.visitConstantInteger
(ConstantInteger obj)