Package | Description |
---|---|
org.jboss.classfilewriter.constpool |
Modifier and Type | Method | Description |
---|---|---|
ConstPoolEntryType |
ClassEntry.getType() |
|
abstract ConstPoolEntryType |
ConstPoolEntry.getType() |
|
ConstPoolEntryType |
DoubleEntry.getType() |
|
ConstPoolEntryType |
FieldRefEntry.getType() |
|
ConstPoolEntryType |
FloatEntry.getType() |
|
ConstPoolEntryType |
IntegerEntry.getType() |
|
ConstPoolEntryType |
InterfaceMethodRefEntry.getType() |
|
ConstPoolEntryType |
LongEntry.getType() |
|
ConstPoolEntryType |
MethodRefEntry.getType() |
|
ConstPoolEntryType |
NameAndTypeEntry.getType() |
|
ConstPoolEntryType |
StringEntry.getType() |
|
ConstPoolEntryType |
Utf8Entry.getType() |
|
static ConstPoolEntryType |
ConstPoolEntryType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ConstPoolEntryType[] |
ConstPoolEntryType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.