DefaultFunc class
- Inheritance
- Object
- FunctionBase
- DefaultFunc
Constructors
Properties
- context ↔ Contexts
-
read / write, inherited
- currentFileInfo ↔ FileInfo
-
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- index ↔ int
-
read / write, inherited
- less ↔ TreeApi
-
read / write, inherited
- name ↔ String
-
read / write, inherited
-
registry
↔ Map<
String, FunctionRegistryItem> -
Method registry: { 'externalName': {'name': internalName, 'listArguments': false} }
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
call(
List< Node> args) → dynamic -
Call the last valid name of method
inherited
-
error(
LessError e) → void -
eval(
) → Node -
@DefineMethod(name: 'default')
-
init(
Contexts context, int index, FileInfo currentFileInfo) → void -
Config functions with the necessarry information for processing
inherited
-
isValid(
String name) → bool -
Check if name is a method name available
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
reset(
) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
-
value(
int v) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited