gnu.bytecode

Class CpoolValue2


public class CpoolValue2
extends CpoolEntry

A CONSTANT_Long or CONSTANT_Double entry in the constant pool.

Field Summary

Fields inherited from class gnu.bytecode.CpoolEntry

index

Method Summary

int
getTag()
long
getValue()
int
hashCode()
void
print(ClassTypeWriter dst, int verbosity)

Methods inherited from class gnu.bytecode.CpoolEntry

getIndex, getTag, hashCode, print

Method Details

getTag

public int getTag()
Overrides:
getTag in interface CpoolEntry

getValue

public final long getValue()

hashCode

public int hashCode()
Overrides:
hashCode in interface CpoolEntry

print

public void print(ClassTypeWriter dst,
                  int verbosity)
Overrides:
print in interface CpoolEntry