FunctionTree class abstract

Parent for SingleVariableFunction and MultiVariableFunction classes.

Implementers

Constructors

FunctionTree()

Properties

hashCode int
The hash code for this object.
no setterinherited
representation String
A tree structure representation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tex String
A TeX expression representing the tree.
no setter
tree → Node
A callable tree representing the components of the function.
no setter

Methods

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