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 voidOp02WithProcessedDataAndRefs. assignSSAIdentifiers(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, DecompilerComments comments, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta)private static voidOp02WithProcessedDataAndRefs. assignSSAIdentifiersInner(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory, Method method, java.util.List<Op02WithProcessedDataAndRefs> statements, BytecodeMeta bytecodeMeta, boolean useProtoArgs)private voidOp02WithProcessedDataAndRefs. collectLocallyMutatedVariables(SSAIdentifierFactory<Slot,StackType> ssaIdentifierFactory)private static voidOp02WithProcessedDataAndRefs. 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 StackTypeStackEntry. stackTypeMethods in org.benf.cfr.reader.bytecode.analysis.stack that return StackType Modifier and Type Method Description StackTypeStackEntry. 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 StackTypeRawJavaType. stackTypeMethods in org.benf.cfr.reader.bytecode.analysis.types that return StackType Modifier and Type Method Description StackTypeJavaArrayTypeInstance. getStackType()StackTypeJavaGenericPlaceholderTypeInstance. getStackType()StackTypeJavaGenericRefTypeInstance. getStackType()StackTypeJavaIntersectionTypeInstance. getStackType()StackTypeJavaRefTypeInstance. getStackType()StackTypeJavaTypeInstance. getStackType()StackTypeJavaWildcardTypeInstance. getStackType()StackTypeRawJavaType. getStackType()static StackTypeStackType. 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 StackTypeOperationFactoryLDC. 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 StackTypeConstantPoolEntryClass. getStackType()StackTypeConstantPoolEntryDouble. getStackType()StackTypeConstantPoolEntryFieldRef. getStackType()StackTypeConstantPoolEntryFloat. getStackType()StackTypeConstantPoolEntryInteger. getStackType()StackTypeConstantPoolEntryLiteral. getStackType()StackTypeConstantPoolEntryLong. getStackType()StackTypeConstantPoolEntryString. getStackType()
-