GroovyParsingScope

internal data class GroovyParsingScope(val fullText: String)(source)

Constructors

Link copied to clipboard
constructor(fullText: String)

Properties

Link copied to clipboard
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

Functions

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