public static class AccessPath.Delta<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
Delta(T[] accesses,
Set<T> exclusions) |
Modifier and Type | Method and Description |
---|---|
AccessPath<T> |
applyTo(AccessPath<T> accPath) |
boolean |
canBeAppliedTo(AccessPath<T> accPath) |
static <T> AccessPath.Delta<T> |
empty() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public boolean canBeAppliedTo(AccessPath<T> accPath)
public AccessPath<T> applyTo(AccessPath<T> accPath)
public static <T> AccessPath.Delta<T> empty()
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.