Package boomerang.guided
Class Specification
- java.lang.Object
-
- boomerang.guided.Specification
-
public class Specification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpecification.Parameterstatic classSpecification.QueryDirectionclassSpecification.QuerySelectorstatic classSpecification.SootMethodWithSelector
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Specificationcreate(String... spec)Set<Specification.SootMethodWithSelector>getMethodAndQueries()static SpecificationloadFrom(String filePath)
-
-
-
Method Detail
-
loadFrom
public static Specification loadFrom(String filePath) throws IOException
- Throws:
IOException
-
create
public static Specification create(String... spec)
-
getMethodAndQueries
public Set<Specification.SootMethodWithSelector> getMethodAndQueries()
-
-