Package tools.refinery.logic.util
Class CallSite
java.lang.Object
tools.refinery.logic.util.CallSite
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
equalsWithSubstitution
(LiteralEqualityHelper helper, CallSite other) getArgumentsOfDirection
(ParameterDirection direction) getInputVariablesForNonEnumerableCall
(Set<? extends Variable> positiveVariablesInClause) getPrivateVariablesForNonEnumerableCall
(Set<? extends Variable> positiveVariablesInClause) getSubstitutedArguments
(Substitution substitution) int
-
Constructor Details
-
CallSite
-
-
Method Details
-
getTarget
-
getArguments
-
getArgumentsOfDirection
-
getInputVariablesForNonEnumerableCall
-
getPrivateVariablesForNonEnumerableCall
-
getSubstitutedArguments
-
equalsWithSubstitution
-
hashCodeWithSubstitution
-