GlobNodeBrace class

Inheritance

Constructors

GlobNodeBrace(String source, int? position, List<GlobNode> nodes)

Properties

crossesDirectory bool?
Returns true if node crosses directory; otherwise false.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nodes List<GlobNode>
Returns elements of this node.
no setterinherited
position int?
Start position of this node in the source.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Text source of this node;
finalinherited
strict bool
Returns true if node is strict; otherwise false.
no setteroverride
type GlobNodeTypes
Returns type of this node.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns srting representation.
inherited

Operators

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