static enum Clazz.CONSTANT extends java.lang.Enum<Clazz.CONSTANT>
Enum Constant and Description |
---|
Class |
Double |
Fieldref |
Float |
Fourteen |
Integer |
InterfaceMethodref |
InvokeDynamic |
Long |
MethodHandle |
Methodref |
MethodType |
Module |
NameAndType |
Package |
Seventeen |
String |
Thirteen |
Two |
Utf8 |
Zero |
Modifier and Type | Field and Description |
---|---|
private int |
skip |
Modifier and Type | Method and Description |
---|---|
int |
skip() |
static Clazz.CONSTANT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Clazz.CONSTANT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clazz.CONSTANT Zero
public static final Clazz.CONSTANT Utf8
public static final Clazz.CONSTANT Two
public static final Clazz.CONSTANT Integer
public static final Clazz.CONSTANT Float
public static final Clazz.CONSTANT Long
public static final Clazz.CONSTANT Double
public static final Clazz.CONSTANT Class
public static final Clazz.CONSTANT String
public static final Clazz.CONSTANT Fieldref
public static final Clazz.CONSTANT Methodref
public static final Clazz.CONSTANT InterfaceMethodref
public static final Clazz.CONSTANT NameAndType
public static final Clazz.CONSTANT Thirteen
public static final Clazz.CONSTANT Fourteen
public static final Clazz.CONSTANT MethodHandle
public static final Clazz.CONSTANT MethodType
public static final Clazz.CONSTANT Seventeen
public static final Clazz.CONSTANT InvokeDynamic
public static final Clazz.CONSTANT Module
public static final Clazz.CONSTANT Package
public static Clazz.CONSTANT[] values()
for (Clazz.CONSTANT c : Clazz.CONSTANT.values()) System.out.println(c);
public static Clazz.CONSTANT valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int skip()