FunctionCaller class
Constructors
- FunctionCaller(String name, Contexts context, int index, FileInfo currentFileInfo)
-
factory
Properties
- context ↔ Contexts
-
read / write
- currentFileInfo ↔ FileInfo
-
read / write
-
customCache
↔ List<
FunctionBase> -
read / write
- defaultCache ↔ FunctionBase
-
read / write
- found ↔ FunctionBase
-
Instance that has the method to call
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index ↔ int
-
read / write
-
innerCache
↔ List<
FunctionBase> -
Inner instance classes
read / write
- name ↔ String
-
Method name to call
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
call(
List< Node> args) → dynamic -
isValid(
) → bool - Search the method in the instances, return true if found
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- cache ↔ FunctionCaller
-
Instance reutilitation
read / write