public class Tables extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Tables.AnnotElemType
AnnotElemType enums
|
static class |
Tables.AttrTag
Attribute descriptor enums
|
static class |
Tables.BasicType
BasicType enums
|
static class |
Tables.CF_Context
CF_Context enums
|
static class |
Tables.ConstType
ConstType
A (typed) tag (constant) representing the type of Constant in the Constant Pool.
|
static class |
Tables.StackMapFrameType
StackMap-FrameType table.
|
static class |
Tables.StackMapType
MapTypes table.
|
static class |
Tables.SubTag
SubTag enums
|
Modifier and Type | Field and Description |
---|---|
static int |
JAVA_MAGIC |
Constructor and Description |
---|
Tables() |
public static final int JAVA_MAGIC
public static Tables.ConstType tag(int i)
public static Tables.ConstType tag(String parsekey)
public static Tables.AttrTag attrtag(int val)
public static Tables.AttrTag attrtag(String idValue)
public static String attrtagName(int subtag)
public static int attrtagValue(String idValue)
public static Tables.SubTag subtag(String subtag)
public static Tables.SubTag subtag(int subtag)
public static String subtagName(int subtag)
public static int subtagValue(String idValue)
public static Tables.BasicType basictype(String idValue)
public static Tables.BasicType basictype(int subtag)
public static String basictypeName(int subtag)
public static int basictypeValue(String idValue)
public static Tables.AnnotElemType annotElemType(String idValue)
public static Tables.AnnotElemType annotElemType(char subtag)
public static String annotElemTypeName(char subtag)
public static char annotElemTypeVal(String idValue)
public static Tables.StackMapType stackMapType(int subtag, PrintWriter out)
public static Tables.StackMapType stackMapType(String subtag)
public static Tables.StackMapType stackMapTypeKey(String subtag)
public static String stackMapTypeName(int subtag)
public static int stackMapTypeValue(String idValue)
public static Tables.StackMapFrameType stackMapFrameTypeVal(int subtag)
public static String stackMapFrameTypeName(int subtag)
public static Tables.StackMapFrameType stackMapFrameType(int subtag)
public static int stackMapFrameTypeValue(String idValue)
Copyright © 2021. All Rights Reserved.