Frame class
Constructors
-
Frame({int? index, FuncRef? function, CodeRef? code, SourceLocation? location, List<
BoundVariable> ? vars, String? kind})
Properties
- code ↔ CodeRef?
-
getter/setter pair
- function ↔ FuncRef?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int?
-
getter/setter pair
-
json
↔ Map<
String, dynamic> ? -
getter/setter pairinherited
- kind ↔ String?
-
getter/setter pair
- location ↔ SourceLocation?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
no setteroverride
-
vars
↔ List<
BoundVariable> ? -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited