org.antlr.v4.runtime.tree.ParseTreeListener, RobotListenerpublic class RobotBaseListener extends java.lang.Object implements RobotListener
RobotListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor | Description |
|---|---|
RobotBaseListener() |
public void enterScriptNode(RobotParser.ScriptNodeContext ctx)
RobotParser.scriptNode().
The default implementation does nothing.
enterScriptNode in interface RobotListenerctx - the parse treepublic void exitScriptNode(RobotParser.ScriptNodeContext ctx)
RobotParser.scriptNode().
The default implementation does nothing.
exitScriptNode in interface RobotListenerctx - the parse treepublic void enterPropertyNode(RobotParser.PropertyNodeContext ctx)
RobotParser.propertyNode().
The default implementation does nothing.
enterPropertyNode in interface RobotListenerctx - the parse treepublic void exitPropertyNode(RobotParser.PropertyNodeContext ctx)
RobotParser.propertyNode().
The default implementation does nothing.
exitPropertyNode in interface RobotListenerctx - the parse treepublic void enterPropertyName(RobotParser.PropertyNameContext ctx)
RobotParser.propertyName().
The default implementation does nothing.
enterPropertyName in interface RobotListenerctx - the parse treepublic void exitPropertyName(RobotParser.PropertyNameContext ctx)
RobotParser.propertyName().
The default implementation does nothing.
exitPropertyName in interface RobotListenerctx - the parse treepublic void enterPropertyValue(RobotParser.PropertyValueContext ctx)
RobotParser.propertyValue().
The default implementation does nothing.
enterPropertyValue in interface RobotListenerctx - the parse treepublic void exitPropertyValue(RobotParser.PropertyValueContext ctx)
RobotParser.propertyValue().
The default implementation does nothing.
exitPropertyValue in interface RobotListenerctx - the parse treepublic void enterOptionName(RobotParser.OptionNameContext ctx)
RobotParser.optionName().
The default implementation does nothing.
enterOptionName in interface RobotListenerctx - the parse treepublic void exitOptionName(RobotParser.OptionNameContext ctx)
RobotParser.optionName().
The default implementation does nothing.
exitOptionName in interface RobotListenerctx - the parse treepublic void enterStreamNode(RobotParser.StreamNodeContext ctx)
RobotParser.streamNode().
The default implementation does nothing.
enterStreamNode in interface RobotListenerctx - the parse treepublic void exitStreamNode(RobotParser.StreamNodeContext ctx)
RobotParser.streamNode().
The default implementation does nothing.
exitStreamNode in interface RobotListenerctx - the parse treepublic void enterAcceptNode(RobotParser.AcceptNodeContext ctx)
RobotParser.acceptNode().
The default implementation does nothing.
enterAcceptNode in interface RobotListenerctx - the parse treepublic void exitAcceptNode(RobotParser.AcceptNodeContext ctx)
RobotParser.acceptNode().
The default implementation does nothing.
exitAcceptNode in interface RobotListenerctx - the parse treepublic void enterAcceptOption(RobotParser.AcceptOptionContext ctx)
RobotParser.acceptOption().
The default implementation does nothing.
enterAcceptOption in interface RobotListenerctx - the parse treepublic void exitAcceptOption(RobotParser.AcceptOptionContext ctx)
RobotParser.acceptOption().
The default implementation does nothing.
exitAcceptOption in interface RobotListenerctx - the parse treepublic void enterAcceptedNode(RobotParser.AcceptedNodeContext ctx)
RobotParser.acceptedNode().
The default implementation does nothing.
enterAcceptedNode in interface RobotListenerctx - the parse treepublic void exitAcceptedNode(RobotParser.AcceptedNodeContext ctx)
RobotParser.acceptedNode().
The default implementation does nothing.
exitAcceptedNode in interface RobotListenerctx - the parse treepublic void enterRejectedNode(RobotParser.RejectedNodeContext ctx)
RobotParser.rejectedNode().
The default implementation does nothing.
enterRejectedNode in interface RobotListenerctx - the parse treepublic void exitRejectedNode(RobotParser.RejectedNodeContext ctx)
RobotParser.rejectedNode().
The default implementation does nothing.
exitRejectedNode in interface RobotListenerctx - the parse treepublic void enterConnectNode(RobotParser.ConnectNodeContext ctx)
RobotParser.connectNode().
The default implementation does nothing.
enterConnectNode in interface RobotListenerctx - the parse treepublic void exitConnectNode(RobotParser.ConnectNodeContext ctx)
RobotParser.connectNode().
The default implementation does nothing.
exitConnectNode in interface RobotListenerctx - the parse treepublic void enterConnectOption(RobotParser.ConnectOptionContext ctx)
RobotParser.connectOption().
The default implementation does nothing.
enterConnectOption in interface RobotListenerctx - the parse treepublic void exitConnectOption(RobotParser.ConnectOptionContext ctx)
RobotParser.connectOption().
The default implementation does nothing.
exitConnectOption in interface RobotListenerctx - the parse treepublic void enterServerStreamableNode(RobotParser.ServerStreamableNodeContext ctx)
RobotParser.serverStreamableNode().
The default implementation does nothing.
enterServerStreamableNode in interface RobotListenerctx - the parse treepublic void exitServerStreamableNode(RobotParser.ServerStreamableNodeContext ctx)
RobotParser.serverStreamableNode().
The default implementation does nothing.
exitServerStreamableNode in interface RobotListenerctx - the parse treepublic void enterOptionNode(RobotParser.OptionNodeContext ctx)
RobotParser.optionNode().
The default implementation does nothing.
enterOptionNode in interface RobotListenerctx - the parse treepublic void exitOptionNode(RobotParser.OptionNodeContext ctx)
RobotParser.optionNode().
The default implementation does nothing.
exitOptionNode in interface RobotListenerctx - the parse treepublic void enterReadOptionNode(RobotParser.ReadOptionNodeContext ctx)
RobotParser.readOptionNode().
The default implementation does nothing.
enterReadOptionNode in interface RobotListenerctx - the parse treepublic void exitReadOptionNode(RobotParser.ReadOptionNodeContext ctx)
RobotParser.readOptionNode().
The default implementation does nothing.
exitReadOptionNode in interface RobotListenerctx - the parse treepublic void enterWriteOptionNode(RobotParser.WriteOptionNodeContext ctx)
RobotParser.writeOptionNode().
The default implementation does nothing.
enterWriteOptionNode in interface RobotListenerctx - the parse treepublic void exitWriteOptionNode(RobotParser.WriteOptionNodeContext ctx)
RobotParser.writeOptionNode().
The default implementation does nothing.
exitWriteOptionNode in interface RobotListenerctx - the parse treepublic void enterServerCommandNode(RobotParser.ServerCommandNodeContext ctx)
RobotParser.serverCommandNode().
The default implementation does nothing.
enterServerCommandNode in interface RobotListenerctx - the parse treepublic void exitServerCommandNode(RobotParser.ServerCommandNodeContext ctx)
RobotParser.serverCommandNode().
The default implementation does nothing.
exitServerCommandNode in interface RobotListenerctx - the parse treepublic void enterServerEventNode(RobotParser.ServerEventNodeContext ctx)
RobotParser.serverEventNode().
The default implementation does nothing.
enterServerEventNode in interface RobotListenerctx - the parse treepublic void exitServerEventNode(RobotParser.ServerEventNodeContext ctx)
RobotParser.serverEventNode().
The default implementation does nothing.
exitServerEventNode in interface RobotListenerctx - the parse treepublic void enterStreamableNode(RobotParser.StreamableNodeContext ctx)
RobotParser.streamableNode().
The default implementation does nothing.
enterStreamableNode in interface RobotListenerctx - the parse treepublic void exitStreamableNode(RobotParser.StreamableNodeContext ctx)
RobotParser.streamableNode().
The default implementation does nothing.
exitStreamableNode in interface RobotListenerctx - the parse treepublic void enterRejectableNode(RobotParser.RejectableNodeContext ctx)
RobotParser.rejectableNode().
The default implementation does nothing.
enterRejectableNode in interface RobotListenerctx - the parse treepublic void exitRejectableNode(RobotParser.RejectableNodeContext ctx)
RobotParser.rejectableNode().
The default implementation does nothing.
exitRejectableNode in interface RobotListenerctx - the parse treepublic void enterCommandNode(RobotParser.CommandNodeContext ctx)
RobotParser.commandNode().
The default implementation does nothing.
enterCommandNode in interface RobotListenerctx - the parse treepublic void exitCommandNode(RobotParser.CommandNodeContext ctx)
RobotParser.commandNode().
The default implementation does nothing.
exitCommandNode in interface RobotListenerctx - the parse treepublic void enterEventNode(RobotParser.EventNodeContext ctx)
RobotParser.eventNode().
The default implementation does nothing.
enterEventNode in interface RobotListenerctx - the parse treepublic void exitEventNode(RobotParser.EventNodeContext ctx)
RobotParser.eventNode().
The default implementation does nothing.
exitEventNode in interface RobotListenerctx - the parse treepublic void enterBarrierNode(RobotParser.BarrierNodeContext ctx)
RobotParser.barrierNode().
The default implementation does nothing.
enterBarrierNode in interface RobotListenerctx - the parse treepublic void exitBarrierNode(RobotParser.BarrierNodeContext ctx)
RobotParser.barrierNode().
The default implementation does nothing.
exitBarrierNode in interface RobotListenerctx - the parse treepublic void enterConnectAbortNode(RobotParser.ConnectAbortNodeContext ctx)
RobotParser.connectAbortNode().
The default implementation does nothing.
enterConnectAbortNode in interface RobotListenerctx - the parse treepublic void exitConnectAbortNode(RobotParser.ConnectAbortNodeContext ctx)
RobotParser.connectAbortNode().
The default implementation does nothing.
exitConnectAbortNode in interface RobotListenerctx - the parse treepublic void enterConnectAbortedNode(RobotParser.ConnectAbortedNodeContext ctx)
RobotParser.connectAbortedNode().
The default implementation does nothing.
enterConnectAbortedNode in interface RobotListenerctx - the parse treepublic void exitConnectAbortedNode(RobotParser.ConnectAbortedNodeContext ctx)
RobotParser.connectAbortedNode().
The default implementation does nothing.
exitConnectAbortedNode in interface RobotListenerctx - the parse treepublic void enterCloseNode(RobotParser.CloseNodeContext ctx)
RobotParser.closeNode().
The default implementation does nothing.
enterCloseNode in interface RobotListenerctx - the parse treepublic void exitCloseNode(RobotParser.CloseNodeContext ctx)
RobotParser.closeNode().
The default implementation does nothing.
exitCloseNode in interface RobotListenerctx - the parse treepublic void enterWriteFlushNode(RobotParser.WriteFlushNodeContext ctx)
RobotParser.writeFlushNode().
The default implementation does nothing.
enterWriteFlushNode in interface RobotListenerctx - the parse treepublic void exitWriteFlushNode(RobotParser.WriteFlushNodeContext ctx)
RobotParser.writeFlushNode().
The default implementation does nothing.
exitWriteFlushNode in interface RobotListenerctx - the parse treepublic void enterWriteCloseNode(RobotParser.WriteCloseNodeContext ctx)
RobotParser.writeCloseNode().
The default implementation does nothing.
enterWriteCloseNode in interface RobotListenerctx - the parse treepublic void exitWriteCloseNode(RobotParser.WriteCloseNodeContext ctx)
RobotParser.writeCloseNode().
The default implementation does nothing.
exitWriteCloseNode in interface RobotListenerctx - the parse treepublic void enterWriteAbortNode(RobotParser.WriteAbortNodeContext ctx)
RobotParser.writeAbortNode().
The default implementation does nothing.
enterWriteAbortNode in interface RobotListenerctx - the parse treepublic void exitWriteAbortNode(RobotParser.WriteAbortNodeContext ctx)
RobotParser.writeAbortNode().
The default implementation does nothing.
exitWriteAbortNode in interface RobotListenerctx - the parse treepublic void enterWriteAbortedNode(RobotParser.WriteAbortedNodeContext ctx)
RobotParser.writeAbortedNode().
The default implementation does nothing.
enterWriteAbortedNode in interface RobotListenerctx - the parse treepublic void exitWriteAbortedNode(RobotParser.WriteAbortedNodeContext ctx)
RobotParser.writeAbortedNode().
The default implementation does nothing.
exitWriteAbortedNode in interface RobotListenerctx - the parse treepublic void enterWriteAdviseNode(RobotParser.WriteAdviseNodeContext ctx)
RobotParser.writeAdviseNode().
The default implementation does nothing.
enterWriteAdviseNode in interface RobotListenerctx - the parse treepublic void exitWriteAdviseNode(RobotParser.WriteAdviseNodeContext ctx)
RobotParser.writeAdviseNode().
The default implementation does nothing.
exitWriteAdviseNode in interface RobotListenerctx - the parse treepublic void enterWriteAdvisedNode(RobotParser.WriteAdvisedNodeContext ctx)
RobotParser.writeAdvisedNode().
The default implementation does nothing.
enterWriteAdvisedNode in interface RobotListenerctx - the parse treepublic void exitWriteAdvisedNode(RobotParser.WriteAdvisedNodeContext ctx)
RobotParser.writeAdvisedNode().
The default implementation does nothing.
exitWriteAdvisedNode in interface RobotListenerctx - the parse treepublic void enterDisconnectNode(RobotParser.DisconnectNodeContext ctx)
RobotParser.disconnectNode().
The default implementation does nothing.
enterDisconnectNode in interface RobotListenerctx - the parse treepublic void exitDisconnectNode(RobotParser.DisconnectNodeContext ctx)
RobotParser.disconnectNode().
The default implementation does nothing.
exitDisconnectNode in interface RobotListenerctx - the parse treepublic void enterUnbindNode(RobotParser.UnbindNodeContext ctx)
RobotParser.unbindNode().
The default implementation does nothing.
enterUnbindNode in interface RobotListenerctx - the parse treepublic void exitUnbindNode(RobotParser.UnbindNodeContext ctx)
RobotParser.unbindNode().
The default implementation does nothing.
exitUnbindNode in interface RobotListenerctx - the parse treepublic void enterWriteConfigNode(RobotParser.WriteConfigNodeContext ctx)
RobotParser.writeConfigNode().
The default implementation does nothing.
enterWriteConfigNode in interface RobotListenerctx - the parse treepublic void exitWriteConfigNode(RobotParser.WriteConfigNodeContext ctx)
RobotParser.writeConfigNode().
The default implementation does nothing.
exitWriteConfigNode in interface RobotListenerctx - the parse treepublic void enterWriteNode(RobotParser.WriteNodeContext ctx)
RobotParser.writeNode().
The default implementation does nothing.
enterWriteNode in interface RobotListenerctx - the parse treepublic void exitWriteNode(RobotParser.WriteNodeContext ctx)
RobotParser.writeNode().
The default implementation does nothing.
exitWriteNode in interface RobotListenerctx - the parse treepublic void enterChildOpenedNode(RobotParser.ChildOpenedNodeContext ctx)
RobotParser.childOpenedNode().
The default implementation does nothing.
enterChildOpenedNode in interface RobotListenerctx - the parse treepublic void exitChildOpenedNode(RobotParser.ChildOpenedNodeContext ctx)
RobotParser.childOpenedNode().
The default implementation does nothing.
exitChildOpenedNode in interface RobotListenerctx - the parse treepublic void enterChildClosedNode(RobotParser.ChildClosedNodeContext ctx)
RobotParser.childClosedNode().
The default implementation does nothing.
enterChildClosedNode in interface RobotListenerctx - the parse treepublic void exitChildClosedNode(RobotParser.ChildClosedNodeContext ctx)
RobotParser.childClosedNode().
The default implementation does nothing.
exitChildClosedNode in interface RobotListenerctx - the parse treepublic void enterBoundNode(RobotParser.BoundNodeContext ctx)
RobotParser.boundNode().
The default implementation does nothing.
enterBoundNode in interface RobotListenerctx - the parse treepublic void exitBoundNode(RobotParser.BoundNodeContext ctx)
RobotParser.boundNode().
The default implementation does nothing.
exitBoundNode in interface RobotListenerctx - the parse treepublic void enterClosedNode(RobotParser.ClosedNodeContext ctx)
RobotParser.closedNode().
The default implementation does nothing.
enterClosedNode in interface RobotListenerctx - the parse treepublic void exitClosedNode(RobotParser.ClosedNodeContext ctx)
RobotParser.closedNode().
The default implementation does nothing.
exitClosedNode in interface RobotListenerctx - the parse treepublic void enterConnectedNode(RobotParser.ConnectedNodeContext ctx)
RobotParser.connectedNode().
The default implementation does nothing.
enterConnectedNode in interface RobotListenerctx - the parse treepublic void exitConnectedNode(RobotParser.ConnectedNodeContext ctx)
RobotParser.connectedNode().
The default implementation does nothing.
exitConnectedNode in interface RobotListenerctx - the parse treepublic void enterDisconnectedNode(RobotParser.DisconnectedNodeContext ctx)
RobotParser.disconnectedNode().
The default implementation does nothing.
enterDisconnectedNode in interface RobotListenerctx - the parse treepublic void exitDisconnectedNode(RobotParser.DisconnectedNodeContext ctx)
RobotParser.disconnectedNode().
The default implementation does nothing.
exitDisconnectedNode in interface RobotListenerctx - the parse treepublic void enterOpenedNode(RobotParser.OpenedNodeContext ctx)
RobotParser.openedNode().
The default implementation does nothing.
enterOpenedNode in interface RobotListenerctx - the parse treepublic void exitOpenedNode(RobotParser.OpenedNodeContext ctx)
RobotParser.openedNode().
The default implementation does nothing.
exitOpenedNode in interface RobotListenerctx - the parse treepublic void enterReadAbortNode(RobotParser.ReadAbortNodeContext ctx)
RobotParser.readAbortNode().
The default implementation does nothing.
enterReadAbortNode in interface RobotListenerctx - the parse treepublic void exitReadAbortNode(RobotParser.ReadAbortNodeContext ctx)
RobotParser.readAbortNode().
The default implementation does nothing.
exitReadAbortNode in interface RobotListenerctx - the parse treepublic void enterReadAbortedNode(RobotParser.ReadAbortedNodeContext ctx)
RobotParser.readAbortedNode().
The default implementation does nothing.
enterReadAbortedNode in interface RobotListenerctx - the parse treepublic void exitReadAbortedNode(RobotParser.ReadAbortedNodeContext ctx)
RobotParser.readAbortedNode().
The default implementation does nothing.
exitReadAbortedNode in interface RobotListenerctx - the parse treepublic void enterReadAdviseNode(RobotParser.ReadAdviseNodeContext ctx)
RobotParser.readAdviseNode().
The default implementation does nothing.
enterReadAdviseNode in interface RobotListenerctx - the parse treepublic void exitReadAdviseNode(RobotParser.ReadAdviseNodeContext ctx)
RobotParser.readAdviseNode().
The default implementation does nothing.
exitReadAdviseNode in interface RobotListenerctx - the parse treepublic void enterReadAdvisedNode(RobotParser.ReadAdvisedNodeContext ctx)
RobotParser.readAdvisedNode().
The default implementation does nothing.
enterReadAdvisedNode in interface RobotListenerctx - the parse treepublic void exitReadAdvisedNode(RobotParser.ReadAdvisedNodeContext ctx)
RobotParser.readAdvisedNode().
The default implementation does nothing.
exitReadAdvisedNode in interface RobotListenerctx - the parse treepublic void enterReadClosedNode(RobotParser.ReadClosedNodeContext ctx)
RobotParser.readClosedNode().
The default implementation does nothing.
enterReadClosedNode in interface RobotListenerctx - the parse treepublic void exitReadClosedNode(RobotParser.ReadClosedNodeContext ctx)
RobotParser.readClosedNode().
The default implementation does nothing.
exitReadClosedNode in interface RobotListenerctx - the parse treepublic void enterReadConfigNode(RobotParser.ReadConfigNodeContext ctx)
RobotParser.readConfigNode().
The default implementation does nothing.
enterReadConfigNode in interface RobotListenerctx - the parse treepublic void exitReadConfigNode(RobotParser.ReadConfigNodeContext ctx)
RobotParser.readConfigNode().
The default implementation does nothing.
exitReadConfigNode in interface RobotListenerctx - the parse treepublic void enterReadNode(RobotParser.ReadNodeContext ctx)
RobotParser.readNode().
The default implementation does nothing.
enterReadNode in interface RobotListenerctx - the parse treepublic void exitReadNode(RobotParser.ReadNodeContext ctx)
RobotParser.readNode().
The default implementation does nothing.
exitReadNode in interface RobotListenerctx - the parse treepublic void enterUnboundNode(RobotParser.UnboundNodeContext ctx)
RobotParser.unboundNode().
The default implementation does nothing.
enterUnboundNode in interface RobotListenerctx - the parse treepublic void exitUnboundNode(RobotParser.UnboundNodeContext ctx)
RobotParser.unboundNode().
The default implementation does nothing.
exitUnboundNode in interface RobotListenerctx - the parse treepublic void enterReadAwaitNode(RobotParser.ReadAwaitNodeContext ctx)
RobotParser.readAwaitNode().
The default implementation does nothing.
enterReadAwaitNode in interface RobotListenerctx - the parse treepublic void exitReadAwaitNode(RobotParser.ReadAwaitNodeContext ctx)
RobotParser.readAwaitNode().
The default implementation does nothing.
exitReadAwaitNode in interface RobotListenerctx - the parse treepublic void enterReadNotifyNode(RobotParser.ReadNotifyNodeContext ctx)
RobotParser.readNotifyNode().
The default implementation does nothing.
enterReadNotifyNode in interface RobotListenerctx - the parse treepublic void exitReadNotifyNode(RobotParser.ReadNotifyNodeContext ctx)
RobotParser.readNotifyNode().
The default implementation does nothing.
exitReadNotifyNode in interface RobotListenerctx - the parse treepublic void enterWriteAwaitNode(RobotParser.WriteAwaitNodeContext ctx)
RobotParser.writeAwaitNode().
The default implementation does nothing.
enterWriteAwaitNode in interface RobotListenerctx - the parse treepublic void exitWriteAwaitNode(RobotParser.WriteAwaitNodeContext ctx)
RobotParser.writeAwaitNode().
The default implementation does nothing.
exitWriteAwaitNode in interface RobotListenerctx - the parse treepublic void enterWriteNotifyNode(RobotParser.WriteNotifyNodeContext ctx)
RobotParser.writeNotifyNode().
The default implementation does nothing.
enterWriteNotifyNode in interface RobotListenerctx - the parse treepublic void exitWriteNotifyNode(RobotParser.WriteNotifyNodeContext ctx)
RobotParser.writeNotifyNode().
The default implementation does nothing.
exitWriteNotifyNode in interface RobotListenerctx - the parse treepublic void enterMatcher(RobotParser.MatcherContext ctx)
RobotParser.matcher().
The default implementation does nothing.
enterMatcher in interface RobotListenerctx - the parse treepublic void exitMatcher(RobotParser.MatcherContext ctx)
RobotParser.matcher().
The default implementation does nothing.
exitMatcher in interface RobotListenerctx - the parse treepublic void enterExactTextMatcher(RobotParser.ExactTextMatcherContext ctx)
RobotParser.exactTextMatcher().
The default implementation does nothing.
enterExactTextMatcher in interface RobotListenerctx - the parse treepublic void exitExactTextMatcher(RobotParser.ExactTextMatcherContext ctx)
RobotParser.exactTextMatcher().
The default implementation does nothing.
exitExactTextMatcher in interface RobotListenerctx - the parse treepublic void enterExactBytesMatcher(RobotParser.ExactBytesMatcherContext ctx)
RobotParser.exactBytesMatcher().
The default implementation does nothing.
enterExactBytesMatcher in interface RobotListenerctx - the parse treepublic void exitExactBytesMatcher(RobotParser.ExactBytesMatcherContext ctx)
RobotParser.exactBytesMatcher().
The default implementation does nothing.
exitExactBytesMatcher in interface RobotListenerctx - the parse treepublic void enterNumberMatcher(RobotParser.NumberMatcherContext ctx)
RobotParser.numberMatcher().
The default implementation does nothing.
enterNumberMatcher in interface RobotListenerctx - the parse treepublic void exitNumberMatcher(RobotParser.NumberMatcherContext ctx)
RobotParser.numberMatcher().
The default implementation does nothing.
exitNumberMatcher in interface RobotListenerctx - the parse treepublic void enterRegexMatcher(RobotParser.RegexMatcherContext ctx)
RobotParser.regexMatcher().
The default implementation does nothing.
enterRegexMatcher in interface RobotListenerctx - the parse treepublic void exitRegexMatcher(RobotParser.RegexMatcherContext ctx)
RobotParser.regexMatcher().
The default implementation does nothing.
exitRegexMatcher in interface RobotListenerctx - the parse treepublic void enterExpressionMatcher(RobotParser.ExpressionMatcherContext ctx)
RobotParser.expressionMatcher().
The default implementation does nothing.
enterExpressionMatcher in interface RobotListenerctx - the parse treepublic void exitExpressionMatcher(RobotParser.ExpressionMatcherContext ctx)
RobotParser.expressionMatcher().
The default implementation does nothing.
exitExpressionMatcher in interface RobotListenerctx - the parse treepublic void enterFixedLengthBytesMatcher(RobotParser.FixedLengthBytesMatcherContext ctx)
RobotParser.fixedLengthBytesMatcher().
The default implementation does nothing.
enterFixedLengthBytesMatcher in interface RobotListenerctx - the parse treepublic void exitFixedLengthBytesMatcher(RobotParser.FixedLengthBytesMatcherContext ctx)
RobotParser.fixedLengthBytesMatcher().
The default implementation does nothing.
exitFixedLengthBytesMatcher in interface RobotListenerctx - the parse treepublic void enterVariableLengthBytesMatcher(RobotParser.VariableLengthBytesMatcherContext ctx)
RobotParser.variableLengthBytesMatcher().
The default implementation does nothing.
enterVariableLengthBytesMatcher in interface RobotListenerctx - the parse treepublic void exitVariableLengthBytesMatcher(RobotParser.VariableLengthBytesMatcherContext ctx)
RobotParser.variableLengthBytesMatcher().
The default implementation does nothing.
exitVariableLengthBytesMatcher in interface RobotListenerctx - the parse treepublic void enterWriteValue(RobotParser.WriteValueContext ctx)
RobotParser.writeValue().
The default implementation does nothing.
enterWriteValue in interface RobotListenerctx - the parse treepublic void exitWriteValue(RobotParser.WriteValueContext ctx)
RobotParser.writeValue().
The default implementation does nothing.
exitWriteValue in interface RobotListenerctx - the parse treepublic void enterLiteralText(RobotParser.LiteralTextContext ctx)
RobotParser.literalText().
The default implementation does nothing.
enterLiteralText in interface RobotListenerctx - the parse treepublic void exitLiteralText(RobotParser.LiteralTextContext ctx)
RobotParser.literalText().
The default implementation does nothing.
exitLiteralText in interface RobotListenerctx - the parse treepublic void enterLiteralBytes(RobotParser.LiteralBytesContext ctx)
RobotParser.literalBytes().
The default implementation does nothing.
enterLiteralBytes in interface RobotListenerctx - the parse treepublic void exitLiteralBytes(RobotParser.LiteralBytesContext ctx)
RobotParser.literalBytes().
The default implementation does nothing.
exitLiteralBytes in interface RobotListenerctx - the parse treepublic void enterLiteralByte(RobotParser.LiteralByteContext ctx)
RobotParser.literalByte().
The default implementation does nothing.
enterLiteralByte in interface RobotListenerctx - the parse treepublic void exitLiteralByte(RobotParser.LiteralByteContext ctx)
RobotParser.literalByte().
The default implementation does nothing.
exitLiteralByte in interface RobotListenerctx - the parse treepublic void enterLiteralShort(RobotParser.LiteralShortContext ctx)
RobotParser.literalShort().
The default implementation does nothing.
enterLiteralShort in interface RobotListenerctx - the parse treepublic void exitLiteralShort(RobotParser.LiteralShortContext ctx)
RobotParser.literalShort().
The default implementation does nothing.
exitLiteralShort in interface RobotListenerctx - the parse treepublic void enterLiteralInteger(RobotParser.LiteralIntegerContext ctx)
RobotParser.literalInteger().
The default implementation does nothing.
enterLiteralInteger in interface RobotListenerctx - the parse treepublic void exitLiteralInteger(RobotParser.LiteralIntegerContext ctx)
RobotParser.literalInteger().
The default implementation does nothing.
exitLiteralInteger in interface RobotListenerctx - the parse treepublic void enterLiteralLong(RobotParser.LiteralLongContext ctx)
RobotParser.literalLong().
The default implementation does nothing.
enterLiteralLong in interface RobotListenerctx - the parse treepublic void exitLiteralLong(RobotParser.LiteralLongContext ctx)
RobotParser.literalLong().
The default implementation does nothing.
exitLiteralLong in interface RobotListenerctx - the parse treepublic void enterExpressionValue(RobotParser.ExpressionValueContext ctx)
RobotParser.expressionValue().
The default implementation does nothing.
enterExpressionValue in interface RobotListenerctx - the parse treepublic void exitExpressionValue(RobotParser.ExpressionValueContext ctx)
RobotParser.expressionValue().
The default implementation does nothing.
exitExpressionValue in interface RobotListenerctx - the parse treepublic void enterLocation(RobotParser.LocationContext ctx)
RobotParser.location().
The default implementation does nothing.
enterLocation in interface RobotListenerctx - the parse treepublic void exitLocation(RobotParser.LocationContext ctx)
RobotParser.location().
The default implementation does nothing.
exitLocation in interface RobotListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2014 Kaazing, Inc. All Rights Reserved.