HTExternalInstance<T> class
Class for external object.
- Mixed-in types
Constructors
- HTExternalInstance(T externalObject, HTInterpreter interpreter, String typeString)
- Create a external class object.
Properties
- externalClass ↔ HTExternalClass?
-
latefinal
- externalObject → T
-
the external object.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- interpreter ↔ HTInterpreter
-
latefinalinherited
- klass ↔ HTClassDeclaration?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeString → String
-
final
- valueType ↔ HTType
-
latefinaloverride-getter
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited