Uses of Interface
serp.bytecode.lowlevel.ConstantEntry
-
Packages that use ConstantEntry Package Description serp.bytecode.lowlevel Lowlevel Bytecode Manipuation -
-
Uses of ConstantEntry in serp.bytecode.lowlevel
Classes in serp.bytecode.lowlevel that implement ConstantEntry Modifier and Type Class Description classClassEntryA constant pool entry describing a class.classDoubleEntryA constant double value in the constant pool.classFloatEntryA constant float value in the constant pool.classIntEntryA constant int value in the constant pool.classLongEntryA long constant in the constant pool.classStringEntryA String constant in the constant pool.classUTF8EntryA unicode string value in the constant pool.
-