Interface GradleGroovyScriptListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GradleGroovyScriptBaseListener
public interface GradleGroovyScriptListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byGradleGroovyScript.
-
-
Method Summary
-
-
-
Method Detail
-
enterScript
void enterScript(GradleGroovyScript.ScriptContext ctx)
Enter a parse tree produced byGradleGroovyScript.script().- Parameters:
ctx- the parse tree
-
exitScript
void exitScript(GradleGroovyScript.ScriptContext ctx)
Exit a parse tree produced byGradleGroovyScript.script().- Parameters:
ctx- the parse tree
-
enterDependencies
void enterDependencies(GradleGroovyScript.DependenciesContext ctx)
Enter a parse tree produced byGradleGroovyScript.dependencies().- Parameters:
ctx- the parse tree
-
exitDependencies
void exitDependencies(GradleGroovyScript.DependenciesContext ctx)
Exit a parse tree produced byGradleGroovyScript.dependencies().- Parameters:
ctx- the parse tree
-
enterBuildscript
void enterBuildscript(GradleGroovyScript.BuildscriptContext ctx)
Enter a parse tree produced byGradleGroovyScript.buildscript().- Parameters:
ctx- the parse tree
-
exitBuildscript
void exitBuildscript(GradleGroovyScript.BuildscriptContext ctx)
Exit a parse tree produced byGradleGroovyScript.buildscript().- Parameters:
ctx- the parse tree
-
enterBlock
void enterBlock(GradleGroovyScript.BlockContext ctx)
Enter a parse tree produced byGradleGroovyScript.block().- Parameters:
ctx- the parse tree
-
exitBlock
void exitBlock(GradleGroovyScript.BlockContext ctx)
Exit a parse tree produced byGradleGroovyScript.block().- Parameters:
ctx- the parse tree
-
enterFileDeclaration
void enterFileDeclaration(GradleGroovyScript.FileDeclarationContext ctx)
Enter a parse tree produced byGradleGroovyScript.fileDeclaration().- Parameters:
ctx- the parse tree
-
exitFileDeclaration
void exitFileDeclaration(GradleGroovyScript.FileDeclarationContext ctx)
Exit a parse tree produced byGradleGroovyScript.fileDeclaration().- Parameters:
ctx- the parse tree
-
enterExternalDeclaration
void enterExternalDeclaration(GradleGroovyScript.ExternalDeclarationContext ctx)
Enter a parse tree produced byGradleGroovyScript.externalDeclaration().- Parameters:
ctx- the parse tree
-
exitExternalDeclaration
void exitExternalDeclaration(GradleGroovyScript.ExternalDeclarationContext ctx)
Exit a parse tree produced byGradleGroovyScript.externalDeclaration().- Parameters:
ctx- the parse tree
-
enterLocalDeclaration
void enterLocalDeclaration(GradleGroovyScript.LocalDeclarationContext ctx)
Enter a parse tree produced byGradleGroovyScript.localDeclaration().- Parameters:
ctx- the parse tree
-
exitLocalDeclaration
void exitLocalDeclaration(GradleGroovyScript.LocalDeclarationContext ctx)
Exit a parse tree produced byGradleGroovyScript.localDeclaration().- Parameters:
ctx- the parse tree
-
enterConfiguration
void enterConfiguration(GradleGroovyScript.ConfigurationContext ctx)
Enter a parse tree produced byGradleGroovyScript.configuration().- Parameters:
ctx- the parse tree
-
exitConfiguration
void exitConfiguration(GradleGroovyScript.ConfigurationContext ctx)
Exit a parse tree produced byGradleGroovyScript.configuration().- Parameters:
ctx- the parse tree
-
enterDependency
void enterDependency(GradleGroovyScript.DependencyContext ctx)
Enter a parse tree produced byGradleGroovyScript.dependency().- Parameters:
ctx- the parse tree
-
exitDependency
void exitDependency(GradleGroovyScript.DependencyContext ctx)
Exit a parse tree produced byGradleGroovyScript.dependency().- Parameters:
ctx- the parse tree
-
enterClosure
void enterClosure(GradleGroovyScript.ClosureContext ctx)
Enter a parse tree produced byGradleGroovyScript.closure().- Parameters:
ctx- the parse tree
-
exitClosure
void exitClosure(GradleGroovyScript.ClosureContext ctx)
Exit a parse tree produced byGradleGroovyScript.closure().- Parameters:
ctx- the parse tree
-
enterQuote
void enterQuote(GradleGroovyScript.QuoteContext ctx)
Enter a parse tree produced byGradleGroovyScript.quote().- Parameters:
ctx- the parse tree
-
exitQuote
void exitQuote(GradleGroovyScript.QuoteContext ctx)
Exit a parse tree produced byGradleGroovyScript.quote().- Parameters:
ctx- the parse tree
-
enterText
void enterText(GradleGroovyScript.TextContext ctx)
Enter a parse tree produced byGradleGroovyScript.text().- Parameters:
ctx- the parse tree
-
exitText
void exitText(GradleGroovyScript.TextContext ctx)
Exit a parse tree produced byGradleGroovyScript.text().- Parameters:
ctx- the parse tree
-
enterSea
void enterSea(GradleGroovyScript.SeaContext ctx)
Enter a parse tree produced byGradleGroovyScript.sea().- Parameters:
ctx- the parse tree
-
exitSea
void exitSea(GradleGroovyScript.SeaContext ctx)
Exit a parse tree produced byGradleGroovyScript.sea().- Parameters:
ctx- the parse tree
-
-