Uses of Class
org.apache.bcel.classfile.ConstantUtf8
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 ConstantUtf8 in org.apache.bcel.classfile
Modifier and TypeMethodDescriptionstatic ConstantUtf8
ConstantUtf8.getCachedInstance
(String value) Gets a new or cached instance of the given value.ConstantPool.getConstantUtf8
(int index) Gets constant from constant pool and check whether it has the expected type.static ConstantUtf8
ConstantUtf8.getInstance
(DataInput dataInput) Gets a new or cached instance of the given value.static ConstantUtf8
ConstantUtf8.getInstance
(String value) Gets a new or cached instance of the given value.Modifier and TypeMethodDescriptionvoid
DescendingVisitor.visitConstantUtf8
(ConstantUtf8 constant) void
EmptyVisitor.visitConstantUtf8
(ConstantUtf8 obj) void
Visitor.visitConstantUtf8
(ConstantUtf8 obj) ModifierConstructorDescriptionConstantUtf8
(ConstantUtf8 constantUtf8) Initializes from another object. -
Uses of ConstantUtf8 in org.apache.bcel.verifier.statics