add get of constraints
This commit is contained in:
parent
63b4dbcc10
commit
9d2c85d686
@ -24,8 +24,6 @@ public class InferWildcardsVisitor
|
|||||||
this.constraintsSet = new ConstraintSet<>();
|
this.constraintsSet = new ConstraintSet<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
@Override
|
@Override
|
||||||
public Void visitParameterizedType (ParameterizedTypeTree node, Void p) {
|
public Void visitParameterizedType (ParameterizedTypeTree node, Void p) {
|
||||||
@ -70,4 +68,7 @@ public class InferWildcardsVisitor
|
|||||||
return super.visitVariable(node, p);
|
return super.visitVariable(node, p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ConstraintSet getConstraintSet() {
|
||||||
|
return constraintsSet;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user