ClipArrayNode class
Constructors
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
-
dup(
ClipArrayNode dst) → void -
makeToken(
ClipToken dst, bool flag) → void -
node(
dynamic index) → ClipArrayNode -
nodeNum(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resize(
dynamic index, dynamic value) → void -
set(
dynamic index, dynamic value) → void -
setComplexVector(
List< double> real, List<double> imag, int num) → void -
setFractVector(
List< double> value, List<double> denom, int num) → void -
setVector(
List value, int num) → void -
toString(
) → String -
A string representation of this object.
inherited
-
val(
dynamic index) → MathValue -
vector(
dynamic index) → MathValue -
vectorNum(
) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
newArray(
int len) → List< ClipArrayNode>