T - The return type of the visit operation. Use Void for
operations with no return type.org.antlr.v4.runtime.tree.ParseTreeVisitor<T>, RobotVisitor<T>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 | Description |
|---|---|
RobotBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitScriptNode(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 visitPropertyNode(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 visitPropertyName(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 visitPropertyValue(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 visitOptionName(RobotParser.OptionNameContext ctx)
RobotParser.optionName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOptionName in interface RobotVisitor<T>ctx - the parse treepublic T visitStreamNode(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 visitAcceptNode(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 visitAcceptOption(RobotParser.AcceptOptionContext ctx)
RobotParser.acceptOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAcceptOption in interface RobotVisitor<T>ctx - the parse treepublic T visitAcceptedNode(RobotParser.AcceptedNodeContext ctx)
RobotParser.acceptedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAcceptedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitRejectedNode(RobotParser.RejectedNodeContext ctx)
RobotParser.rejectedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRejectedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitConnectNode(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 visitConnectOption(RobotParser.ConnectOptionContext ctx)
RobotParser.connectOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectOption in interface RobotVisitor<T>ctx - the parse treepublic T visitServerStreamableNode(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 visitOptionNode(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 visitReadOptionNode(RobotParser.ReadOptionNodeContext ctx)
RobotParser.readOptionNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadOptionNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteOptionNode(RobotParser.WriteOptionNodeContext ctx)
RobotParser.writeOptionNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteOptionNode in interface RobotVisitor<T>ctx - the parse treepublic T visitServerCommandNode(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 visitServerEventNode(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 visitStreamableNode(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 visitRejectableNode(RobotParser.RejectableNodeContext ctx)
RobotParser.rejectableNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRejectableNode in interface RobotVisitor<T>ctx - the parse treepublic T visitCommandNode(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 visitEventNode(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 visitBarrierNode(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 visitConnectAbortNode(RobotParser.ConnectAbortNodeContext ctx)
RobotParser.connectAbortNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectAbortNode in interface RobotVisitor<T>ctx - the parse treepublic T visitConnectAbortedNode(RobotParser.ConnectAbortedNodeContext ctx)
RobotParser.connectAbortedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConnectAbortedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitCloseNode(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 visitWriteFlushNode(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 visitWriteCloseNode(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 visitWriteAbortNode(RobotParser.WriteAbortNodeContext ctx)
RobotParser.writeAbortNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteAbortNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteAbortedNode(RobotParser.WriteAbortedNodeContext ctx)
RobotParser.writeAbortedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteAbortedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteAdviseNode(RobotParser.WriteAdviseNodeContext ctx)
RobotParser.writeAdviseNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteAdviseNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteAdvisedNode(RobotParser.WriteAdvisedNodeContext ctx)
RobotParser.writeAdvisedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteAdvisedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitDisconnectNode(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 visitUnbindNode(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 visitWriteConfigNode(RobotParser.WriteConfigNodeContext ctx)
RobotParser.writeConfigNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWriteConfigNode in interface RobotVisitor<T>ctx - the parse treepublic T visitWriteNode(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 visitChildOpenedNode(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 visitChildClosedNode(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 visitBoundNode(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 visitClosedNode(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 visitConnectedNode(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 visitDisconnectedNode(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 visitOpenedNode(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 visitReadAbortNode(RobotParser.ReadAbortNodeContext ctx)
RobotParser.readAbortNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadAbortNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadAbortedNode(RobotParser.ReadAbortedNodeContext ctx)
RobotParser.readAbortedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadAbortedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadAdviseNode(RobotParser.ReadAdviseNodeContext ctx)
RobotParser.readAdviseNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadAdviseNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadAdvisedNode(RobotParser.ReadAdvisedNodeContext ctx)
RobotParser.readAdvisedNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadAdvisedNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadClosedNode(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 visitReadConfigNode(RobotParser.ReadConfigNodeContext ctx)
RobotParser.readConfigNode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadConfigNode in interface RobotVisitor<T>ctx - the parse treepublic T visitReadNode(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 treepublic T visitUnboundNode(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 visitReadAwaitNode(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 visitReadNotifyNode(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 visitWriteAwaitNode(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 visitWriteNotifyNode(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 visitMatcher(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 visitExactTextMatcher(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 visitExactBytesMatcher(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 visitNumberMatcher(RobotParser.NumberMatcherContext ctx)
RobotParser.numberMatcher().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberMatcher in interface RobotVisitor<T>ctx - the parse treepublic T visitRegexMatcher(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 visitExpressionMatcher(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 visitFixedLengthBytesMatcher(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 visitVariableLengthBytesMatcher(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 visitWriteValue(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 visitLiteralText(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 visitLiteralBytes(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 visitLiteralByte(RobotParser.LiteralByteContext ctx)
RobotParser.literalByte().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralByte in interface RobotVisitor<T>ctx - the parse treepublic T visitLiteralShort(RobotParser.LiteralShortContext ctx)
RobotParser.literalShort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralShort in interface RobotVisitor<T>ctx - the parse treepublic T visitLiteralInteger(RobotParser.LiteralIntegerContext ctx)
RobotParser.literalInteger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralInteger in interface RobotVisitor<T>ctx - the parse treepublic T visitLiteralLong(RobotParser.LiteralLongContext ctx)
RobotParser.literalLong().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLiteralLong in interface RobotVisitor<T>ctx - the parse treepublic T visitExpressionValue(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 visitLocation(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 treeCopyright © 2014 Kaazing, Inc. All Rights Reserved.