Uses of Enum Class
org.benf.cfr.reader.bytecode.analysis.types.StackType
Packages that use StackType
Package
Description
-
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.opgraph
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type StackTypeModifier and TypeMethodDescriptionprivate static NavigableMap<Integer,
JavaTypeInstance> Op02WithProcessedDataAndRefs.assignIdentsAndGetMissingMap
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private static void
Op02WithProcessedDataAndRefs.assignSSAIdentifiers
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta) private static void
Op02WithProcessedDataAndRefs.assignSSAIdentifiersInner
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs) private void
Op02WithProcessedDataAndRefs.collectLocallyMutatedVariables
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory) private static void
Op02WithProcessedDataAndRefs.removeUnusedSSAIdentifiers
(SSAIdentifierFactory<Slot, StackType> ssaIdentifierFactory, Method method, List<Op02WithProcessedDataAndRefs> op2list) -
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.stack
Fields in org.benf.cfr.reader.bytecode.analysis.stack declared as StackTypeMethods in org.benf.cfr.reader.bytecode.analysis.stack that return StackTypeConstructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackTypeModifierConstructorDescription(package private)
StackEntry
(StackType stackType) (package private)
StackEntryHolder
(StackType stackType) private
-
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as StackTypeMethods in org.benf.cfr.reader.bytecode.analysis.types that return StackTypeModifier and TypeMethodDescriptionJavaArrayTypeInstance.getStackType()
JavaGenericPlaceholderTypeInstance.getStackType()
JavaGenericRefTypeInstance.getStackType()
JavaIntersectionTypeInstance.getStackType()
JavaRefTypeInstance.getStackType()
JavaTypeInstance.getStackType()
JavaWildcardTypeInstance.getStackType()
RawJavaType.getStackType()
static StackType
Returns the enum constant of this class with the specified name.static StackType[]
StackType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type StackTypeModifierConstructorDescriptionprivate
RawJavaType
(String name, String suggestedVarName, StackType stackType, boolean usableType, boolean objectType) private
RawJavaType
(String name, String suggestedVarName, StackType stackType, boolean usableType, String boxedName, boolean isNumber, boolean objectType) private
RawJavaType
(String name, String suggestedVarName, StackType stackType, boolean usableType, String boxedName, boolean isNumber, boolean objectType, int intMin, int intMax) StackTypes
(StackType... stackTypes) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type StackType -
Uses of StackType in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode that return StackTypeModifier and TypeMethodDescription(package private) static StackType
OperationFactoryLDC.getStackType
(ConstantPoolEntry cpe) -
Uses of StackType in org.benf.cfr.reader.entities.constantpool
Methods in org.benf.cfr.reader.entities.constantpool that return StackTypeModifier and TypeMethodDescriptionConstantPoolEntryClass.getStackType()
ConstantPoolEntryDouble.getStackType()
ConstantPoolEntryFieldRef.getStackType()
ConstantPoolEntryFloat.getStackType()
ConstantPoolEntryInteger.getStackType()
ConstantPoolEntryLiteral.getStackType()
ConstantPoolEntryLong.getStackType()
ConstantPoolEntryString.getStackType()