Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Func
Packages that use Func
Package
Description
Types for "code-less" signatures.
-
Uses of Func in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return FuncModifier and TypeMethodDescriptionstatic Func
Func.createFrom
(String rtnName, ModuleId moduleId) static Func
Func.createUnknownFrom
(String rtnName) Func.getTrampolineTarget()
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless that return types with arguments of type FuncModifier and TypeMethodDescriptionMatchingState.getIdentifiedRoutines()
MatchingState.getIdentifiedRoutines()
MatchingState.getNonIdentifiableRoutines()
Constraint.getPossibleFuncs()
MatchingState.getRoutinesConstraints()
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with parameters of type FuncModifier and TypeMethodDescriptionvoid
MatchingState.addConstraint
(Func targetFunc, Constraint constraint) void
Func.setTrampolineTarget
(Func trampolineTarget) Method parameters in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with type arguments of type FuncModifier and TypeMethodDescriptionvoid
MatchingState.setIdentifiedRoutines
(BiMap<Func, Func> identifiedRoutines) void
MatchingState.setIdentifiedRoutines
(BiMap<Func, Func> identifiedRoutines) void
MatchingState.setNonIdentifiableRoutines
(Set<Func> nonIdentifiableRoutines) void
Constraint.setPossibleFuncs
(Set<Func> possibleFuncs) void
MatchingState.setRoutinesConstraints
(Map<Func, List<Constraint>> routinesConstraints) Constructor parameters in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless with type arguments of type Func