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