IntValueNode class
Constructors
- IntValueNode({required String value, FileSpan? span})
-
const
Properties
Methods
-
accept<
R> (Visitor< R> v) → R -
Accepts a Visitor
v
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitChildren<
R> (Visitor< R> v) → void -
Lets Visitor
v
visit children nodes of this node.inherited
Operators
-
operator ==(
Object o) → bool -
The equality operator.
inherited