Package modulecheck.parsing.groovy.antlr
Types
Link copied to clipboard
class GroovyAndroidGradleParser @Inject constructor : AndroidGradleParser
Content copied to clipboard
Link copied to clipboard
class GroovyDependenciesBlock( logger: McLogger, val fullText: String, val lambdaContent: String, blockSuppressed: List<String>, projectDependency: ProjectDependency.Factory) : AbstractDependenciesBlock
Content copied to clipboard
Link copied to clipboard
class GroovyDependenciesBlockParser @Inject constructor(val logger: McLogger, val projectDependency: ProjectDependency.Factory)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GroovyPluginsBlock( logger: McLogger, val fullText: String, val lambdaContent: String, blockSuppressed: List<String>) : AbstractPluginsBlock
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
internal inline fun <T : RuleContext> ParserRuleContext.childOfType(): T?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
internal fun GroovyParser.ClosureOrLambdaExpressionContext.closureContent(): GroovyParser.BlockStatementsContext?
Content copied to clipboard
Link copied to clipboard
internal inline fun commandExpressionVisitor(recursive: Boolean = true, crossinline action: (GroovyParser.CommandExpressionContext) -> Unit): GroovyParserBaseVisitor<Unit>
Content copied to clipboard
Link copied to clipboard
internal fun GroovyParser.CommandExpressionContext.lambdaBlock(): GroovyParser.ClosureOrLambdaExpressionContext?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
internal fun GroovyParser.CommandExpressionContext.pathExpression(): GroovyParser.PathExpressionContext?
Content copied to clipboard
Link copied to clipboard
internal inline fun pathExpressionVisitor(recursive: Boolean = true, crossinline action: (GroovyParser.PathExpressionContext) -> Unit): GroovyParserBaseVisitor<Unit>
Content copied to clipboard
Link copied to clipboard
internal fun RuleNode.precedingCommentNodeOrNull(): GroovyParser.GroovyParserRuleContext?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard