Uses of Interface
io.ciera.tool.sql.architecture.expression.AttributeAccess
Packages that use AttributeAccess
Package
Description
-
Uses of AttributeAccess in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeAccessModifier and TypeMethodDescriptionvoidSql.relate_R776_AttributeAccess_is_a_Expression(AttributeAccess form, Expression part) voidSql.relate_R785_AttributeAccess_refers_to_attribute_of_instance_expressed_by_Expression(AttributeAccess form, Expression part) voidSql.relate_R788_AttributeAccess_refers_to_Attribute(AttributeAccess form, Attribute part) voidSqlSqlLoader.serialize_776(AttributeAccess attributeaccess_inst, PrintStream out) voidSqlSqlLoader.serialize_785(AttributeAccess attributeaccess_inst, PrintStream out) voidSqlSqlLoader.serialize_788(AttributeAccess attributeaccess_inst, PrintStream out) voidSqlSqlLoader.serialize_AttributeAccess(AttributeAccess attributeaccess_inst, PrintStream out) voidSql.unrelate_R776_AttributeAccess_is_a_Expression(AttributeAccess form, Expression part) voidSql.unrelate_R785_AttributeAccess_refers_to_attribute_of_instance_expressed_by_Expression(AttributeAccess form, Expression part) void -
Uses of AttributeAccess in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccessModifier and TypeMethodDescriptiondefault 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 AttributeAccessModifier and TypeMethodDescriptionvoidAttributeImpl.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 AttributeAccessModifier and TypeMethodDescriptionExpression.R776_is_a_AttributeAccess()Expression.R785_is_used_as_basis_for_AttributeAccess()Methods in io.ciera.tool.sql.architecture.expression with parameters of type AttributeAccessModifier and TypeMethodDescriptiondefault 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 AttributeAccessFields in io.ciera.tool.sql.architecture.expression.impl declared as AttributeAccessModifier and TypeFieldDescriptionstatic final AttributeAccessAttributeAccessImpl.EMPTY_ATTRIBUTEACCESSMethods in io.ciera.tool.sql.architecture.expression.impl that return AttributeAccessModifier and TypeMethodDescriptionstatic AttributeAccessstatic 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) AttributeAccessSetImpl.nullElement()AttributeAccessImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R776_is_a_AttributeAccess()ExpressionImpl.R785_is_used_as_basis_for_AttributeAccess()AttributeAccessImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type AttributeAccessMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type AttributeAccessModifier and TypeMethodDescriptionvoidExpressionImpl.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 AttributeAccessModifier and TypeMethodDescriptionAttributeAccessSetImpl.emptySet(Comparator<? super AttributeAccess> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type AttributeAccess