Searched refs:IPrimitiveType (Results 1 – 8 of 8) sorted by relevance
20 import signature.model.IPrimitiveType;22 public class SigPrimitiveTypeDelta extends SigTypeDelta<IPrimitiveType>25 public SigPrimitiveTypeDelta(IPrimitiveType from, IPrimitiveType to) { in SigPrimitiveTypeDelta()
19 import signature.model.IPrimitiveType;26 ITypeReferenceDelta<IPrimitiveType> {
19 import signature.model.IPrimitiveType;21 public enum SigPrimitiveType implements IPrimitiveType {
26 import signature.model.IPrimitiveType;86 if (type instanceof IPrimitiveType) { in getTypeName()87 return ((IPrimitiveType) type).getName(); in getTypeName()
22 public interface IPrimitiveType extends ITypeReference { interface
23 import signature.model.IPrimitiveType;89 } else if (type instanceof IPrimitiveType) { in substitutedTypeReference()
38 import signature.model.IPrimitiveType;145 assertTrue(annotationField.getType() instanceof IPrimitiveType); in testAnnotationDefaultsInt1()146 IPrimitiveType annotationFieldType = (IPrimitiveType)annotationField.getType(); in testAnnotationDefaultsInt1()229 assertTrue(annotationField.getType() instanceof IPrimitiveType); in testAnnotationDefaultsDouble1()230 IPrimitiveType annotationFieldType = (IPrimitiveType)annotationField.getType(); in testAnnotationDefaultsDouble1()642 assertTrue(defaultValue instanceof IPrimitiveType); in testAnnotationDefaultsClass2()643 assertEquals("void", ((IPrimitiveType)defaultValue).getName()); in testAnnotationDefaultsClass2()697 assertTrue(defaultValue1 instanceof IPrimitiveType); in testAnnotationDefaultsClass4()698 IPrimitiveType defaultValue1type = (IPrimitiveType)defaultValue1; in testAnnotationDefaultsClass4()
81 import signature.model.IPrimitiveType;1219 if (implementInterface(from, to, IPrimitiveType.class)) {1220 return comparePrimitiveType((IPrimitiveType) from,1221 (IPrimitiveType) to) == null;1279 if (implementInterface(from, to, IPrimitiveType.class)) {1280 return comparePrimitiveType((IPrimitiveType) from,1281 (IPrimitiveType) to);1352 if (reference instanceof IPrimitiveType) {1698 private IPrimitiveTypeDelta comparePrimitiveType(IPrimitiveType from,1699 IPrimitiveType to) {