Namespace Fluency.Execution.Parsing.Entities.ArgumentTypes
Classes
BoolArg
Represents a boolean argument to a function.
DoubleArg
Represents a double argument to a function.
FunctionArg
Represents a function argument to any function or a parameter a declared function takes.
IntArg
Represents an integer argument to a function.
StringArg
Represents a string argument to a function.