public interface TermTypeInference
| Modifier and Type | Method and Description |
|---|---|
static TermTypeInference |
declareRedirectionToVariable(Variable variable) |
static TermTypeInference |
declareTermType(TermType termType) |
Optional<Variable> |
getRedirectionVariable()
Only when the type cannot be determined locally
but corresponds to the type of a variable (defined in the sub-tree)
|
Optional<TermType> |
getTermType()
Only present when the status is determined
|
Optional<Variable> getRedirectionVariable()
static TermTypeInference declareTermType(TermType termType)
static TermTypeInference declareRedirectionToVariable(Variable variable)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.