QueryNode
class QueryNode(variable: ObjectVariableNode, query: QueryNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation) : ExpressionNode
Content copied to clipboard
A query method applied to an object.
Constructors
QueryNode
Link copied to clipboard
fun QueryNode(variable: ObjectVariableNode, query: QueryNameNode, arguments: Arguments<ExpressionNode>, sourceLocation: SourceLocation)
Content copied to clipboard
Functions
toDocument
Link copied to clipboard
Properties
arguments
Link copied to clipboard
query
Link copied to clipboard
sourceLocation
Link copied to clipboard
variable
Link copied to clipboard