Class AbstractProjectionParent
java.lang.Object
cool.klass.model.meta.domain.AbstractElement
cool.klass.model.meta.domain.AbstractOrdinalElement
cool.klass.model.meta.domain.AbstractNamedElement
cool.klass.model.meta.domain.AbstractIdentifierElement
cool.klass.model.meta.domain.projection.AbstractProjectionParent
- All Implemented Interfaces:
Element,NamedElement,OrdinalElement,ProjectionElement,ProjectionParent,ElementWithSourceCode,NamedElementWithSourceCode,AbstractProjectionElement
- Direct Known Subclasses:
ProjectionImpl,ProjectionReferencePropertyImpl
public abstract class AbstractProjectionParent
extends AbstractIdentifierElement
implements AbstractProjectionElement, ProjectionParent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractProjectionParent.AbstractProjectionParentBuilder<BuiltElement extends AbstractProjectionParent>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractIdentifierElement
AbstractIdentifierElement.IdentifierElementBuilder<BuiltElement extends AbstractIdentifierElement>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractNamedElement
AbstractNamedElement.NamedElementBuilder<BuiltElement extends AbstractNamedElement>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractOrdinalElement
AbstractOrdinalElement.OrdinalElementBuilder<BuiltElement extends AbstractOrdinalElement>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractElement
AbstractElement.ElementBuilder<BuiltElement extends Element>Nested classes/interfaces inherited from interface cool.klass.model.meta.domain.projection.AbstractProjectionElement
AbstractProjectionElement.ProjectionChildBuilder, AbstractProjectionElement.ProjectionElementBuilder -
Field Summary
Fields inherited from class cool.klass.model.meta.domain.AbstractOrdinalElement
ordinal -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractProjectionParent(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<Element> macroElement, SourceCode sourceCode, int ordinal, KlassParser.IdentifierContext nameContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<? extends ProjectionChild>protected voidsetChildren(org.eclipse.collections.api.list.ImmutableList<ProjectionChild> children) Methods inherited from class cool.klass.model.meta.domain.AbstractIdentifierElement
getNameContextMethods inherited from class cool.klass.model.meta.domain.AbstractNamedElement
getName, getNameToken, toStringMethods inherited from class cool.klass.model.meta.domain.AbstractOrdinalElement
getOrdinalMethods inherited from class cool.klass.model.meta.domain.AbstractElement
getElementContext, getMacroElement, getSourceCodeObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElementMethods inherited from interface cool.klass.model.meta.domain.api.source.ElementWithSourceCode
getElementContext, getSourceCodeObjectMethods inherited from interface cool.klass.model.meta.domain.api.NamedElement
getNameMethods inherited from interface cool.klass.model.meta.domain.api.OrdinalElement
getOrdinalMethods inherited from interface cool.klass.model.meta.domain.api.projection.ProjectionElement
enter, exit, getDepth, getParent, visit, visitMethods inherited from interface cool.klass.model.meta.domain.api.projection.ProjectionParent
getAssociationEndsOutsideProjection, getClassifier, getReferenceProperties, getReferencePropertyChildren, hasPolymorphicChildren, visitChildren
-
Constructor Details
-
AbstractProjectionParent
protected AbstractProjectionParent(@Nonnull org.antlr.v4.runtime.ParserRuleContext elementContext, @Nonnull Optional<Element> macroElement, @Nullable SourceCode sourceCode, int ordinal, @Nonnull KlassParser.IdentifierContext nameContext)
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin interfaceProjectionElement
-
setChildren
protected void setChildren(@Nonnull org.eclipse.collections.api.list.ImmutableList<ProjectionChild> children)
-