AndAnd

data class AndAnd(val supplement: NodeSupplement = NodeSupplement()) : Node.Keyword, Node.Expression.BinaryExpression.BinaryOperator

Constructors

Link copied to clipboard
constructor(supplement: NodeSupplement = NodeSupplement())

Properties

Link copied to clipboard
open override val supplement: NodeSupplement

Supplemental data for the node.

Link copied to clipboard
open override val text: String

text representation of the node.