Uses of Class
boomerang.guided.Specification.QueryDirection
-
Packages that use Specification.QueryDirection Package Description boomerang.guided -
-
Uses of Specification.QueryDirection in boomerang.guided
Methods in boomerang.guided that return Specification.QueryDirection Modifier and Type Method Description static Specification.QueryDirectionSpecification.QueryDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Specification.QueryDirection[]Specification.QueryDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in boomerang.guided with parameters of type Specification.QueryDirection Modifier and Type Method Description booleanSimpleSpecificationGuidedManager. isInOnList(Specification.SootMethodWithSelector methodSelector, Statement stmt, Val fact, Specification.QueryDirection direction)
-