Package de.breakpointsec.pushdown.rules
Class PushRule<Location,State,Weight>
- java.lang.Object
-
- de.breakpointsec.pushdown.rules.Rule<Location,State,Weight>
-
- de.breakpointsec.pushdown.rules.PushRule<Location,State,Weight>
-
public class PushRule<Location,State,Weight> extends Rule<Location,State,Weight>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LocationgetCallSite()inthashCode()StringtoString()-
Methods inherited from class de.breakpointsec.pushdown.rules.Rule
getL1, getL2, getS1, getS2, getStartConfig, getTargetConfig, getWeight, setS1
-
-