public class ReturnEdge<Field,Fact,Stmt,Method> extends Object
Modifier and Type | Field and Description |
---|---|
AccessPath.Delta<Field> |
callDelta |
AccessPath<Field> |
incAccessPath |
Fact |
incFact |
Resolver<Field,Fact,Stmt,Method> |
incResolver |
Resolver<Field,Fact,Stmt,Method> |
resolverAtCaller |
AccessPath.Delta<Field> |
usedAccessPathOfIncResolver |
Constructor and Description |
---|
ReturnEdge(WrappedFact<Field,Fact,Stmt,Method> fact,
Resolver<Field,Fact,Stmt,Method> resolverAtCaller,
AccessPath.Delta<Field> callDelta) |
Modifier and Type | Method and Description |
---|---|
ReturnEdge<Field,Fact,Stmt,Method> |
copyWithIncomingResolver(Resolver<Field,Fact,Stmt,Method> incResolver,
AccessPath.Delta<Field> usedAccessPathOfIncResolver) |
ReturnEdge<Field,Fact,Stmt,Method> |
copyWithResolverAtCaller(Resolver<Field,Fact,Stmt,Method> resolverAtCaller,
AccessPath.Delta<Field> usedAccessPathOfIncResolver) |
String |
toString() |
public final Fact incFact
public final AccessPath.Delta<Field> callDelta
public final AccessPath<Field> incAccessPath
public final AccessPath.Delta<Field> usedAccessPathOfIncResolver
public ReturnEdge<Field,Fact,Stmt,Method> copyWithIncomingResolver(Resolver<Field,Fact,Stmt,Method> incResolver, AccessPath.Delta<Field> usedAccessPathOfIncResolver)
public ReturnEdge<Field,Fact,Stmt,Method> copyWithResolverAtCaller(Resolver<Field,Fact,Stmt,Method> resolverAtCaller, AccessPath.Delta<Field> usedAccessPathOfIncResolver)
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.