CompiledFieldMethodPart class

used to generate static method cfs_ with field logic per class

Constructors

CompiledFieldMethodPart(TypeMap typeMap, MethodElement methodElement, TypeInfo type)

Properties

hashCode int
The hash code for this object.
no setterinherited
methodElement ↔ MethodElement
getter/setter pair
methodName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stubs Map<FieldElement, Map<MethodElement, List<String>>>
getter/setter pair
type TypeInfo
getter/setter pair
typeMap TypeMap
getter/setter pair

Methods

getCallExpression(String thisName) → dynamic
getPartDeclaration() → dynamic
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

Static Methods

addFieldMethodPart(TypeInfo type, MethodElement compiledMethod, MethodElement fieldMethodPart, FieldElement field, String thisReplace) Future<CompiledFieldMethodPart?>
analyse fieldMethodPart if fits compiledMethod