gnu.bytecode

Class CpoolValue1


public class CpoolValue1
extends CpoolEntry

A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.

Field Summary

Fields inherited from class gnu.bytecode.CpoolEntry

index

Method Summary

int
getTag()
int
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 int getValue()

hashCode

public int hashCode()
Overrides:
hashCode in interface CpoolEntry

print

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