Hierarchy For All Packages
Package Hierarchies:- cool.klass.model.converter.compiler,
- cool.klass.model.converter.compiler.annotation,
- cool.klass.model.converter.compiler.parser,
- cool.klass.model.converter.compiler.phase,
- cool.klass.model.converter.compiler.phase.criteria,
- cool.klass.model.converter.compiler.state,
- cool.klass.model.converter.compiler.state.criteria,
- cool.klass.model.converter.compiler.state.modifier,
- cool.klass.model.converter.compiler.state.operator,
- cool.klass.model.converter.compiler.state.order,
- cool.klass.model.converter.compiler.state.parameter,
- cool.klass.model.converter.compiler.state.projection,
- cool.klass.model.converter.compiler.state.property,
- cool.klass.model.converter.compiler.state.property.validation,
- cool.klass.model.converter.compiler.state.service,
- cool.klass.model.converter.compiler.state.service.url,
- cool.klass.model.converter.compiler.state.value,
- cool.klass.model.converter.compiler.state.value.literal
Class Hierarchy
- java.lang.Object
- cool.klass.model.converter.compiler.annotation.AbstractCompilerAnnotation
- cool.klass.model.converter.compiler.annotation.CauseCompilerAnnotation
- cool.klass.model.converter.compiler.annotation.RootCompilerAnnotation (implements java.lang.Comparable<T>)
- cool.klass.model.converter.compiler.annotation.AbstractContextString
- cool.klass.model.converter.compiler.annotation.ContextString
- cool.klass.model.converter.compiler.annotation.UnderlineContextString
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- cool.klass.model.meta.grammar.KlassBaseVisitor<T> (implements cool.klass.model.meta.grammar.KlassVisitor<T>)
- cool.klass.model.converter.compiler.phase.criteria.CriteriaVisitor
- cool.klass.model.converter.compiler.phase.criteria.ExpressionValueVisitor
- cool.klass.model.converter.compiler.phase.criteria.LiteralValueVisitor
- cool.klass.model.converter.compiler.phase.criteria.OperatorVisitor
- cool.klass.model.meta.grammar.KlassBaseVisitor<T> (implements cool.klass.model.meta.grammar.KlassVisitor<T>)
- cool.klass.model.converter.compiler.state.AntlrDomainModel
- cool.klass.model.converter.compiler.state.AntlrElement (implements cool.klass.model.converter.compiler.state.IAntlrElement)
- cool.klass.model.converter.compiler.state.property.validation.AbstractAntlrPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AbstractAntlrNumericPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AntlrMaxLengthPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AntlrMaxPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AntlrMinLengthPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AntlrMinPropertyValidation
- cool.klass.model.converter.compiler.state.property.validation.AbstractAntlrNumericPropertyValidation
- cool.klass.model.converter.compiler.state.AntlrClassifierReference
- cool.klass.model.converter.compiler.state.AntlrClassReference
- cool.klass.model.converter.compiler.state.AntlrCompilationUnit
- cool.klass.model.converter.compiler.state.criteria.AntlrCriteria
- cool.klass.model.converter.compiler.state.criteria.AllAntlrCriteria
- cool.klass.model.converter.compiler.state.criteria.AntlrBinaryCriteria
- cool.klass.model.converter.compiler.state.criteria.AntlrAndCriteria
- cool.klass.model.converter.compiler.state.criteria.AntlrOrCriteria
- cool.klass.model.converter.compiler.state.criteria.EdgePointAntlrCriteria
- cool.klass.model.converter.compiler.state.criteria.OperatorAntlrCriteria
- cool.klass.model.converter.compiler.state.value.AntlrExpressionValue
- cool.klass.model.converter.compiler.state.value.literal.AbstractAntlrLiteralValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrBooleanLiteralValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrFloatingPointLiteralValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrIntegerLiteralValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrLiteralListValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrNullLiteral
- cool.klass.model.converter.compiler.state.value.literal.AntlrStringLiteralValue
- cool.klass.model.converter.compiler.state.value.literal.AntlrUserLiteral
- cool.klass.model.converter.compiler.state.value.AntlrMemberReferencePath
- cool.klass.model.converter.compiler.state.value.AntlrThisMemberReferencePath
- cool.klass.model.converter.compiler.state.value.AntlrTypeMemberReferencePath
- cool.klass.model.converter.compiler.state.value.AntlrVariableReference
- cool.klass.model.converter.compiler.state.value.literal.AbstractAntlrLiteralValue
- cool.klass.model.converter.compiler.state.AntlrMultiplicity
- cool.klass.model.converter.compiler.state.operator.AntlrOperator
- cool.klass.model.converter.compiler.state.operator.AntlrEqualityOperator
- cool.klass.model.converter.compiler.state.operator.AntlrInequalityOperator
- cool.klass.model.converter.compiler.state.operator.AntlrInOperator
- cool.klass.model.converter.compiler.state.operator.AntlrStringOperator
- cool.klass.model.converter.compiler.state.order.AntlrOrderBy
- cool.klass.model.converter.compiler.state.order.AntlrOrderByDirection
- cool.klass.model.converter.compiler.state.order.AntlrOrderByMemberReferencePath
- cool.klass.model.converter.compiler.state.AntlrOrdinalElement
- cool.klass.model.converter.compiler.state.property.AntlrModifier
- cool.klass.model.converter.compiler.state.AntlrNamedElement
- cool.klass.model.converter.compiler.state.AntlrIdentifierElement
- cool.klass.model.converter.compiler.state.AntlrEnumerationLiteral
- cool.klass.model.converter.compiler.state.AntlrPackageableElement
- cool.klass.model.converter.compiler.state.AntlrAssociation (implements cool.klass.model.converter.compiler.state.AntlrTopLevelElement)
- cool.klass.model.converter.compiler.state.AntlrClassifier (implements cool.klass.model.converter.compiler.state.AntlrTopLevelElement, cool.klass.model.converter.compiler.state.AntlrType)
- cool.klass.model.converter.compiler.state.AntlrClass
- cool.klass.model.converter.compiler.state.AntlrInterface
- cool.klass.model.converter.compiler.state.AntlrEnumeration (implements cool.klass.model.converter.compiler.state.AntlrTopLevelElement, cool.klass.model.converter.compiler.state.AntlrType)
- cool.klass.model.converter.compiler.state.service.AntlrServiceGroup (implements cool.klass.model.converter.compiler.state.AntlrTopLevelElement)
- cool.klass.model.converter.compiler.state.parameter.AntlrParameter (implements cool.klass.model.converter.compiler.state.AntlrMultiplicityOwner)
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionDataTypeProperty (implements cool.klass.model.converter.compiler.state.projection.AntlrProjectionChild)
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionParent
- cool.klass.model.converter.compiler.state.projection.AntlrProjection (implements cool.klass.model.converter.compiler.state.AntlrTopLevelElement)
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionReferenceProperty (implements cool.klass.model.converter.compiler.state.projection.AntlrProjectionChild)
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionProjectionReference (implements cool.klass.model.converter.compiler.state.projection.AntlrProjectionChild)
- cool.klass.model.converter.compiler.state.property.AntlrProperty
- cool.klass.model.converter.compiler.state.property.AntlrDataTypeProperty<T>
- cool.klass.model.converter.compiler.state.property.AntlrEnumerationProperty
- cool.klass.model.converter.compiler.state.property.AntlrPrimitiveProperty
- cool.klass.model.converter.compiler.state.property.AntlrReferenceProperty<Type> (implements cool.klass.model.converter.compiler.state.AntlrMultiplicityOwner, cool.klass.model.converter.compiler.state.order.AntlrOrderByOwner)
- cool.klass.model.converter.compiler.state.property.AntlrAssociationEndSignature (implements cool.klass.model.converter.compiler.state.AntlrClassifierReferenceOwner)
- cool.klass.model.converter.compiler.state.property.AntlrClassReferenceProperty (implements cool.klass.model.converter.compiler.state.AntlrClassReferenceOwner)
- cool.klass.model.converter.compiler.state.property.AntlrAssociationEnd
- cool.klass.model.converter.compiler.state.property.AntlrParameterizedProperty (implements cool.klass.model.converter.compiler.state.parameter.AntlrParameterOwner)
- cool.klass.model.converter.compiler.state.property.AntlrDataTypeProperty<T>
- cool.klass.model.converter.compiler.state.service.url.AntlrUrlConstant
- cool.klass.model.converter.compiler.state.AntlrPackage
- cool.klass.model.converter.compiler.state.AntlrIdentifierElement
- cool.klass.model.converter.compiler.state.AntlrPrimitiveType (implements cool.klass.model.converter.compiler.state.AntlrType)
- cool.klass.model.converter.compiler.state.AntlrRelationship
- cool.klass.model.converter.compiler.state.service.AntlrService (implements cool.klass.model.converter.compiler.state.order.AntlrOrderByOwner)
- cool.klass.model.converter.compiler.state.service.AntlrServiceCriteria
- cool.klass.model.converter.compiler.state.service.AntlrServiceMultiplicity
- cool.klass.model.converter.compiler.state.service.AntlrServiceProjectionDispatch
- cool.klass.model.converter.compiler.state.service.url.AntlrUrl
- cool.klass.model.converter.compiler.state.service.AntlrVerb
- cool.klass.model.converter.compiler.state.property.validation.AbstractAntlrPropertyValidation
- cool.klass.model.converter.compiler.parser.AntlrUtils
- org.antlr.v4.runtime.BaseErrorListener (implements org.antlr.v4.runtime.ANTLRErrorListener)
- cool.klass.model.converter.compiler.parser.ThrowingErrorListener
- cool.klass.model.converter.compiler.CompilationUnit
- cool.klass.model.converter.compiler.annotation.CompilerAnnotationHolder
- cool.klass.model.converter.compiler.CompilerInputState
- cool.klass.model.converter.compiler.CompilerState
- cool.klass.model.converter.compiler.CompilerWalkState
- cool.klass.model.converter.compiler.parser.DelegatingKlassListener (implements cool.klass.model.meta.grammar.KlassListener)
- cool.klass.model.converter.compiler.phase.AbstractCompilerPhase
- cool.klass.model.converter.compiler.phase.AuditAssociationInferencePhase
- cool.klass.model.converter.compiler.phase.AuditPropertyInferencePhase
- cool.klass.model.converter.compiler.phase.ClassifierPhase
- cool.klass.model.converter.compiler.phase.ClassTemporalPropertyInferencePhase
- cool.klass.model.converter.compiler.phase.CompilationUnitPhase
- cool.klass.model.converter.compiler.phase.EnumerationsPhase
- cool.klass.model.converter.compiler.phase.InheritancePhase
- cool.klass.model.converter.compiler.phase.OrderByDirectionInferencePhase
- cool.klass.model.converter.compiler.phase.OrderByDirectionPhase
- cool.klass.model.converter.compiler.phase.OrderByPhase
- cool.klass.model.converter.compiler.phase.ProjectionDeclarationPhase
- cool.klass.model.converter.compiler.phase.ProjectionPhase
- cool.klass.model.converter.compiler.phase.PropertyPhase
- cool.klass.model.converter.compiler.phase.ReferencePropertyPhase
- cool.klass.model.converter.compiler.phase.AssociationPhase
- cool.klass.model.converter.compiler.phase.ParameterizedPropertyPhase
- cool.klass.model.converter.compiler.phase.RelationshipInferencePhase
- cool.klass.model.converter.compiler.phase.RelationshipPhase
- cool.klass.model.converter.compiler.phase.ServiceCriteriaInferencePhase
- cool.klass.model.converter.compiler.phase.ServiceCriteriaPhase
- cool.klass.model.converter.compiler.phase.ServiceMultiplicityInferencePhase
- cool.klass.model.converter.compiler.phase.ServiceMultiplicityPhase
- cool.klass.model.converter.compiler.phase.ServicePhase
- cool.klass.model.converter.compiler.phase.TopLevelElementsPhase
- cool.klass.model.converter.compiler.phase.UrlParameterPhase
- cool.klass.model.converter.compiler.phase.VariableResolutionPhase
- cool.klass.model.converter.compiler.phase.VersionAssociationInferencePhase
- cool.klass.model.converter.compiler.phase.VersionClassInferencePhase
- cool.klass.model.converter.compiler.CompilerState.ListenerView
- cool.klass.model.converter.compiler.phase.AbstractCompilerPhase
- cool.klass.model.meta.grammar.KlassBaseListener (implements cool.klass.model.meta.grammar.KlassListener)
- cool.klass.model.converter.compiler.CompilerWalkState.ListenerView
- cool.klass.model.converter.compiler.phase.PossibleJoinCriteriaListener
- cool.klass.model.converter.compiler.KlassCompiler
- cool.klass.model.converter.compiler.annotation.LexicalColorizer
- cool.klass.model.converter.compiler.state.property.ParameterHolder (implements cool.klass.model.converter.compiler.state.parameter.AntlrParameterOwner)
- java.lang.Record
- cool.klass.model.converter.compiler.CompilationResult
- cool.klass.model.converter.compiler.annotation.TokenLine
- cool.klass.model.converter.compiler.state.UnreferencedPrivatePropertiesCriteriaVisitor (implements cool.klass.model.converter.compiler.state.criteria.AntlrCriteriaVisitor)
- cool.klass.model.converter.compiler.state.UnreferencedPrivatePropertiesExpressionValueVisitor (implements cool.klass.model.converter.compiler.state.value.AntlrExpressionValueVisitor)
- cool.klass.model.converter.compiler.annotation.AbstractCompilerAnnotation
Interface Hierarchy
- cool.klass.model.converter.compiler.state.criteria.AntlrCriteriaVisitor
- cool.klass.model.converter.compiler.state.value.AntlrExpressionValueVisitor
- cool.klass.model.converter.compiler.state.parameter.AntlrParameterOwner
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionVisitor
- cool.klass.model.converter.compiler.state.IAntlrElement
- cool.klass.model.converter.compiler.state.AntlrClassifierReferenceOwner
- cool.klass.model.converter.compiler.state.AntlrClassReferenceOwner
- cool.klass.model.converter.compiler.state.modifier.AntlrModifierOwner
- cool.klass.model.converter.compiler.state.AntlrMultiplicityOwner
- cool.klass.model.converter.compiler.state.order.AntlrOrderByOwner
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionElement
- cool.klass.model.converter.compiler.state.projection.AntlrProjectionChild
- cool.klass.model.converter.compiler.state.AntlrTopLevelElement
- cool.klass.model.converter.compiler.state.AntlrType
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cool.klass.model.converter.compiler.annotation.AnnotationSeverity
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)