NullDereference class

Represents a potential null dereference location.

Constructors

NullDereference({required int blockId, required int offset, required String variable, required DereferenceType type, required Instruction instruction})

Properties

blockId int
Block ID where the dereference occurs.
final
hashCode int
The hash code for this object.
no setterinherited
instruction Instruction
The instruction performing the dereference.
final
offset int
Offset within the source file.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DereferenceType
Type of dereference (method call, field access, etc.).
final
variable String
The variable being dereferenced.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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