Modifier class abstract

A modifier is a token put in front of a number, it is an operator with only one parameter.

Constructors

Modifier()
Creates the modifier.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
requiredAfter Type?
The token type required after this.
no setter
requiredBefore Type?
The token type required before this.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visualSign String
The visual sign of the modifier.
no setter

Methods

modify(Result input) Result
Modifies the input.
modifyOnAdditiveOperation(Result current, Result other) Result
Modifies the input when it is an additive operation.
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