kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.parsing
/
ParsingResult
Parsing
Result
open
class
ParsingResult
<
RootNode
:
Node
>
(
issues
:
List
<
Issue
>
,
val
root
:
RootNode
?
,
code
:
String
?
=
null
,
val
incompleteNode
:
Node
?
=
null
,
val
time
:
Long
?
=
null
)
:
CodeProcessingResult
<
RootNode
>
Members
Members & Extensions
Constructors
Parsing
Result
Link copied to clipboard
constructor
(
issues
:
List
<
Issue
>
,
root
:
RootNode
?
,
code
:
String
?
=
null
,
incompleteNode
:
Node
?
=
null
,
time
:
Long
?
=
null
)
Functions
debug
Print
Link copied to clipboard
fun
<
N
:
Node
>
ParsingResult
<
N
>
.
debugPrint
(
indent
:
String
=
""
,
configuration
:
DebugPrintConfiguration
=
DebugPrintConfiguration()
)
:
String
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Result
Link copied to clipboard
fun
toResult
(
)
:
Result
<
RootNode
>
Properties
code
Link copied to clipboard
val
code
:
String
?
correct
Link copied to clipboard
val
correct
:
Boolean
data
Link copied to clipboard
val
data
:
RootNode
?
incomplete
Node
Link copied to clipboard
val
incompleteNode
:
Node
?
=
null
issues
Link copied to clipboard
val
issues
:
List
<
Issue
>
root
Link copied to clipboard
val
root
:
RootNode
?
time
Link copied to clipboard
val
time
:
Long
?
=
null