toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-parsing:groovy-antlr
/
modulecheck.parsing.groovy.antlr
/
GroovyParsingScope
Groovy
Parsing
Scope
internal
data
class
GroovyParsingScope
(
val
fullText
:
String
)
(
source
)
Members
Constructors
Groovy
Parsing
Scope
Link copied to clipboard
constructor
(
fullText
:
String
)
Properties
full
Text
Link copied to clipboard
val
fullText
:
String
lexer
Link copied to clipboard
val
lexer
:
GroovyLangLexer
parser
Link copied to clipboard
val
parser
:
GroovyParser.CompilationUnitContext
stream
Link copied to clipboard
val
stream
:
CodePointCharStream
tokens
Link copied to clipboard
val
tokens
:
CommonTokenStream
Functions
original
Text
Link copied to clipboard
fun
ParserRuleContext
.
originalText
(
)
:
String