KBarsParserVisitor
This interface defines a complete generic visitor for a parse tree produced by KBarsParser.
Type Parameters
The return type of the visit operation. Use Unit for operations with no return type
Inheritors
Functions
Visit a parse tree produced by the AssignSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the BinaryExpression labeled alternative in KBarsParser.expression.
Visit a parse tree produced by the CommentSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the EachBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.eachElseArm.
Visit a parse tree produced by KBarsParser.elseArm.
Visit a parse tree produced by KBarsParser.elseIfArm.
Visit a parse tree produced by the EscapedDelimiterSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.expressionChain.
Visit a parse tree produced by the GroupedOperand labeled alternative in KBarsParser.operand.
Visit a parse tree produced by the IfBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the InlineBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.inlineName.
Visit a parse tree produced by the InterpolationBothTrimSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the InterpolationSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the InterpolationTrimCloseSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the InterpolationTrimOpenSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.operator.
Visit a parse tree produced by the ParenArg labeled alternative in KBarsParser.transformArg.
Visit a parse tree produced by KBarsParser.partialBlockClose.
Visit a parse tree produced by the PartialBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.partialKey.
Visit a parse tree produced by the PartialSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.primary.
Visit a parse tree produced by the PrimaryArg labeled alternative in KBarsParser.transformArg.
Visit a parse tree produced by the PrimaryExpression labeled alternative in KBarsParser.expression.
Visit a parse tree produced by the PrimaryOperand labeled alternative in KBarsParser.operand.
Visit a parse tree produced by the RawBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.template.
Visit a parse tree produced by the TextSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by KBarsParser.transformInvocation.
Visit a parse tree produced by the UnescapedInterpolationBothTrimSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the UnescapedInterpolationSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the UnescapedInterpolationTrimCloseSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the UnescapedInterpolationTrimOpenSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the UnlessBlockSegment labeled alternative in KBarsParser.segment.
Visit a parse tree produced by the WithBlockSegment labeled alternative in KBarsParser.segment.