Class GradleScriptBaseListener
- java.lang.Object
-
- com.autonomousapps.grammar.gradle.GradleScriptBaseListener
-
- All Implemented Interfaces:
GradleScriptListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class GradleScriptBaseListener extends java.lang.Object implements GradleScriptListener
This class provides an empty implementation ofGradleScriptListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GradleScriptBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterScript
public void enterScript(GradleScript.ScriptContext ctx)
Enter a parse tree produced byGradleScript.script().The default implementation does nothing.
- Specified by:
enterScriptin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitScript
public void exitScript(GradleScript.ScriptContext ctx)
Exit a parse tree produced byGradleScript.script().The default implementation does nothing.
- Specified by:
exitScriptin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterDependencies
public void enterDependencies(GradleScript.DependenciesContext ctx)
Enter a parse tree produced byGradleScript.dependencies().The default implementation does nothing.
- Specified by:
enterDependenciesin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitDependencies
public void exitDependencies(GradleScript.DependenciesContext ctx)
Exit a parse tree produced byGradleScript.dependencies().The default implementation does nothing.
- Specified by:
exitDependenciesin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterBuildscript
public void enterBuildscript(GradleScript.BuildscriptContext ctx)
Enter a parse tree produced byGradleScript.buildscript().The default implementation does nothing.
- Specified by:
enterBuildscriptin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitBuildscript
public void exitBuildscript(GradleScript.BuildscriptContext ctx)
Exit a parse tree produced byGradleScript.buildscript().The default implementation does nothing.
- Specified by:
exitBuildscriptin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(GradleScript.BlockContext ctx)
Enter a parse tree produced byGradleScript.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(GradleScript.BlockContext ctx)
Exit a parse tree produced byGradleScript.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterNormalDeclaration
public void enterNormalDeclaration(GradleScript.NormalDeclarationContext ctx)
Enter a parse tree produced byGradleScript.normalDeclaration().The default implementation does nothing.
- Specified by:
enterNormalDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitNormalDeclaration
public void exitNormalDeclaration(GradleScript.NormalDeclarationContext ctx)
Exit a parse tree produced byGradleScript.normalDeclaration().The default implementation does nothing.
- Specified by:
exitNormalDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterTestFixturesDeclaration
public void enterTestFixturesDeclaration(GradleScript.TestFixturesDeclarationContext ctx)
Enter a parse tree produced byGradleScript.testFixturesDeclaration().The default implementation does nothing.
- Specified by:
enterTestFixturesDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitTestFixturesDeclaration
public void exitTestFixturesDeclaration(GradleScript.TestFixturesDeclarationContext ctx)
Exit a parse tree produced byGradleScript.testFixturesDeclaration().The default implementation does nothing.
- Specified by:
exitTestFixturesDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterEnforcedPlatformDeclaration
public void enterEnforcedPlatformDeclaration(GradleScript.EnforcedPlatformDeclarationContext ctx)
Enter a parse tree produced byGradleScript.enforcedPlatformDeclaration().The default implementation does nothing.
- Specified by:
enterEnforcedPlatformDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitEnforcedPlatformDeclaration
public void exitEnforcedPlatformDeclaration(GradleScript.EnforcedPlatformDeclarationContext ctx)
Exit a parse tree produced byGradleScript.enforcedPlatformDeclaration().The default implementation does nothing.
- Specified by:
exitEnforcedPlatformDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterPlatformDeclaration
public void enterPlatformDeclaration(GradleScript.PlatformDeclarationContext ctx)
Enter a parse tree produced byGradleScript.platformDeclaration().The default implementation does nothing.
- Specified by:
enterPlatformDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitPlatformDeclaration
public void exitPlatformDeclaration(GradleScript.PlatformDeclarationContext ctx)
Exit a parse tree produced byGradleScript.platformDeclaration().The default implementation does nothing.
- Specified by:
exitPlatformDeclarationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterConfiguration
public void enterConfiguration(GradleScript.ConfigurationContext ctx)
Enter a parse tree produced byGradleScript.configuration().The default implementation does nothing.
- Specified by:
enterConfigurationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitConfiguration
public void exitConfiguration(GradleScript.ConfigurationContext ctx)
Exit a parse tree produced byGradleScript.configuration().The default implementation does nothing.
- Specified by:
exitConfigurationin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterDependency
public void enterDependency(GradleScript.DependencyContext ctx)
Enter a parse tree produced byGradleScript.dependency().The default implementation does nothing.
- Specified by:
enterDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitDependency
public void exitDependency(GradleScript.DependencyContext ctx)
Exit a parse tree produced byGradleScript.dependency().The default implementation does nothing.
- Specified by:
exitDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterExternalDependency
public void enterExternalDependency(GradleScript.ExternalDependencyContext ctx)
Enter a parse tree produced byGradleScript.externalDependency().The default implementation does nothing.
- Specified by:
enterExternalDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitExternalDependency
public void exitExternalDependency(GradleScript.ExternalDependencyContext ctx)
Exit a parse tree produced byGradleScript.externalDependency().The default implementation does nothing.
- Specified by:
exitExternalDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterProjectDependency
public void enterProjectDependency(GradleScript.ProjectDependencyContext ctx)
Enter a parse tree produced byGradleScript.projectDependency().The default implementation does nothing.
- Specified by:
enterProjectDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitProjectDependency
public void exitProjectDependency(GradleScript.ProjectDependencyContext ctx)
Exit a parse tree produced byGradleScript.projectDependency().The default implementation does nothing.
- Specified by:
exitProjectDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterProjectMapEntry
public void enterProjectMapEntry(GradleScript.ProjectMapEntryContext ctx)
Enter a parse tree produced byGradleScript.projectMapEntry().The default implementation does nothing.
- Specified by:
enterProjectMapEntryin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitProjectMapEntry
public void exitProjectMapEntry(GradleScript.ProjectMapEntryContext ctx)
Exit a parse tree produced byGradleScript.projectMapEntry().The default implementation does nothing.
- Specified by:
exitProjectMapEntryin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterFileDependency
public void enterFileDependency(GradleScript.FileDependencyContext ctx)
Enter a parse tree produced byGradleScript.fileDependency().The default implementation does nothing.
- Specified by:
enterFileDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitFileDependency
public void exitFileDependency(GradleScript.FileDependencyContext ctx)
Exit a parse tree produced byGradleScript.fileDependency().The default implementation does nothing.
- Specified by:
exitFileDependencyin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterClosure
public void enterClosure(GradleScript.ClosureContext ctx)
Enter a parse tree produced byGradleScript.closure().The default implementation does nothing.
- Specified by:
enterClosurein interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitClosure
public void exitClosure(GradleScript.ClosureContext ctx)
Exit a parse tree produced byGradleScript.closure().The default implementation does nothing.
- Specified by:
exitClosurein interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterQuote
public void enterQuote(GradleScript.QuoteContext ctx)
Enter a parse tree produced byGradleScript.quote().The default implementation does nothing.
- Specified by:
enterQuotein interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitQuote
public void exitQuote(GradleScript.QuoteContext ctx)
Exit a parse tree produced byGradleScript.quote().The default implementation does nothing.
- Specified by:
exitQuotein interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterText
public void enterText(GradleScript.TextContext ctx)
Enter a parse tree produced byGradleScript.text().The default implementation does nothing.
- Specified by:
enterTextin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitText
public void exitText(GradleScript.TextContext ctx)
Exit a parse tree produced byGradleScript.text().The default implementation does nothing.
- Specified by:
exitTextin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterCodeblock
public void enterCodeblock(GradleScript.CodeblockContext ctx)
Enter a parse tree produced byGradleScript.codeblock().The default implementation does nothing.
- Specified by:
enterCodeblockin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitCodeblock
public void exitCodeblock(GradleScript.CodeblockContext ctx)
Exit a parse tree produced byGradleScript.codeblock().The default implementation does nothing.
- Specified by:
exitCodeblockin interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterSea
public void enterSea(GradleScript.SeaContext ctx)
Enter a parse tree produced byGradleScript.sea().The default implementation does nothing.
- Specified by:
enterSeain interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
exitSea
public void exitSea(GradleScript.SeaContext ctx)
Exit a parse tree produced byGradleScript.sea().The default implementation does nothing.
- Specified by:
exitSeain interfaceGradleScriptListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-