T - The return type of the visit operation. Use Void for
operations with no return type.org.antlr.v4.runtime.tree.ParseTreeVisitor<T>RobotBaseVisitorpublic interface RobotVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
RobotParser.T visitScriptNode(RobotParser.ScriptNodeContext ctx)
RobotParser.scriptNode().ctx - the parse treeT visitPropertyNode(RobotParser.PropertyNodeContext ctx)
RobotParser.propertyNode().ctx - the parse treeT visitPropertyName(RobotParser.PropertyNameContext ctx)
RobotParser.propertyName().ctx - the parse treeT visitPropertyValue(RobotParser.PropertyValueContext ctx)
RobotParser.propertyValue().ctx - the parse treeT visitOptionName(RobotParser.OptionNameContext ctx)
RobotParser.optionName().ctx - the parse treeT visitStreamNode(RobotParser.StreamNodeContext ctx)
RobotParser.streamNode().ctx - the parse treeT visitAcceptNode(RobotParser.AcceptNodeContext ctx)
RobotParser.acceptNode().ctx - the parse treeT visitAcceptOption(RobotParser.AcceptOptionContext ctx)
RobotParser.acceptOption().ctx - the parse treeT visitAcceptedNode(RobotParser.AcceptedNodeContext ctx)
RobotParser.acceptedNode().ctx - the parse treeT visitRejectedNode(RobotParser.RejectedNodeContext ctx)
RobotParser.rejectedNode().ctx - the parse treeT visitConnectNode(RobotParser.ConnectNodeContext ctx)
RobotParser.connectNode().ctx - the parse treeT visitConnectOption(RobotParser.ConnectOptionContext ctx)
RobotParser.connectOption().ctx - the parse treeT visitServerStreamableNode(RobotParser.ServerStreamableNodeContext ctx)
RobotParser.serverStreamableNode().ctx - the parse treeT visitOptionNode(RobotParser.OptionNodeContext ctx)
RobotParser.optionNode().ctx - the parse treeT visitReadOptionNode(RobotParser.ReadOptionNodeContext ctx)
RobotParser.readOptionNode().ctx - the parse treeT visitWriteOptionNode(RobotParser.WriteOptionNodeContext ctx)
RobotParser.writeOptionNode().ctx - the parse treeT visitServerCommandNode(RobotParser.ServerCommandNodeContext ctx)
RobotParser.serverCommandNode().ctx - the parse treeT visitServerEventNode(RobotParser.ServerEventNodeContext ctx)
RobotParser.serverEventNode().ctx - the parse treeT visitStreamableNode(RobotParser.StreamableNodeContext ctx)
RobotParser.streamableNode().ctx - the parse treeT visitRejectableNode(RobotParser.RejectableNodeContext ctx)
RobotParser.rejectableNode().ctx - the parse treeT visitCommandNode(RobotParser.CommandNodeContext ctx)
RobotParser.commandNode().ctx - the parse treeT visitEventNode(RobotParser.EventNodeContext ctx)
RobotParser.eventNode().ctx - the parse treeT visitBarrierNode(RobotParser.BarrierNodeContext ctx)
RobotParser.barrierNode().ctx - the parse treeT visitConnectAbortNode(RobotParser.ConnectAbortNodeContext ctx)
RobotParser.connectAbortNode().ctx - the parse treeT visitConnectAbortedNode(RobotParser.ConnectAbortedNodeContext ctx)
RobotParser.connectAbortedNode().ctx - the parse treeT visitCloseNode(RobotParser.CloseNodeContext ctx)
RobotParser.closeNode().ctx - the parse treeT visitWriteFlushNode(RobotParser.WriteFlushNodeContext ctx)
RobotParser.writeFlushNode().ctx - the parse treeT visitWriteCloseNode(RobotParser.WriteCloseNodeContext ctx)
RobotParser.writeCloseNode().ctx - the parse treeT visitWriteAbortNode(RobotParser.WriteAbortNodeContext ctx)
RobotParser.writeAbortNode().ctx - the parse treeT visitWriteAbortedNode(RobotParser.WriteAbortedNodeContext ctx)
RobotParser.writeAbortedNode().ctx - the parse treeT visitWriteAdviseNode(RobotParser.WriteAdviseNodeContext ctx)
RobotParser.writeAdviseNode().ctx - the parse treeT visitWriteAdvisedNode(RobotParser.WriteAdvisedNodeContext ctx)
RobotParser.writeAdvisedNode().ctx - the parse treeT visitDisconnectNode(RobotParser.DisconnectNodeContext ctx)
RobotParser.disconnectNode().ctx - the parse treeT visitUnbindNode(RobotParser.UnbindNodeContext ctx)
RobotParser.unbindNode().ctx - the parse treeT visitWriteConfigNode(RobotParser.WriteConfigNodeContext ctx)
RobotParser.writeConfigNode().ctx - the parse treeT visitWriteNode(RobotParser.WriteNodeContext ctx)
RobotParser.writeNode().ctx - the parse treeT visitChildOpenedNode(RobotParser.ChildOpenedNodeContext ctx)
RobotParser.childOpenedNode().ctx - the parse treeT visitChildClosedNode(RobotParser.ChildClosedNodeContext ctx)
RobotParser.childClosedNode().ctx - the parse treeT visitBoundNode(RobotParser.BoundNodeContext ctx)
RobotParser.boundNode().ctx - the parse treeT visitClosedNode(RobotParser.ClosedNodeContext ctx)
RobotParser.closedNode().ctx - the parse treeT visitConnectedNode(RobotParser.ConnectedNodeContext ctx)
RobotParser.connectedNode().ctx - the parse treeT visitDisconnectedNode(RobotParser.DisconnectedNodeContext ctx)
RobotParser.disconnectedNode().ctx - the parse treeT visitOpenedNode(RobotParser.OpenedNodeContext ctx)
RobotParser.openedNode().ctx - the parse treeT visitReadAbortNode(RobotParser.ReadAbortNodeContext ctx)
RobotParser.readAbortNode().ctx - the parse treeT visitReadAbortedNode(RobotParser.ReadAbortedNodeContext ctx)
RobotParser.readAbortedNode().ctx - the parse treeT visitReadAdviseNode(RobotParser.ReadAdviseNodeContext ctx)
RobotParser.readAdviseNode().ctx - the parse treeT visitReadAdvisedNode(RobotParser.ReadAdvisedNodeContext ctx)
RobotParser.readAdvisedNode().ctx - the parse treeT visitReadClosedNode(RobotParser.ReadClosedNodeContext ctx)
RobotParser.readClosedNode().ctx - the parse treeT visitReadConfigNode(RobotParser.ReadConfigNodeContext ctx)
RobotParser.readConfigNode().ctx - the parse treeT visitReadNode(RobotParser.ReadNodeContext ctx)
RobotParser.readNode().ctx - the parse treeT visitUnboundNode(RobotParser.UnboundNodeContext ctx)
RobotParser.unboundNode().ctx - the parse treeT visitReadAwaitNode(RobotParser.ReadAwaitNodeContext ctx)
RobotParser.readAwaitNode().ctx - the parse treeT visitReadNotifyNode(RobotParser.ReadNotifyNodeContext ctx)
RobotParser.readNotifyNode().ctx - the parse treeT visitWriteAwaitNode(RobotParser.WriteAwaitNodeContext ctx)
RobotParser.writeAwaitNode().ctx - the parse treeT visitWriteNotifyNode(RobotParser.WriteNotifyNodeContext ctx)
RobotParser.writeNotifyNode().ctx - the parse treeT visitMatcher(RobotParser.MatcherContext ctx)
RobotParser.matcher().ctx - the parse treeT visitExactTextMatcher(RobotParser.ExactTextMatcherContext ctx)
RobotParser.exactTextMatcher().ctx - the parse treeT visitExactBytesMatcher(RobotParser.ExactBytesMatcherContext ctx)
RobotParser.exactBytesMatcher().ctx - the parse treeT visitNumberMatcher(RobotParser.NumberMatcherContext ctx)
RobotParser.numberMatcher().ctx - the parse treeT visitRegexMatcher(RobotParser.RegexMatcherContext ctx)
RobotParser.regexMatcher().ctx - the parse treeT visitExpressionMatcher(RobotParser.ExpressionMatcherContext ctx)
RobotParser.expressionMatcher().ctx - the parse treeT visitFixedLengthBytesMatcher(RobotParser.FixedLengthBytesMatcherContext ctx)
RobotParser.fixedLengthBytesMatcher().ctx - the parse treeT visitVariableLengthBytesMatcher(RobotParser.VariableLengthBytesMatcherContext ctx)
RobotParser.variableLengthBytesMatcher().ctx - the parse treeT visitWriteValue(RobotParser.WriteValueContext ctx)
RobotParser.writeValue().ctx - the parse treeT visitLiteralText(RobotParser.LiteralTextContext ctx)
RobotParser.literalText().ctx - the parse treeT visitLiteralBytes(RobotParser.LiteralBytesContext ctx)
RobotParser.literalBytes().ctx - the parse treeT visitLiteralByte(RobotParser.LiteralByteContext ctx)
RobotParser.literalByte().ctx - the parse treeT visitLiteralShort(RobotParser.LiteralShortContext ctx)
RobotParser.literalShort().ctx - the parse treeT visitLiteralInteger(RobotParser.LiteralIntegerContext ctx)
RobotParser.literalInteger().ctx - the parse treeT visitLiteralLong(RobotParser.LiteralLongContext ctx)
RobotParser.literalLong().ctx - the parse treeT visitExpressionValue(RobotParser.ExpressionValueContext ctx)
RobotParser.expressionValue().ctx - the parse treeT visitLocation(RobotParser.LocationContext ctx)
RobotParser.location().ctx - the parse treeCopyright © 2014 Kaazing, Inc. All Rights Reserved.