HomeSort by relevance Sort by last modified time
    Searched refs:getInferenceVariable (Results 1 - 9 of 9) sorted by null

  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
Bound.java 48 return isAnInstantiation().isPresent() && isAnInstantiation().get().getInferenceVariable().equals(v);
73 if (partial.isPresent() && partial.get().getInferenceVariable().equals(inferenceVariable)) {
82 if (partial.isPresent() && partial.get().getInferenceVariable().equals(inferenceVariable)) {
Instantiation.java 18 public InferenceVariable getInferenceVariable() {
ProperLowerBound.java 43 public InferenceVariable getInferenceVariable() {
ProperUpperBound.java 43 public InferenceVariable getInferenceVariable() {
InstantiationSet.java 64 type = type.replaceTypeVariables(instantiation.getInferenceVariable().getTypeParameterDeclaration(), instantiation.getProperType());
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 1207 milliseconds