Searched refs:interfaceType (Results 1 – 1 of 1) sorted by relevance
37 StubClass(const Type* type, const InterfaceType* interfaceType,48 void make_as_interface(const InterfaceType* interfaceType,54 StubClass::StubClass(const Type* type, const InterfaceType* interfaceType, in StubClass() argument62 this->interfaces.push_back(interfaceType); in StubClass()68 descriptor->value = "\"" + interfaceType->JavaType() + "\""; in StubClass()86 make_as_interface(interfaceType, types); in StubClass()122 void StubClass::make_as_interface(const InterfaceType* interfaceType, in make_as_interface() argument128 m->comment += interfaceType->JavaType(); in make_as_interface()132 m->returnType = interfaceType; in make_as_interface()161 new LiteralExpression(interfaceType->JavaType())); in make_as_interface()[all …]