QueryNode

class QueryNode(val variable: ObjectVariableNode, val query: QueryNameNode, val arguments: Arguments<ExpressionNode>, val sourceLocation: SourceLocation) : ExpressionNode

A query method applied to an object.

Constructors

Link copied to clipboard
fun QueryNode(variable: ObjectVariableNode, query: QueryNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)

Functions

Link copied to clipboard
override fun toDocument(): Document

Properties

Link copied to clipboard
Link copied to clipboard
override val comment: String?

Expressions cannot have associated comments.

Link copied to clipboard
Link copied to clipboard
open override val sourceLocation: SourceLocation
Link copied to clipboard