Package org.biojava.utils.bytecode
Class ConstantPool
java.lang.Object
org.biojava.utils.bytecode.ConstantPool
Build a Java class file constant pool.
- Author:
- Thomas Down, Matthew Pocock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintresolveDouble(double d) intintresolveFloat(float f) intresolveInt(int i) intintresolveLong(long l) intintresolveNameAndType(String name, String desc) intintvoid
-
Constructor Details
-
ConstantPool
public ConstantPool()
-
-
Method Details
-
resolveClass
-
resolveField
-
resolveMethod
-
resolveInterfaceMethod
-
resolveString
-
resolveInt
-
resolveFloat
-
resolveLong
-
resolveDouble
-
resolveUtf8
-
resolveNameAndType
-
constantPoolSize
-
writeConstantPool
- Throws:
IOException
-