FileIr class
Represents the IR for an entire file.
- Available extensions
Constructors
Properties
-
allFunctions
→ Iterable<
FunctionIr> -
All function IRs including those inside classes.
no setter
-
classes
→ List<
ClassIr> -
final
- filePath → String
-
final
-
functions
→ List<
FunctionIr> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runPointsToAnalysis(
) → PointsToAnalysis -
Available on FileIr, provided by the PointsToAnalysisExtension extension
Runs points-to analysis on this file. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited