Package | Description |
---|---|
org.jboss.classfilewriter.code |
Modifier and Type | Method and Description |
---|---|
StackEntryType |
StackEntry.getType() |
static StackEntryType |
StackEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackEntryType[] |
StackEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeAttribute.assertTypeOnStack(int position,
StackEntryType type,
String message) |
void |
CodeAttribute.assertTypeOnStack(StackEntryType type,
String message) |
Constructor and Description |
---|
StackEntry(StackEntryType type,
String descriptor) |
StackEntry(StackEntryType type,
String descriptor,
ConstPool pool) |
StackEntry(StackEntryType type,
String descriptor,
int newInstructionLocation) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.