public class Cp
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
TAG_Class |
protected static int |
TAG_Double |
protected static int |
TAG_Fieldref |
protected static int |
TAG_Float |
protected static int |
TAG_Integer |
protected static int |
TAG_InterfaceMethodref |
protected static int |
TAG_InvokeDynamic |
protected static int |
TAG_Long |
protected static int |
TAG_MethodHandle |
protected static int |
TAG_Methodref |
protected static int |
TAG_MethodType |
protected static int |
TAG_NameAndType |
protected static int |
TAG_String |
protected static int |
TAG_Utf8 |
Constructor and Description |
---|
Cp() |
Modifier and Type | Method and Description |
---|---|
static Cp |
readCp(java.io.DataInputStream source) |
protected static final int TAG_Class
protected static final int TAG_Fieldref
protected static final int TAG_Methodref
protected static final int TAG_InterfaceMethodref
protected static final int TAG_String
protected static final int TAG_Integer
protected static final int TAG_Float
protected static final int TAG_Long
protected static final int TAG_Double
protected static final int TAG_NameAndType
protected static final int TAG_Utf8
protected static final int TAG_MethodHandle
protected static final int TAG_MethodType
protected static final int TAG_InvokeDynamic
public static Cp readCp(java.io.DataInputStream source) throws java.io.IOException
java.io.IOException