InlineFragmentContext class

An inline fragment, which typically appears in a SelectionSetContext.

Inheritance

Constructors

InlineFragmentContext(Token ellipsisToken, Token onToken, TypeConditionContext typeCondition, SelectionSetContext selectionSet)

Properties

directives List<DirectiveContext>
Any directives affixed to this inline fragment.
final
ellipsisToken Token
The source tokens.
final
hashCode int
The hash code for this object.
no setterinherited
onToken Token
The source tokens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionSet SelectionSetContext
The selections applied when the typeCondition is met.
final
span → FileSpan
no setteroverride
typeCondition TypeConditionContext
The type which this fragment matches.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited