Uses of Enum
org.benf.cfr.reader.bytecode.analysis.types.StackType
Packages that use StackType
Package
Description
-
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.stack
Methods in org.benf.cfr.reader.bytecode.analysis.stack that return StackType -
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.types
Subclasses with type arguments of type StackType in org.benf.cfr.reader.bytecode.analysis.typesModifier and TypeClassDescriptionenumSee table 3.3 in JVM spec.classReally Listbut for legibility, shortened. Methods 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 StackTypeReturns 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.Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type StackTypeConstructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type StackType -
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()