Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
-
Packages that use InferenceVariableSubstitution Package Description com.github.javaparser.symbolsolver.resolution.typeinference com.github.javaparser.symbolsolver.resolution.typeinference.bounds -
-
Uses of InferenceVariableSubstitution in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return InferenceVariableSubstitution Modifier and Type Method Description static InferenceVariableSubstitutionInferenceVariableSubstitution. empty()InferenceVariableSubstitutionInferenceVariableSubstitution. withPair(InferenceVariable inferenceVariable, ResolvedType type)Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type InferenceVariableSubstitution Modifier and Type Method Description abstract booleanBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)A bound is satisfied by an inference variable substitution if, after applying the substitution, the assertion is true. -
Uses of InferenceVariableSubstitution in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
Methods in com.github.javaparser.symbolsolver.resolution.typeinference.bounds with parameters of type InferenceVariableSubstitution Modifier and Type Method Description booleanCapturesBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanFalseBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanSameAsBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanSubtypeOfBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanThrowsBound. isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)
-