public class InferenceVariableSubstitution extends Object
| Modifier and Type | Method and Description |
|---|---|
static InferenceVariableSubstitution |
empty() |
InferenceVariableSubstitution |
withPair(InferenceVariable inferenceVariable,
com.github.javaparser.resolution.types.ResolvedType type) |
public static InferenceVariableSubstitution empty()
public InferenceVariableSubstitution withPair(InferenceVariable inferenceVariable, com.github.javaparser.resolution.types.ResolvedType type)
Copyright © 2007–2019. All rights reserved.