Uses of Class
org.benf.cfr.reader.bytecode.analysis.types.StackType
-
-
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 StackType Modifier and Type Method Description private static java.util.NavigableMap<java.lang.Integer,JavaTypeInstance>
Op02WithProcessedDataAndRefs. assignIdentsAndGetMissingMap(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)
private static void
Op02WithProcessedDataAndRefs. assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta)
private static void
Op02WithProcessedDataAndRefs. assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.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, java.util.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 StackType Modifier and Type Field Description private StackType
StackEntry. stackType
Methods in org.benf.cfr.reader.bytecode.analysis.stack that return StackType Modifier and Type Method Description StackType
StackEntry. getType()
Constructors in org.benf.cfr.reader.bytecode.analysis.stack with parameters of type StackType Constructor Description StackEntry(StackType stackType)
StackEntryHolder(StackType stackType)
StackSim(StackSim parent, StackType stackType)
-
Uses of StackType in org.benf.cfr.reader.bytecode.analysis.types
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as StackType Modifier and Type Field Description private StackType
RawJavaType. stackType
Methods in org.benf.cfr.reader.bytecode.analysis.types that return StackType Modifier and Type Method Description StackType
JavaArrayTypeInstance. getStackType()
StackType
JavaGenericPlaceholderTypeInstance. getStackType()
StackType
JavaGenericRefTypeInstance. getStackType()
StackType
JavaIntersectionTypeInstance. getStackType()
StackType
JavaRefTypeInstance. getStackType()
StackType
JavaTypeInstance. getStackType()
StackType
JavaWildcardTypeInstance. getStackType()
StackType
RawJavaType. getStackType()
static StackType
StackType. valueOf(java.lang.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.Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type StackType Constructor Description RawJavaType(java.lang.String name, java.lang.String suggestedVarName, StackType stackType, boolean usableType, boolean objectType)
RawJavaType(java.lang.String name, java.lang.String suggestedVarName, StackType stackType, boolean usableType, java.lang.String boxedName, boolean isNumber, boolean objectType)
RawJavaType(java.lang.String name, java.lang.String suggestedVarName, StackType stackType, boolean usableType, java.lang.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 Constructor Description StackTypes(java.util.List<StackType> stackTypes)
-
Uses of StackType in org.benf.cfr.reader.bytecode.opcode
Methods in org.benf.cfr.reader.bytecode.opcode that return StackType Modifier and Type Method Description (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 StackType Modifier and Type Method Description StackType
ConstantPoolEntryClass. getStackType()
StackType
ConstantPoolEntryDouble. getStackType()
StackType
ConstantPoolEntryFieldRef. getStackType()
StackType
ConstantPoolEntryFloat. getStackType()
StackType
ConstantPoolEntryInteger. getStackType()
StackType
ConstantPoolEntryLiteral. getStackType()
StackType
ConstantPoolEntryLong. getStackType()
StackType
ConstantPoolEntryString. getStackType()
-