Searched refs:Wildcard (Results 1 – 25 of 70) sorted by relevance
123
63 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()66 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()68 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()71 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()76 …alWildcard.isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()77 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()78 …formalWildcard.isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSuper()79 …actualWildcard.isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSuper()81 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()83 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()[all …]
2 …Line 81) wildcard.isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isE…4 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()5 …Line 84) wildcard.isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSup…7 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()53 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()
8 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()10 …Wildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()12 …Wildcard.extendsBound(useThisTypeParametersOnTheGivenType(type.asWildcard().getBoundedType())) ==>…14 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()16 …Wildcard.superBound(useThisTypeParametersOnTheGivenType(type.asWildcard().getBoundedType())) ==> c…18 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()
6 Line 116) isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSuper()7 Line 116) isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()
33 static List<Wildcard> createWildcards(List<? extends PatternElement> patterns) { in createWildcards()34 List<Wildcard> wildcards = new ArrayList<Wildcard>(); in createWildcards()40 wildcards.add(new Wildcard(expr.replace('.', '/'), result)); in createWildcards()
25 private List<Wildcard> wildcards;40 for (Wildcard wildcard : wildcards) { in zap()
30 private final List<Wildcard> wildcards;66 for (Wildcard wildcard : wildcards) in process()
31 private final List<Wildcard> wildcards;121 for (Wildcard wildcard : wildcards) { in replaceHelper()
24 class Wildcard class37 public Wildcard(String pattern, String result) { in Wildcard() method in Wildcard
36 Wildcard wc = new Wildcard(pattern, result); in wildcard()
36 …93) Wildcard.superBound(typeUsageFor(wildcardType.getLowerBounds()[0], typeSolver)) ==> com.github…41 …9) Wildcard.extendsBound(typeUsageFor(wildcardType.getUpperBounds()[0], typeSolver)) ==> com.githu…
77 …Wildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()79 …e.asWildcard().isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSuper()84 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()162 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()165 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()169 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()171 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()174 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()176 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()188 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()[all …]
69 …Wildcard.extendsBound(objectTypeArgumentToType(typeArgument.getType(), typeSolver, typeParametriza…73 …Wildcard.superBound(objectTypeArgumentToType(typeArgument.getType(), typeSolver, typeParametrizabl…
15 …Wildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()17 …e.asWildcard().isSuper() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isSuper()21 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()22 …dcardUsage.isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()23 …Line 112) Wildcard.extendsBound(boundResolved) ==> com.github.javaparser.symbolsolver.model.typesy…24 …Line 114) Wildcard.superBound(boundResolved) ==> com.github.javaparser.symbolsolver.model.typesyst…211 … Wildcard.extendsBound(convertToUsage(wildcardType.getExtendedTypes().get(), context)) ==> com.git…219 …62) Wildcard.superBound(convertToUsage(wildcardType.getSuperTypes().get(), context)) ==> com.githu…
124 …Wildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()127 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()196 …Line 303) expectedType.replaceTypeVariables(tp, Wildcard.extendsBound(new ReferenceTypeImpl(typeSo…197 …Wildcard.extendsBound(new ReferenceTypeImpl(typeSolver.solveType(Object.class.getCanonicalName()),…205 …Line 308) expectedType.replaceTypeVariables(tp, Wildcard.extendsBound(bound.getType())) ==> com.gi…206 …Line 308) Wildcard.extendsBound(bound.getType()) ==> com.github.javaparser.symbolsolver.model.type…208 …Line 311) expectedType.replaceTypeVariables(tp, Wildcard.superBound(bound.getType())) ==> com.gith…209 …Line 311) Wildcard.superBound(bound.getType()) ==> com.github.javaparser.symbolsolver.model.typesy…388 …Wildcard().isBounded() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isBounded()391 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()[all …]
46 …Wildcard().isExtends() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.isExtends()49 ….getBoundedType() ==> com.github.javaparser.symbolsolver.model.typesystem.Wildcard.getBoundedType()
51 if (isa<til::Wildcard>(E1)) in matches()52 return isa<til::Wildcard>(E2); in matches()53 if (isa<til::Wildcard>(E2)) in matches()54 return isa<til::Wildcard>(E1); in matches()309 bool isUniversal() const { return sexpr() && isa<til::Wildcard>(sexpr()); } in isUniversal()
19 TIL_OPCODE_DEF(Wildcard)
94 Type type = Type::Wildcard(); in TypeOf()130 std::pair<Type, Type> types = MakeTypePair(Type::Wildcard()); in TypesOf()154 .add_parameter(Type::Wildcard())); in TypesOf()157 Type type = *iterable_out ? Type::Wildcard() : NextGeneric(); in TypesOf()
81 static Type Wildcard() { return Type(Type::GENERIC, ""); } in Wildcard() function125 return Wildcard(); in ForDataType()
14 $O\Wildcard.obj \
23 $O\Wildcard.obj \
15 port pair to the specified address. Wildcard is resolved last so any --resolve
16 $O\Wildcard.obj \
26 $O\Wildcard.obj \