Package | Description |
---|---|
org.jboss.classfilewriter.constpool |
Modifier and Type | Method and Description |
---|---|
ConstPoolEntryType |
Utf8Entry.getType() |
ConstPoolEntryType |
StringEntry.getType() |
ConstPoolEntryType |
NameAndTypeEntry.getType() |
ConstPoolEntryType |
MethodRefEntry.getType() |
ConstPoolEntryType |
LongEntry.getType() |
ConstPoolEntryType |
InterfaceMethodRefEntry.getType() |
ConstPoolEntryType |
IntegerEntry.getType() |
ConstPoolEntryType |
FloatEntry.getType() |
ConstPoolEntryType |
FieldRefEntry.getType() |
ConstPoolEntryType |
DoubleEntry.getType() |
abstract ConstPoolEntryType |
ConstPoolEntry.getType() |
ConstPoolEntryType |
ClassEntry.getType() |
static ConstPoolEntryType |
ConstPoolEntryType.valueOf(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 © 2021 JBoss by Red Hat. All rights reserved.