Uses of Class
org.apache.bcel.classfile.ConstantUtf8
-
Packages that use ConstantUtf8 Package Description org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of ConstantUtf8 in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile with type parameters of type ConstantUtf8 Modifier and Type Field Description private static java.util.HashMap<java.lang.String,ConstantUtf8>ConstantUtf8.Cache. CACHEMethods in org.apache.bcel.classfile that return ConstantUtf8 Modifier and Type Method Description static ConstantUtf8ConstantUtf8. getCachedInstance(java.lang.String value)Gets a new or cached instance of the given value.ConstantUtf8ConstantPool. getConstantUtf8(int index)Gets constant from constant pool and check whether it has the expected type.static ConstantUtf8ConstantUtf8. getInstance(java.io.DataInput dataInput)Gets a new or cached instance of the given value.static ConstantUtf8ConstantUtf8. getInstance(java.lang.String value)Gets a new or cached instance of the given value.Methods in org.apache.bcel.classfile with parameters of type ConstantUtf8 Modifier and Type Method Description voidDescendingVisitor. visitConstantUtf8(ConstantUtf8 constant)voidEmptyVisitor. visitConstantUtf8(ConstantUtf8 obj)voidVisitor. visitConstantUtf8(ConstantUtf8 obj)Visits a ConstantUtf8.Constructors in org.apache.bcel.classfile with parameters of type ConstantUtf8 Constructor Description ConstantUtf8(ConstantUtf8 constantUtf8)Initializes from another object. -
Uses of ConstantUtf8 in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ConstantUtf8 Modifier and Type Method Description voidPass2Verifier.CPESSC_Visitor. visitConstantUtf8(ConstantUtf8 obj)voidStringRepresentation. visitConstantUtf8(ConstantUtf8 obj)
-