kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
antlr
/
com.strumenta.kolasu.antlr.parsing
/
FirstStageParsingResult
First
Stage
Parsing
Result
class
FirstStageParsingResult
<
C
:
ParserRuleContext
>
(
issues
:
List
<
Issue
>
,
val
root
:
C
?
,
code
:
String
?
=
null
,
val
incompleteNode
:
Node
?
=
null
,
val
time
:
Long
?
=
null
,
val
lexingTime
:
Long
?
=
null
)
:
CodeProcessingResult
<
C
>
Members
Constructors
First
Stage
Parsing
Result
Link copied to clipboard
constructor
(
issues
:
List
<
Issue
>
,
root
:
C
?
,
code
:
String
?
=
null
,
incompleteNode
:
Node
?
=
null
,
time
:
Long
?
=
null
,
lexingTime
:
Long
?
=
null
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
code
Link copied to clipboard
val
code
:
String
?
correct
Link copied to clipboard
val
correct
:
Boolean
data
Link copied to clipboard
val
data
:
C
?
incomplete
Node
Link copied to clipboard
val
incompleteNode
:
Node
?
=
null
issues
Link copied to clipboard
val
issues
:
List
<
Issue
>
lexing
Time
Link copied to clipboard
val
lexingTime
:
Long
?
=
null
root
Link copied to clipboard
val
root
:
C
?
time
Link copied to clipboard
val
time
:
Long
?
=
null