Fields Summary |
---|
public static final int | CONSTANT_UTF8Constant pool entry tag. |
public static final int | CONSTANT_INTEGERConstant pool entry tag. |
public static final int | CONSTANT_FLOATConstant pool entry tag. |
public static final int | CONSTANT_LONGConstant pool entry tag. |
public static final int | CONSTANT_DOUBLEConstant pool entry tag. |
public static final int | CONSTANT_CLASSConstant pool entry tag. |
public static final int | CONSTANT_STRINGConstant pool entry tag. |
public static final int | CONSTANT_FIELDREFConstant pool entry tag. |
public static final int | CONSTANT_METHODREFConstant pool entry tag. |
public static final int | CONSTANT_INTERFACE_METHODREFConstant pool entry tag. |
public static final int | CONSTANT_NAME_AND_TYPEConstant pool entry tag. |
protected JConstantPool | cpConstant pool reference. |
protected boolean | resolved'Resolved' flag. |