Home
last modified time | relevance | path

Searched refs:superType (Results 1 – 25 of 34) sorted by relevance

12

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DWildcardType.java58 private ReferenceType superType; field in WildcardType
69 …public WildcardType(final ReferenceType extendedType, final ReferenceType superType, final NodeLis… in WildcardType() argument
70 this(null, extendedType, superType, annotations); in WildcardType()
77 …public WildcardType(TokenRange tokenRange, ReferenceType extendedType, ReferenceType superType, No… in WildcardType() argument
80 setSuperType(superType); in WildcardType()
103 return Optional.ofNullable(superType); in getSuperType()
160 public WildcardType setSuperType(final ReferenceType superType) { in setSuperType() argument
161 if (superType == this.superType) { in setSuperType()
164 notifyPropertyChange(ObservableProperty.SUPER_TYPE, this.superType, superType); in setSuperType()
165 if (this.superType != null) in setSuperType()
[all …]
/external/objenesis/main/src/main/java/org/objenesis/instantiator/gcj/
DGCJSerializationInstantiator.java33 private Class<? super T> superType; field in GCJSerializationInstantiator
37 this.superType = SerializationInstantiatorHelper.getNonSerializableSuperClass(type); in GCJSerializationInstantiator()
43 return type.cast(newObjectMethod.invoke(dummyStream, type, superType)); in newInstance()
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
DForwardsInvocations.java62 private static boolean compatibleReturnTypes(Class<?> superType, Class<?> subType) { in compatibleReturnTypes() argument
63 return superType.equals(subType) || superType.isAssignableFrom(subType); in compatibleReturnTypes()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DTestUtils.java43 …public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String.… in makeClassDef() argument
44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces), in makeClassDef()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGen.java199 final Type superType = super.getType(); in checkType() local
200 if (superType == null) { in checkType()
206 if (!superType.equals(atype)) { in checkType()
207 throw new ClassGenException("Types are not compatible: " + superType + " vs. " + atype); in checkType()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionClassAdapter.java39 java.lang.reflect.Type superType = clazz.getGenericSuperclass(); in getSuperClass() local
40 if (superType instanceof ParameterizedType) { in getSuperClass()
41 ParameterizedType parameterizedType = (ParameterizedType) superType; in getSuperClass()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java291 TypeId<T> superType = TypeId.get(baseClass); in buildProxyClass() local
292 generateConstructorsAndFields(dexMaker, generatedType, superType, baseClass); in buildProxyClass()
316 generateCodeForAllMethods(dexMaker, generatedType, methodsToProxy, superType); in buildProxyClass()
317 …dexMaker.declare(generatedType, generatedName + ".generated", PUBLIC, superType, getInterfacesAsTy… in buildProxyClass()
687 TypeId<G> generatedType, TypeId<T> superType, Class<T> superClass) { in generateConstructorsAndFields() argument
708 MethodId<T, ?> superConstructor = superType.getConstructor(types); in generateConstructorsAndFields()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java1807 TypeProto superType;
1811 superType = classPath.getClass(superclassType);
1814 superType = typeProto;
1817 resolvedMethod = superType.getMethodByVtableIndex(methodIndex);
1987 String superType = typeProto.getSuperclass();
1988 if (superType == null) {
1991 typeProto = classPath.getClass(superType);
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2693 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2700 false, superType, VK_LValue, in SynthMessageExpr()
2703 superType, VK_LValue, in SynthMessageExpr()
2716 Context->getPointerType(superType), in SynthMessageExpr()
2724 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
2726 superType, VK_LValue, in SynthMessageExpr()
2788 QualType superType = getSuperStructType(); in SynthMessageExpr() local
2795 false, superType, VK_LValue, in SynthMessageExpr()
2798 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
2810 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
DRewriteModernObjC.cpp3273 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3280 false, superType, VK_LValue, in SynthMessageExpr()
3283 superType, VK_LValue, in SynthMessageExpr()
3296 Context->getPointerType(superType), in SynthMessageExpr()
3304 = Context->getTrivialTypeSourceInfo(superType); in SynthMessageExpr()
3306 superType, VK_LValue, in SynthMessageExpr()
3368 QualType superType = getSuperStructType(); in SynthMessageExpr() local
3375 false, superType, VK_LValue, in SynthMessageExpr()
3378 superType, VK_LValue, SourceLocation()); in SynthMessageExpr()
3390 Context->getPointerType(superType), in SynthMessageExpr()
[all …]
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g163 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType,
174 header returns[String classType, int accessFlags, String superType, List<String> implementsList, St…
180 $superType = $super_spec.type;
/external/guice/lib/build/
Dcglib-3.2.6.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/ ...
Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/ ...
/external/clang/lib/AST/
DDeclObjC.cpp322 if (const ObjCObjectType *superType = getSuperClassType()) { in getSuperClass() local
323 if (ObjCInterfaceDecl *superDecl = superType->getInterface()) { in getSuperClass()
DType.cpp1345 QualType superType = objectType->getSuperClassType(); in getObjCSubstitutions() local
1346 if (superType.isNull()) { in getObjCSubstitutions()
1351 objectType = superType->castAs<ObjCObjectType>(); in getObjCSubstitutions()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DCloneVisitor.java329 ReferenceType superType = cloneNode(n.getSuperType(), arg); in visit() local
332 …WildcardType r = new WildcardType(n.getTokenRange().orElse(null), extendedType, superType, annotat… in visit()
DModifierVisitor.java1074 …ReferenceType superType = n.getSuperType().map(s -> (ReferenceType) s.accept(this, arg)).orElse(nu… in visit() local
1078 n.setSuperType(superType); in visit()
/external/guice/extensions/persist/lib/
Dcglib-nodep-3.2.6.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/external/error_prone/checkerframework/
Djavacutil-2.5.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java446 …n)header1).accessFlags:0), (header1!=null?((smaliTreeWalker.header_return)header1).superType:null), in smali_file()
472 public String superType; field in smaliTreeWalker.header_return
528 retval.superType = super_spec6; in header()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/descriptors.jvm. ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...

12