HTCast class
The implementation of a certain type cast of a object
- Mixed-in types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interpreter ↔ HTInterpreter
-
latefinalinherited
- klass → HTClass
-
final
- object ↔ HTInstance
-
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueType → HTNominalType
-
final
Methods
-
contains(
String varName) → bool -
inherited
-
memberGet(
String varName, {String? from}) → dynamic -
Fetch a member by the
varName
, in the form ofoverride -
memberSet(
String varName, dynamic varValue, {String? from}) → void -
Assign a value to a member by the
varName
, in the form ofoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subGet(
dynamic varName, {String? from}) → dynamic -
Fetch a member by the
varName
, in the form ofinherited -
subSet(
dynamic varName, dynamic varValue, {String? from}) → void -
Assign a value to a member by the
varName
, in the form ofinherited -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited