Uses of Class
com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution
Packages that use InferenceVariableSubstitution
Package
Description
-
Uses of InferenceVariableSubstitution in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return InferenceVariableSubstitutionModifier and TypeMethodDescriptionInferenceVariableSubstitution.empty()InferenceVariableSubstitution.withPair(InferenceVariable inferenceVariable, ResolvedType type)Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type InferenceVariableSubstitutionModifier and TypeMethodDescriptionabstract 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 InferenceVariableSubstitutionModifier and TypeMethodDescriptionbooleanCapturesBound.isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanFalseBound.isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanSameAsBound.isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanSubtypeOfBound.isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)booleanThrowsBound.isSatisfied(InferenceVariableSubstitution inferenceVariableSubstitution)