MetricsRecordsBuilder class abstract

FileRecord builder

Annotations

Constructors

MetricsRecordsBuilder()

Properties

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
recordAntiPatternCases(Iterable<Issue> issues) → void
Records anti-pattern issues
inherited
recordClass(ScopedClassDeclaration declaration, Report report) → void
Records report for class declaration
inherited
recordFunction(ScopedFunctionDeclaration declaration, Report report) → void
Records report for function declaration
inherited
recordFunctionData(ScopedFunctionDeclaration declaration, Report record) → void
recordIssues(Iterable<Issue> issues) → void
Records issues
inherited
toString() String
A string representation of this object.
inherited

Operators

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