Add class

Call grammar is working on those callsites for the annotated method.

Constructors

Add(String importUri, String clsName, {required bool isRegex, String superCls})
Call grammar default constructor.
const
factory

Properties

clsName String
Indicating which dart class to operate on.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
importUri String
Indicating which dart file to operate on.
finalinherited
isRegex bool?
Indicating whether those specification above should be regarded as regex expressions.
finalinherited
lineNum int?
Indicating which line to operate on. This is only meaningful for inject grammar.
finalinherited
methodName String?
Indicating which dart method to operate on.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
superCls String?
Indicating which classes inherited from the superCls to operate on. This is only meaningful for regex add grammar.
finalinherited

Methods

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

Operators

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