OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InferenceVariable
(Results
1 - 8
of
8
) sorted by null
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
InferenceVariable.java
17
public class
InferenceVariable
implements ResolvedType {
23
public static List<
InferenceVariable
> instantiate(List<ResolvedTypeParameterDeclaration> typeParameterDeclarations) {
24
List<
InferenceVariable
> inferenceVariables = new LinkedList<>();
26
inferenceVariables.add(
InferenceVariable
.unnamed(tp));
31
public static
InferenceVariable
unnamed(ResolvedTypeParameterDeclaration typeParameterDeclaration) {
32
return new
InferenceVariable
("__unnamed__" + (unnamedInstantiated++), typeParameterDeclaration);
35
public
InferenceVariable
(String name, ResolvedTypeParameterDeclaration typeParameterDeclaration) {
50
InferenceVariable
that = (
InferenceVariable
) o;
83
return "
InferenceVariable
{"
[
all
...]
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
ecj-4.6.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.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 99 milliseconds