HTCast class

The implementation of a certain type cast of a object

Mixed in types

Constructors

HTCast(HTEntity castee, HTClass klass, HTInterpreter interpreter, {List<HTType> typeArgs = const []})

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 of
override
memberSet(String varName, dynamic varValue, {String? from}) → void
Assign a value to a member by the varName, in the form of
override
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 of
inherited
subSet(dynamic varName, dynamic varValue, {String? from}) → void
Assign a value to a member by the varName, in the form of
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited