Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.stack | |
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.entities.constantpool |
Modifier and Type | Method and Description |
---|---|
StackType |
StackEntry.getType() |
Modifier and Type | Method and Description |
---|---|
StackType |
JavaGenericPlaceholderTypeInstance.getStackType() |
StackType |
JavaArrayTypeInstance.getStackType() |
StackType |
JavaGenericRefTypeInstance.getStackType() |
StackType |
JavaRefTypeInstance.getStackType() |
StackType |
JavaTypeInstance.getStackType() |
StackType |
JavaIntersectionTypeInstance.getStackType() |
StackType |
RawJavaType.getStackType() |
StackType |
JavaWildcardTypeInstance.getStackType() |
static StackType |
StackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackType[] |
StackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StackTypes(StackType... stackTypes) |
Constructor and Description |
---|
StackTypes(List<StackType> stackTypes) |
Modifier and Type | Method and Description |
---|---|
StackType |
ConstantPoolEntryClass.getStackType() |
StackType |
ConstantPoolEntryInteger.getStackType() |
StackType |
ConstantPoolEntryFieldRef.getStackType() |
StackType |
ConstantPoolEntryFloat.getStackType() |
StackType |
ConstantPoolEntryDouble.getStackType() |
StackType |
ConstantPoolEntryLong.getStackType() |
StackType |
ConstantPoolEntryLiteral.getStackType() |
StackType |
ConstantPoolEntryString.getStackType() |
Copyright © 2011-2021. All Rights Reserved.