Home
last modified time | relevance | path

Searched refs:getImplementationType (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DSingletonType.java24 return getImplementationType().getReflectClass(); in getReflectClass()
27 public Type getImplementationType () in getImplementationType() method in SingletonType
H A DTypeSwitch.java95 …coming = param.getContext().getVarScope().addVariable(code, valType.getImplementationType(), null); in compile()
106 …coming = param.getContext().getVarScope().addVariable(code, valType.getImplementationType(), null); in compile()
H A DMappedArrayType.java23 ArrayType.make(elementType.getImplementationType()); in MappedArrayType()
36 public Type getImplementationType() { return implementationType; } in getImplementationType() method in MappedArrayType
H A DArrayNew.java24 Class clas = element_type.getImplementationType().getReflectClass(); in apply1()
H A DArrayMake.java32 Class clas = elementType.getImplementationType().getReflectClass(); in applyN()
H A DLazyType.java30 public Type getImplementationType() { in getImplementationType() method in LazyType
H A DCompileArrays.java77 code.emitNewArray(element_type.getImplementationType()); in compileNew()
170 code.emitNewArray(elementType.getImplementationType()); in createArray()
H A DInstanceOf.java64 type.getImplementationType().emitIsInstance(code); in compile()
H A DMultValuesType.java19 public Type getImplementationType() { in getImplementationType() method in MultValuesType
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DGenArrayType.java25 Type elementImplementation = elementType.getImplementationType(); in GenArrayType()
35 public Type getImplementationType() { in getImplementationType() method in GenArrayType
H A DLangObjType.java297 Type vt = valueType.getImplementationType(); in isCompatibleWithValue()
298 if (vt == getImplementationType()) in isCompatibleWithValue()
327 || elementType.getImplementationType() == valueElementType) in isCompatibleWithValue()
332 return getImplementationType().isCompatibleWithValue(valueType); in isCompatibleWithValue()
372 return getImplementationType().compare(other); in compare()
699 methodDeclaringClass = (ClassType) getImplementationType();
869 argType = stackType.getImplementationType();
1102 Method addMethod = ((ClassType) vectorType.getImplementationType())
1104 new Type[] { elementType.getImplementationType() });
H A DSeqSizeType.java116 if (getImplementationType() == sother.getImplementationType()) { in compare()
H A DLangPrimType.java100 public Type getImplementationType() { in getImplementationType() method in LangPrimType
339 return getImplementationType().compare(other); in compare()
356 return getImplementationType().compare(other); in compare()
416 emitTestIfNumber(incoming, decl, getImplementationType(), comp); in emitTestIf()
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DArrayType.java28 public Type getImplementationType() { in getImplementationType() method in ArrayType
29 Type eltype = elements.getImplementationType(); in getImplementationType()
H A DUninitializedType.java32 public Type getImplementationType() in getImplementationType() method in UninitializedType
H A DPrimType.java246 return getImplementationType(); in promotedType()
283 if (other.getImplementationType() != other) { in compare()
H A DSpecialObjectType.java60 public Type getImplementationType() { in getImplementationType() method in SpecialObjectType
H A DObjectType.java39 Type t = getImplementationType(); in isExisting()
H A DType.java36 public Type getImplementationType() in getImplementationType() method in Type
43 Type t = getImplementationType(); in getRawType()
465 if (this == charType && valueType.getImplementationType()== this) in isCompatibleWithValue()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DValuesMap.java132 param = new Declaration(code.addLocal(paramType.getImplementationType(), pname)); in compileInlined()
146 if (app.getType().getImplementationType() != Type.booleanType) in compileInlined()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DTypeValue.java14 public Type getImplementationType(); in getImplementationType() method
H A DConsumerTarget.java164 Type implType = stackType.getImplementationType(); in compileFromStack()
269 Type implType = stackType.getImplementationType(); in compileWrite()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/
H A DNodeType.java58 public Type getImplementationType() in getImplementationType() method in NodeType
65 return getImplementationType().compare(other); in compare()
H A DProcessingInstructionType.java32 public Type getImplementationType() in getImplementationType() method in ProcessingInstructionType
/dports/lang/kawa/kawa-3.1.1/kawa/standard/
H A Dprim_method.java70 ctype = ctype.getImplementationType(); in rewrite()

12