T - The return type of the visit operation. Use Void for
operations with no return type.public class RobotBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements RobotVisitor<T>
RobotVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
RobotBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExpressionValue(@NotNull RobotParser.ExpressionValueContext ctx)
RobotParser.expressionValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionValue in interface RobotVisitor<T>ctx - the parse treepublic T visitPropertyNode(@NotNull RobotParser.PropertyNodeContext ctx)
RobotParser.propertyNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyNode in interface RobotVisitor<T>ctx - the parse treepublic T visitVariableLengthBytesMatcher(@NotNull RobotParser.VariableLengthBytesMatcherContext ctx)
RobotParser.variableLengthBytesMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableLengthBytesMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitReadClosedNode(@NotNull RobotParser.ReadClosedNodeContext ctx)
RobotParser.readClosedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadClosedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitFixedLengthBytesMatcher(@NotNull RobotParser.FixedLengthBytesMatcherContext ctx)
RobotParser.fixedLengthBytesMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFixedLengthBytesMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitOpenedNode(@NotNull RobotParser.OpenedNodeContext ctx)
RobotParser.openedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOpenedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitCommandNode(@NotNull RobotParser.CommandNodeContext ctx)
RobotParser.commandNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommandNode in interface RobotVisitor<T>ctx - the parse treepublic T visitBarrierNode(@NotNull RobotParser.BarrierNodeContext ctx)
RobotParser.barrierNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBarrierNode in interface RobotVisitor<T>ctx - the parse treepublic T visitUnbindNode(@NotNull RobotParser.UnbindNodeContext ctx)
RobotParser.unbindNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnbindNode in interface RobotVisitor<T>ctx - the parse treepublic T visitChildOpenedNode(@NotNull RobotParser.ChildOpenedNodeContext ctx)
RobotParser.childOpenedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChildOpenedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpStatusNode(@NotNull RobotParser.WriteHttpStatusNodeContext ctx)
RobotParser.writeHttpStatusNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpStatusNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadHttpMethodNode(@NotNull RobotParser.ReadHttpMethodNodeContext ctx)
RobotParser.readHttpMethodNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadHttpMethodNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpRequestNode(@NotNull RobotParser.WriteHttpRequestNodeContext ctx)
RobotParser.writeHttpRequestNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpRequestNode in interface RobotVisitor<T>ctx - the parse treepublic T visitCloseNode(@NotNull RobotParser.CloseNodeContext ctx)
RobotParser.closeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCloseNode in interface RobotVisitor<T>ctx - the parse treepublic T visitScriptNode(@NotNull RobotParser.ScriptNodeContext ctx)
RobotParser.scriptNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScriptNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteOptionOffsetNode(@NotNull RobotParser.WriteOptionOffsetNodeContext ctx)
RobotParser.writeOptionOffsetNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteOptionOffsetNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpHostNode(@NotNull RobotParser.WriteHttpHostNodeContext ctx)
RobotParser.writeHttpHostNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpHostNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadHttpStatusNode(@NotNull RobotParser.ReadHttpStatusNodeContext ctx)
RobotParser.readHttpStatusNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadHttpStatusNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadOptionOffsetNode(@NotNull RobotParser.ReadOptionOffsetNodeContext ctx)
RobotParser.readOptionOffsetNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadOptionOffsetNode in interface RobotVisitor<T>ctx - the parse treepublic T visitPropertyValue(@NotNull RobotParser.PropertyValueContext ctx)
RobotParser.propertyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyValue in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteNode(@NotNull RobotParser.WriteNodeContext ctx)
RobotParser.writeNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteNode in interface RobotVisitor<T>ctx - the parse treepublic T visitMatcher(@NotNull RobotParser.MatcherContext ctx)
RobotParser.matcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitRegexMatcher(@NotNull RobotParser.RegexMatcherContext ctx)
RobotParser.regexMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegexMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitExactBytesMatcher(@NotNull RobotParser.ExactBytesMatcherContext ctx)
RobotParser.exactBytesMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExactBytesMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitConnectNode(@NotNull RobotParser.ConnectNodeContext ctx)
RobotParser.connectNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectNode in interface RobotVisitor<T>ctx - the parse treepublic T visitServerEventNode(@NotNull RobotParser.ServerEventNodeContext ctx)
RobotParser.serverEventNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerEventNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteNotifyNode(@NotNull RobotParser.WriteNotifyNodeContext ctx)
RobotParser.writeNotifyNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteNotifyNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpParameterNode(@NotNull RobotParser.WriteHttpParameterNodeContext ctx)
RobotParser.writeHttpParameterNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpParameterNode in interface RobotVisitor<T>ctx - the parse treepublic T visitAcceptableNode(@NotNull RobotParser.AcceptableNodeContext ctx)
RobotParser.acceptableNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAcceptableNode in interface RobotVisitor<T>ctx - the parse treepublic T visitStreamableNode(@NotNull RobotParser.StreamableNodeContext ctx)
RobotParser.streamableNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStreamableNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteAwaitNode(@NotNull RobotParser.WriteAwaitNodeContext ctx)
RobotParser.writeAwaitNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteAwaitNode in interface RobotVisitor<T>ctx - the parse treepublic T visitExpressionMatcher(@NotNull RobotParser.ExpressionMatcherContext ctx)
RobotParser.expressionMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitReadAwaitNode(@NotNull RobotParser.ReadAwaitNodeContext ctx)
RobotParser.readAwaitNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadAwaitNode in interface RobotVisitor<T>ctx - the parse treepublic T visitConnectedNode(@NotNull RobotParser.ConnectedNodeContext ctx)
RobotParser.connectedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpVersionNode(@NotNull RobotParser.WriteHttpVersionNodeContext ctx)
RobotParser.writeHttpVersionNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpVersionNode in interface RobotVisitor<T>ctx - the parse treepublic T visitBoundNode(@NotNull RobotParser.BoundNodeContext ctx)
RobotParser.boundNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoundNode in interface RobotVisitor<T>ctx - the parse treepublic T visitOptionNode(@NotNull RobotParser.OptionNodeContext ctx)
RobotParser.optionNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionNode in interface RobotVisitor<T>ctx - the parse treepublic T visitServerCommandNode(@NotNull RobotParser.ServerCommandNodeContext ctx)
RobotParser.serverCommandNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerCommandNode in interface RobotVisitor<T>ctx - the parse treepublic T visitDisconnectNode(@NotNull RobotParser.DisconnectNodeContext ctx)
RobotParser.disconnectNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisconnectNode in interface RobotVisitor<T>ctx - the parse treepublic T visitLiteralBytes(@NotNull RobotParser.LiteralBytesContext ctx)
RobotParser.literalBytes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralBytes in interface RobotVisitor<T>ctx - the parse treepublic T visitChildClosedNode(@NotNull RobotParser.ChildClosedNodeContext ctx)
RobotParser.childClosedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitChildClosedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadHttpVersionNode(@NotNull RobotParser.ReadHttpVersionNodeContext ctx)
RobotParser.readHttpVersionNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadHttpVersionNode in interface RobotVisitor<T>ctx - the parse treepublic T visitExactTextMatcher(@NotNull RobotParser.ExactTextMatcherContext ctx)
RobotParser.exactTextMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExactTextMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitReadOptionMaskNode(@NotNull RobotParser.ReadOptionMaskNodeContext ctx)
RobotParser.readOptionMaskNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadOptionMaskNode in interface RobotVisitor<T>ctx - the parse treepublic T visitClosedNode(@NotNull RobotParser.ClosedNodeContext ctx)
RobotParser.closedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClosedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitDisconnectedNode(@NotNull RobotParser.DisconnectedNodeContext ctx)
RobotParser.disconnectedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisconnectedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitUnboundNode(@NotNull RobotParser.UnboundNodeContext ctx)
RobotParser.unboundNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnboundNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadNotifyNode(@NotNull RobotParser.ReadNotifyNodeContext ctx)
RobotParser.readNotifyNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadNotifyNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteValue(@NotNull RobotParser.WriteValueContext ctx)
RobotParser.writeValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteValue in interface RobotVisitor<T>ctx - the parse treepublic T visitEventNode(@NotNull RobotParser.EventNodeContext ctx)
RobotParser.eventNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEventNode in interface RobotVisitor<T>ctx - the parse treepublic T visitUriValue(@NotNull RobotParser.UriValueContext ctx)
RobotParser.uriValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUriValue in interface RobotVisitor<T>ctx - the parse treepublic T visitStreamNode(@NotNull RobotParser.StreamNodeContext ctx)
RobotParser.streamNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStreamNode in interface RobotVisitor<T>ctx - the parse treepublic T visitLiteralText(@NotNull RobotParser.LiteralTextContext ctx)
RobotParser.literalText().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralText in interface RobotVisitor<T>ctx - the parse treepublic T visitServerStreamableNode(@NotNull RobotParser.ServerStreamableNodeContext ctx)
RobotParser.serverStreamableNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitServerStreamableNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpMethodNode(@NotNull RobotParser.WriteHttpMethodNodeContext ctx)
RobotParser.writeHttpMethodNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpMethodNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpHeaderNode(@NotNull RobotParser.WriteHttpHeaderNodeContext ctx)
RobotParser.writeHttpHeaderNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpHeaderNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteCloseNode(@NotNull RobotParser.WriteCloseNodeContext ctx)
RobotParser.writeCloseNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteCloseNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteOptionMaskNode(@NotNull RobotParser.WriteOptionMaskNodeContext ctx)
RobotParser.writeOptionMaskNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteOptionMaskNode in interface RobotVisitor<T>ctx - the parse treepublic T visitAcceptNode(@NotNull RobotParser.AcceptNodeContext ctx)
RobotParser.acceptNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAcceptNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteFlushNode(@NotNull RobotParser.WriteFlushNodeContext ctx)
RobotParser.writeFlushNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteFlushNode in interface RobotVisitor<T>ctx - the parse treepublic T visitPropertyName(@NotNull RobotParser.PropertyNameContext ctx)
RobotParser.propertyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyName in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteHttpContentLengthNode(@NotNull RobotParser.WriteHttpContentLengthNodeContext ctx)
RobotParser.writeHttpContentLengthNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteHttpContentLengthNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadHttpParameterNode(@NotNull RobotParser.ReadHttpParameterNodeContext ctx)
RobotParser.readHttpParameterNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadHttpParameterNode in interface RobotVisitor<T>ctx - the parse treepublic T visitLocation(@NotNull RobotParser.LocationContext ctx)
RobotParser.location().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLocation in interface RobotVisitor<T>ctx - the parse treepublic T visitReadHttpHeaderNode(@NotNull RobotParser.ReadHttpHeaderNodeContext ctx)
RobotParser.readHttpHeaderNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadHttpHeaderNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadNode(@NotNull RobotParser.ReadNodeContext ctx)
RobotParser.readNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadNode in interface RobotVisitor<T>ctx - the parse treeCopyright © 2014 Kaazing, Inc. All Rights Reserved.