OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:properType
(Results
1 - 3
of
3
) sorted by null
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
Instantiation.java
11
private ResolvedType
properType
;
13
public Instantiation(InferenceVariable inferenceVariable, ResolvedType
properType
) {
15
this.
properType
=
properType
;
23
return
properType
;
34
return
properType
.equals(that.
properType
);
40
result = 31 * result +
properType
.hashCode();
48
",
properType
=" +
properType
[
all
...]
ProperLowerBound.java
10
private ResolvedType
properType
;
12
public ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType
properType
) {
14
this.
properType
=
properType
;
25
return
properType
.equals(that.
properType
);
31
result = 31 * result +
properType
.hashCode();
39
",
properType
=" +
properType
+
48
return
properType
;
[
all
...]
ProperUpperBound.java
10
private ResolvedType
properType
;
12
public ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType
properType
) {
14
this.
properType
=
properType
;
25
return
properType
.equals(that.
properType
);
31
result = 31 * result +
properType
.hashCode();
39
",
properType
=" +
properType
+
48
return
properType
;
[
all
...]
Completed in 1316 milliseconds