Uses of Interface
cool.klass.model.converter.compiler.state.AntlrType
Packages that use AntlrType
Package
Description
-
Uses of AntlrType in cool.klass.model.converter.compiler.state
Classes in cool.klass.model.converter.compiler.state that implement AntlrTypeModifier and TypeClassDescriptionclassclassclassclassfinal classMethods in cool.klass.model.converter.compiler.state that return types with arguments of type AntlrTypeModifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrPrimitiveType.getPotentialWiderTypes()default org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrType.getPotentialWiderTypes() -
Uses of AntlrType in cool.klass.model.converter.compiler.state.operator
Method parameters in cool.klass.model.converter.compiler.state.operator with type arguments of type AntlrTypeModifier and TypeMethodDescriptionvoidAntlrEqualityOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrInequalityOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrInOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) abstract voidAntlrOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) voidAntlrStringOperator.checkTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) -
Uses of AntlrType in cool.klass.model.converter.compiler.state.parameter
Methods in cool.klass.model.converter.compiler.state.parameter that return AntlrTypeConstructors in cool.klass.model.converter.compiler.state.parameter with parameters of type AntlrTypeModifierConstructorDescriptionAntlrParameter(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrType type, IAntlrElement parameterOwner) -
Uses of AntlrType in cool.klass.model.converter.compiler.state.property
Methods in cool.klass.model.converter.compiler.state.property that return AntlrType -
Uses of AntlrType in cool.klass.model.converter.compiler.state.value
Methods in cool.klass.model.converter.compiler.state.value that return types with arguments of type AntlrTypeModifier and TypeMethodDescriptionabstract org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrExpressionValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrThisMemberReferencePath.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrTypeMemberReferencePath.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrVariableReference.getPossibleTypes() -
Uses of AntlrType in cool.klass.model.converter.compiler.state.value.literal
Methods in cool.klass.model.converter.compiler.state.value.literal that return AntlrTypeModifier and TypeMethodDescriptionprotected AntlrTypeAbstractAntlrLiteralValue.getInferredType()Methods in cool.klass.model.converter.compiler.state.value.literal that return types with arguments of type AntlrTypeModifier and TypeMethodDescriptionabstract org.eclipse.collections.api.list.ImmutableList<AntlrType>AbstractAntlrLiteralValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrBooleanLiteralValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrFloatingPointLiteralValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrIntegerLiteralValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrLiteralListValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrNullLiteral.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrStringLiteralValue.getPossibleTypes()org.eclipse.collections.api.list.ImmutableList<AntlrType>AntlrUserLiteral.getPossibleTypes()Methods in cool.klass.model.converter.compiler.state.value.literal with parameters of type AntlrTypeModifier and TypeMethodDescriptionvoidAbstractAntlrLiteralValue.setInferredType(AntlrType inferredType)