ContentBlock class final AST

An anonymous block of code that's invoked for a ContentRule.

Inheritance

Constructors

ContentBlock(ArgumentDeclaration arguments, Iterable<Statement> children, FileSpan span)

Properties

arguments ArgumentDeclaration
The declared arguments this callable accepts.
finalinherited
children List<Statement>
The child statements of this statement.
finalinherited
comment SilentComment?
The comment immediately preceding this declaration.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of this callable, with underscores converted to hyphens.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
The source span associated with the node.
finalinherited

Methods

accept<T>(StatementVisitor<T> visitor) → T
Calls the appropriate visit method on visitor.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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