IRFSymbol<F extends InvertibleRealFunction> class abstract

Represents operator(s) of F

Used during serialization and deserialization of F

See InvertibleRealFunction.toString and InvertibleRealFunction.parse for more

Constructors

IRFSymbol(List<String> _tokens)
Constructs a symbol for F
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createFunction(List<String> props) → F
Creates an instance of F
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

Static Methods

register(IRFSymbol symbol) → void
Register a IRFSymbol