Package it.unive.lisa.analysis.nonrelational.inference
-
Interface Summary Interface Description BaseInferredValue<T extends BaseInferredValue<T>> Base implementation forInferredValue
s.InferredValue<T extends InferredValue<T>> ANonRelationalElement
that can be inferred byInferenceSystem
s. -
Class Summary Class Description BaseInferredValue.EvaluationVisitor<T extends BaseInferredValue<T>> AExpressionVisitor
forBaseInferredValue
instances.InferenceSystem<T extends InferredValue<T>> An inference system that model standard derivation systems.InferredValue.InferredPair<T extends InferredValue<T>> A pair of instances ofInferredValue
, representing the result of an evaluation in the form of<inferred value, new execution state>
.