ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
Keyword
/
NotIs
Not
Is
data
class
NotIs
(
val
supplement
:
NodeSupplement
=
NodeSupplement()
)
:
Node.Keyword
,
Node.Expression.BinaryTypeExpression.BinaryTypeOperator
,
Node.Expression.WhenExpression.WhenConditionTypeOperator
Members
Constructors
Not
Is
Link copied to clipboard
constructor
(
supplement
:
NodeSupplement
=
NodeSupplement()
)
Properties
supplement
Link copied to clipboard
open
override
val
supplement
:
NodeSupplement
Supplemental data for the node.
text
Link copied to clipboard
open
override
val
text
:
String
text representation of the node.