Interface GradleScriptListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GradleScriptBaseListener
public interface GradleScriptListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byGradleScript.
-
-
Method Summary
-
-
-
Method Detail
-
enterScript
void enterScript(GradleScript.ScriptContext ctx)
Enter a parse tree produced byGradleScript.script().- Parameters:
ctx- the parse tree
-
exitScript
void exitScript(GradleScript.ScriptContext ctx)
Exit a parse tree produced byGradleScript.script().- Parameters:
ctx- the parse tree
-
enterDependencies
void enterDependencies(GradleScript.DependenciesContext ctx)
Enter a parse tree produced byGradleScript.dependencies().- Parameters:
ctx- the parse tree
-
exitDependencies
void exitDependencies(GradleScript.DependenciesContext ctx)
Exit a parse tree produced byGradleScript.dependencies().- Parameters:
ctx- the parse tree
-
enterBuildscript
void enterBuildscript(GradleScript.BuildscriptContext ctx)
Enter a parse tree produced byGradleScript.buildscript().- Parameters:
ctx- the parse tree
-
exitBuildscript
void exitBuildscript(GradleScript.BuildscriptContext ctx)
Exit a parse tree produced byGradleScript.buildscript().- Parameters:
ctx- the parse tree
-
enterBlock
void enterBlock(GradleScript.BlockContext ctx)
Enter a parse tree produced byGradleScript.block().- Parameters:
ctx- the parse tree
-
exitBlock
void exitBlock(GradleScript.BlockContext ctx)
Exit a parse tree produced byGradleScript.block().- Parameters:
ctx- the parse tree
-
enterNormalDeclaration
void enterNormalDeclaration(GradleScript.NormalDeclarationContext ctx)
Enter a parse tree produced byGradleScript.normalDeclaration().- Parameters:
ctx- the parse tree
-
exitNormalDeclaration
void exitNormalDeclaration(GradleScript.NormalDeclarationContext ctx)
Exit a parse tree produced byGradleScript.normalDeclaration().- Parameters:
ctx- the parse tree
-
enterTestFixturesDeclaration
void enterTestFixturesDeclaration(GradleScript.TestFixturesDeclarationContext ctx)
Enter a parse tree produced byGradleScript.testFixturesDeclaration().- Parameters:
ctx- the parse tree
-
exitTestFixturesDeclaration
void exitTestFixturesDeclaration(GradleScript.TestFixturesDeclarationContext ctx)
Exit a parse tree produced byGradleScript.testFixturesDeclaration().- Parameters:
ctx- the parse tree
-
enterEnforcedPlatformDeclaration
void enterEnforcedPlatformDeclaration(GradleScript.EnforcedPlatformDeclarationContext ctx)
Enter a parse tree produced byGradleScript.enforcedPlatformDeclaration().- Parameters:
ctx- the parse tree
-
exitEnforcedPlatformDeclaration
void exitEnforcedPlatformDeclaration(GradleScript.EnforcedPlatformDeclarationContext ctx)
Exit a parse tree produced byGradleScript.enforcedPlatformDeclaration().- Parameters:
ctx- the parse tree
-
enterPlatformDeclaration
void enterPlatformDeclaration(GradleScript.PlatformDeclarationContext ctx)
Enter a parse tree produced byGradleScript.platformDeclaration().- Parameters:
ctx- the parse tree
-
exitPlatformDeclaration
void exitPlatformDeclaration(GradleScript.PlatformDeclarationContext ctx)
Exit a parse tree produced byGradleScript.platformDeclaration().- Parameters:
ctx- the parse tree
-
enterConfiguration
void enterConfiguration(GradleScript.ConfigurationContext ctx)
Enter a parse tree produced byGradleScript.configuration().- Parameters:
ctx- the parse tree
-
exitConfiguration
void exitConfiguration(GradleScript.ConfigurationContext ctx)
Exit a parse tree produced byGradleScript.configuration().- Parameters:
ctx- the parse tree
-
enterDependency
void enterDependency(GradleScript.DependencyContext ctx)
Enter a parse tree produced byGradleScript.dependency().- Parameters:
ctx- the parse tree
-
exitDependency
void exitDependency(GradleScript.DependencyContext ctx)
Exit a parse tree produced byGradleScript.dependency().- Parameters:
ctx- the parse tree
-
enterExternalDependency
void enterExternalDependency(GradleScript.ExternalDependencyContext ctx)
Enter a parse tree produced byGradleScript.externalDependency().- Parameters:
ctx- the parse tree
-
exitExternalDependency
void exitExternalDependency(GradleScript.ExternalDependencyContext ctx)
Exit a parse tree produced byGradleScript.externalDependency().- Parameters:
ctx- the parse tree
-
enterProjectDependency
void enterProjectDependency(GradleScript.ProjectDependencyContext ctx)
Enter a parse tree produced byGradleScript.projectDependency().- Parameters:
ctx- the parse tree
-
exitProjectDependency
void exitProjectDependency(GradleScript.ProjectDependencyContext ctx)
Exit a parse tree produced byGradleScript.projectDependency().- Parameters:
ctx- the parse tree
-
enterProjectMapEntry
void enterProjectMapEntry(GradleScript.ProjectMapEntryContext ctx)
Enter a parse tree produced byGradleScript.projectMapEntry().- Parameters:
ctx- the parse tree
-
exitProjectMapEntry
void exitProjectMapEntry(GradleScript.ProjectMapEntryContext ctx)
Exit a parse tree produced byGradleScript.projectMapEntry().- Parameters:
ctx- the parse tree
-
enterFileDependency
void enterFileDependency(GradleScript.FileDependencyContext ctx)
Enter a parse tree produced byGradleScript.fileDependency().- Parameters:
ctx- the parse tree
-
exitFileDependency
void exitFileDependency(GradleScript.FileDependencyContext ctx)
Exit a parse tree produced byGradleScript.fileDependency().- Parameters:
ctx- the parse tree
-
enterClosure
void enterClosure(GradleScript.ClosureContext ctx)
Enter a parse tree produced byGradleScript.closure().- Parameters:
ctx- the parse tree
-
exitClosure
void exitClosure(GradleScript.ClosureContext ctx)
Exit a parse tree produced byGradleScript.closure().- Parameters:
ctx- the parse tree
-
enterQuote
void enterQuote(GradleScript.QuoteContext ctx)
Enter a parse tree produced byGradleScript.quote().- Parameters:
ctx- the parse tree
-
exitQuote
void exitQuote(GradleScript.QuoteContext ctx)
Exit a parse tree produced byGradleScript.quote().- Parameters:
ctx- the parse tree
-
enterText
void enterText(GradleScript.TextContext ctx)
Enter a parse tree produced byGradleScript.text().- Parameters:
ctx- the parse tree
-
exitText
void exitText(GradleScript.TextContext ctx)
Exit a parse tree produced byGradleScript.text().- Parameters:
ctx- the parse tree
-
enterCodeblock
void enterCodeblock(GradleScript.CodeblockContext ctx)
Enter a parse tree produced byGradleScript.codeblock().- Parameters:
ctx- the parse tree
-
exitCodeblock
void exitCodeblock(GradleScript.CodeblockContext ctx)
Exit a parse tree produced byGradleScript.codeblock().- Parameters:
ctx- the parse tree
-
enterSea
void enterSea(GradleScript.SeaContext ctx)
Enter a parse tree produced byGradleScript.sea().- Parameters:
ctx- the parse tree
-
exitSea
void exitSea(GradleScript.SeaContext ctx)
Exit a parse tree produced byGradleScript.sea().- Parameters:
ctx- the parse tree
-
-