Package boomerang.guided
Class Specification.SootMethodWithSelector
- java.lang.Object
-
- boomerang.guided.Specification.SootMethodWithSelector
-
- Enclosing class:
- Specification
public static class Specification.SootMethodWithSelector extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Specification.QuerySelector>getGo()Collection<Specification.QuerySelector>getOn()StringgetSootMethod()
-
-
-
Method Detail
-
getOn
public Collection<Specification.QuerySelector> getOn()
-
getGo
public Collection<Specification.QuerySelector> getGo()
-
getSootMethod
public String getSootMethod()
-
-