GroovyParsingScope

internal data class GroovyParsingScope(val fullText: String)

Constructors

Link copied to clipboard
fun GroovyParsingScope(fullText: String)

Functions

Link copied to clipboard
fun ParserRuleContext.originalText(): String

Properties

Link copied to clipboard
val fullText: String
Link copied to clipboard
val lexer: GroovyLangLexer
Link copied to clipboard
val parser: GroovyParser.CompilationUnitContext
Link copied to clipboard
val stream: CodePointCharStream
Link copied to clipboard
val tokens: CommonTokenStream

Sources

Link copied to clipboard