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
Fields in com.github.javaparser.symbolsolver.resolution.typeinference declared as InferenceVariableSubstitutionModifier and TypeFieldDescriptionprivate static final InferenceVariableSubstitutionInferenceVariableSubstitution.EMPTYMethods 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)