Uses of Interface
io.ciera.tool.sql.architecture.type.UnresolvedType
-
Packages that use UnresolvedType Package Description io.ciera.tool io.ciera.tool.sql.architecture.type io.ciera.tool.sql.architecture.type.impl -
-
Uses of UnresolvedType in io.ciera.tool
Methods in io.ciera.tool with parameters of type UnresolvedType Modifier and Type Method Description voidSql. relate_R407_UnresolvedType_is_a_Type(UnresolvedType form, Type part)voidSqlSqlLoader. serialize_UnresolvedType(UnresolvedType unresolvedtype_inst, PrintStream out)voidSql. unrelate_R407_UnresolvedType_is_a_Type(UnresolvedType form, Type part) -
Uses of UnresolvedType in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type that return UnresolvedType Modifier and Type Method Description UnresolvedTypeType. R407_is_a_UnresolvedType()Methods in io.ciera.tool.sql.architecture.type with parameters of type UnresolvedType Modifier and Type Method Description default voidType. setR407_is_a_UnresolvedType(UnresolvedType inst) -
Uses of UnresolvedType in io.ciera.tool.sql.architecture.type.impl
Classes in io.ciera.tool.sql.architecture.type.impl that implement UnresolvedType Modifier and Type Class Description classUnresolvedTypeImplFields in io.ciera.tool.sql.architecture.type.impl declared as UnresolvedType Modifier and Type Field Description static UnresolvedTypeUnresolvedTypeImpl. EMPTY_UNRESOLVEDTYPEMethods in io.ciera.tool.sql.architecture.type.impl that return UnresolvedType Modifier and Type Method Description static UnresolvedTypeUnresolvedTypeImpl. create(Sql context)static UnresolvedTypeUnresolvedTypeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_name, String ref_package, int m_num)UnresolvedTypeUnresolvedTypeSetImpl. nullElement()UnresolvedTypeUnresolvedTypeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)UnresolvedTypeTypeImpl. R407_is_a_UnresolvedType()UnresolvedTypeUnresolvedTypeImpl. self()Methods in io.ciera.tool.sql.architecture.type.impl that return types with arguments of type UnresolvedType Modifier and Type Method Description List<UnresolvedType>UnresolvedTypeSetImpl. elements()Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type UnresolvedType Modifier and Type Method Description voidTypeImpl. setR407_is_a_UnresolvedType(UnresolvedType inst)Method parameters in io.ciera.tool.sql.architecture.type.impl with type arguments of type UnresolvedType Modifier and Type Method Description UnresolvedTypeSetUnresolvedTypeSetImpl. emptySet(Comparator<? super UnresolvedType> comp)Constructor parameters in io.ciera.tool.sql.architecture.type.impl with type arguments of type UnresolvedType Constructor Description UnresolvedTypeSetImpl(Comparator<? super UnresolvedType> comp)
-