Class AntlrInOperator
java.lang.Object
cool.klass.model.converter.compiler.state.AntlrElement
cool.klass.model.converter.compiler.state.operator.AntlrOperator
cool.klass.model.converter.compiler.state.operator.AntlrInOperator
- All Implemented Interfaces:
IAntlrElement
-
Field Summary
Fields inherited from class cool.klass.model.converter.compiler.state.operator.AntlrOperator
operatorText, owningOperatorAntlrCriteriaFields inherited from class cool.klass.model.converter.compiler.state.AntlrElement
AMBIGUOUS_PARENT, compilationUnit, elementContext, NOT_FOUND_PARENT -
Constructor Summary
ConstructorsConstructorDescriptionAntlrInOperator(KlassParser.InOperatorContext elementContext, Optional<CompilationUnit> compilationUnit, String operatorText) -
Method Summary
Modifier and TypeMethodDescriptionbuild()voidcheckTypes(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) Methods inherited from class cool.klass.model.converter.compiler.state.operator.AntlrOperator
getSurroundingElement, setOwningOperatorAntlrCriteriaMethods inherited from class cool.klass.model.converter.compiler.state.AntlrElement
getCompilationUnit, getElementContext, getMacroElement, getMacroElementBuilder, getSourceCodeBuilder, getSourceText, getSourceTextLenient, hasMacro, isForwardReference, isInSameCompilationUnit, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.klass.model.converter.compiler.state.IAntlrElement
gatherSurroundingElements, getContextAfter, getContextBefore, getEntireContext, getSurroundingElement, getSurroundingElements, isContext, reportAuditErrors
-
Constructor Details
-
AntlrInOperator
public AntlrInOperator(@Nonnull KlassParser.InOperatorContext elementContext, @Nonnull Optional<CompilationUnit> compilationUnit, @Nonnull String operatorText)
-
-
Method Details
-
build
- Specified by:
buildin classAntlrOperator
-
getElementBuilder
- Specified by:
getElementBuilderin classAntlrOperator
-
checkTypes
public void checkTypes(@Nonnull CompilerAnnotationHolder compilerAnnotationHolder, @Nonnull org.eclipse.collections.api.list.ListIterable<AntlrType> sourceTypes, @Nonnull org.eclipse.collections.api.list.ListIterable<AntlrType> targetTypes) - Specified by:
checkTypesin classAntlrOperator
-