public class OKW_ParserBaseListener extends Object implements OKW_ParserListener
OKW_ParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
OKW_ParserBaseListener() |
public void enterEnvvalue(@NotNull
OKW_Parser.EnvvalueContext ctx)
OKW_Parser.envvalue().
The default implementation does nothing.
enterEnvvalue in interface OKW_ParserListenerctx - the parse treepublic void exitEnvvalue(@NotNull
OKW_Parser.EnvvalueContext ctx)
OKW_Parser.envvalue().
The default implementation does nothing.
exitEnvvalue in interface OKW_ParserListenerctx - the parse treepublic void enterOkw_internal_var(@NotNull
OKW_Parser.Okw_internal_varContext ctx)
OKW_Parser.okw_internal_var().
The default implementation does nothing.
enterOkw_internal_var in interface OKW_ParserListenerctx - the parse treepublic void exitOkw_internal_var(@NotNull
OKW_Parser.Okw_internal_varContext ctx)
OKW_Parser.okw_internal_var().
The default implementation does nothing.
exitOkw_internal_var in interface OKW_ParserListenerctx - the parse treepublic void enterText(@NotNull
OKW_Parser.TextContext ctx)
OKW_Parser.text().
The default implementation does nothing.
enterText in interface OKW_ParserListenerctx - the parse treepublic void exitText(@NotNull
OKW_Parser.TextContext ctx)
OKW_Parser.text().
The default implementation does nothing.
exitText in interface OKW_ParserListenerctx - the parse treepublic void enterRoot(@NotNull
OKW_Parser.RootContext ctx)
OKW_Parser.root().
The default implementation does nothing.
enterRoot in interface OKW_ParserListenerctx - the parse treepublic void exitRoot(@NotNull
OKW_Parser.RootContext ctx)
OKW_Parser.root().
The default implementation does nothing.
exitRoot in interface OKW_ParserListenerctx - the parse treepublic void enterOkw_env_var(@NotNull
OKW_Parser.Okw_env_varContext ctx)
OKW_Parser.okw_env_var().
The default implementation does nothing.
enterOkw_env_var in interface OKW_ParserListenerctx - the parse treepublic void exitOkw_env_var(@NotNull
OKW_Parser.Okw_env_varContext ctx)
OKW_Parser.okw_env_var().
The default implementation does nothing.
exitOkw_env_var in interface OKW_ParserListenerctx - the parse treepublic void enterOkw_typekey(@NotNull
OKW_Parser.Okw_typekeyContext ctx)
OKW_Parser.okw_typekey().
The default implementation does nothing.
enterOkw_typekey in interface OKW_ParserListenerctx - the parse treepublic void exitOkw_typekey(@NotNull
OKW_Parser.Okw_typekeyContext ctx)
OKW_Parser.okw_typekey().
The default implementation does nothing.
exitOkw_typekey in interface OKW_ParserListenerctx - the parse treepublic void enterKeyvalue(@NotNull
OKW_Parser.KeyvalueContext ctx)
OKW_Parser.keyvalue().
The default implementation does nothing.
enterKeyvalue in interface OKW_ParserListenerctx - the parse treepublic void exitKeyvalue(@NotNull
OKW_Parser.KeyvalueContext ctx)
OKW_Parser.keyvalue().
The default implementation does nothing.
exitKeyvalue in interface OKW_ParserListenerctx - the parse treepublic void enterEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2017 OpenKeyWord. All rights reserved.