Uses of Class
cool.klass.model.converter.compiler.state.property.AntlrAssociationEnd
Packages that use AntlrAssociationEnd
Package
Description
-
Uses of AntlrAssociationEnd in cool.klass.model.converter.compiler
Methods in cool.klass.model.converter.compiler that return AntlrAssociationEnd -
Uses of AntlrAssociationEnd in cool.klass.model.converter.compiler.state
Methods in cool.klass.model.converter.compiler.state that return AntlrAssociationEndModifier and TypeMethodDescriptionAntlrAssociation.getAssociationEndByContext(KlassParser.AssociationEndContext ctx) AntlrClass.getAssociationEndByName(String name) AntlrAssociation.getSourceEnd()AntlrAssociation.getTargetEnd()Methods in cool.klass.model.converter.compiler.state that return types with arguments of type AntlrAssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.MutableList<AntlrAssociationEnd>AntlrAssociation.getAssociationEnds()UnreferencedPrivatePropertiesCriteriaVisitor.getAssociationEndsReferencedByCriteria()UnreferencedPrivatePropertiesExpressionValueVisitor.getAssociationEndsReferencedByCriteria()org.eclipse.collections.api.list.ListIterable<AntlrAssociationEnd>AntlrClass.getDeclaredAssociationEnds()Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrAssociationEndModifier and TypeMethodDescriptionvoidAntlrAssociation.enterAssociationEnd(AntlrAssociationEnd associationEnd) voidAntlrClass.enterAssociationEnd(AntlrAssociationEnd antlrAssociationEnd) -
Uses of AntlrAssociationEnd in cool.klass.model.converter.compiler.state.property
Fields in cool.klass.model.converter.compiler.state.property declared as AntlrAssociationEndModifier and TypeFieldDescriptionstatic final AntlrAssociationEndAntlrAssociationEnd.AMBIGUOUSstatic final AntlrAssociationEndAntlrAssociationEnd.NOT_FOUNDMethods in cool.klass.model.converter.compiler.state.property that return AntlrAssociationEndMethods in cool.klass.model.converter.compiler.state.property that return types with arguments of type AntlrAssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.map.OrderedMap<AntlrAssociationEnd,org.eclipse.collections.api.list.MutableList<AntlrDataTypeProperty<?>>> AntlrDataTypeProperty.getKeysMatchingThisForeignKey()Methods in cool.klass.model.converter.compiler.state.property with parameters of type AntlrAssociationEndModifier and TypeMethodDescriptionvoidAntlrDataTypeProperty.setForeignKeyMatchingThisKey(AntlrAssociationEnd associationEnd, AntlrDataTypeProperty<?> foreignKeyProperty) voidAntlrDataTypeProperty.setKeyMatchingThisForeignKey(AntlrAssociationEnd associationEnd, AntlrDataTypeProperty<?> keyProperty) voidAntlrAssociationEnd.setOpposite(AntlrAssociationEnd opposite) -
Uses of AntlrAssociationEnd in cool.klass.model.converter.compiler.state.value
Fields in cool.klass.model.converter.compiler.state.value with type parameters of type AntlrAssociationEndModifier and TypeFieldDescriptionprotected final org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd>AntlrMemberReferencePath.associationEndMethods in cool.klass.model.converter.compiler.state.value that return types with arguments of type AntlrAssociationEndModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd>AntlrMemberReferencePath.getAssociationEnds()Constructor parameters in cool.klass.model.converter.compiler.state.value with type arguments of type AntlrAssociationEndModifierConstructorDescriptionprotectedAntlrMemberReferencePath(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnd, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) AntlrThisMemberReferencePath(KlassParser.ThisMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) AntlrTypeMemberReferencePath(KlassParser.TypeMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner)