public class WrappedFact<Field,Fact,Stmt,Method> extends Object
Constructor and Description |
---|
WrappedFact(Fact fact,
AccessPath<Field> accessPath,
Resolver<Field,Fact,Stmt,Method> resolver) |
Modifier and Type | Method and Description |
---|---|
WrappedFact<Field,Fact,Stmt,Method> |
applyConstraint(FlowFunction.Constraint<Field> constraint,
Fact zeroValue) |
WrappedFact<Field,Fact,Stmt,Method> |
applyDelta(AccessPath.Delta<Field> delta) |
boolean |
equals(Object obj) |
AccessPath<Field> |
getAccessPath() |
Fact |
getFact() |
Resolver<Field,Fact,Stmt,Method> |
getResolver() |
int |
hashCode() |
String |
toString() |
public Fact getFact()
public WrappedFact<Field,Fact,Stmt,Method> applyDelta(AccessPath.Delta<Field> delta)
public AccessPath<Field> getAccessPath()
public WrappedFact<Field,Fact,Stmt,Method> applyConstraint(FlowFunction.Constraint<Field> constraint, Fact zeroValue)
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.