Uses of Interface
io.ciera.tool.sql.architecture.expression.AttributeAccess
-
-
Uses of AttributeAccess in io.ciera.tool
-
Uses of AttributeAccess in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccess Modifier and Type Method Description default voidAttribute. addR788_is_referenced_by_AttributeAccess(AttributeAccess inst)default voidAttribute. removeR788_is_referenced_by_AttributeAccess(AttributeAccess inst) -
Uses of AttributeAccess in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeAccess Modifier and Type Method Description voidAttributeImpl. addR788_is_referenced_by_AttributeAccess(AttributeAccess inst)voidAttributeImpl. removeR788_is_referenced_by_AttributeAccess(AttributeAccess inst) -
Uses of AttributeAccess in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return AttributeAccess Modifier and Type Method Description AttributeAccessExpression. R776_is_a_AttributeAccess()AttributeAccessExpression. R785_is_used_as_basis_for_AttributeAccess()Methods in io.ciera.tool.sql.architecture.expression with parameters of type AttributeAccess Modifier and Type Method Description default voidExpression. setR776_is_a_AttributeAccess(AttributeAccess inst)default voidExpression. setR785_is_used_as_basis_for_AttributeAccess(AttributeAccess inst) -
Uses of AttributeAccess in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement AttributeAccess Modifier and Type Class Description classAttributeAccessImplFields in io.ciera.tool.sql.architecture.expression.impl declared as AttributeAccess Modifier and Type Field Description static AttributeAccessAttributeAccessImpl. EMPTY_ATTRIBUTEACCESSMethods in io.ciera.tool.sql.architecture.expression.impl that return AttributeAccess Modifier and Type Method Description static AttributeAccessAttributeAccessImpl. create(Sql context)static AttributeAccessAttributeAccessImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_root_expression_number, String ref_attr_class_name, String ref_attr_class_package, String ref_attr_name)static AttributeAccessAttributeAccessImpl. create(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_root_expression_number, String ref_attr_class_name, String ref_attr_class_package, String ref_attr_name)AttributeAccessAttributeAccessSetImpl. nullElement()AttributeAccessAttributeAccessImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeAccessExpressionImpl. R776_is_a_AttributeAccess()AttributeAccessExpressionImpl. R785_is_used_as_basis_for_AttributeAccess()AttributeAccessAttributeAccessImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type AttributeAccess Modifier and Type Method Description List<AttributeAccess>AttributeAccessSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type AttributeAccess Modifier and Type Method Description voidExpressionImpl. setR776_is_a_AttributeAccess(AttributeAccess inst)voidExpressionImpl. setR785_is_used_as_basis_for_AttributeAccess(AttributeAccess inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type AttributeAccess Modifier and Type Method Description AttributeAccessSetAttributeAccessSetImpl. emptySet(Comparator<? super AttributeAccess> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type AttributeAccess Constructor Description AttributeAccessSetImpl(Comparator<? super AttributeAccess> comp)
-