Class | Description |
---|---|
AstBuiltin<T extends AstBuiltin<T>> |
(Replacement for AstPrimitive).
|
AstExec |
Apply A Function.
|
AstFrame |
A Frame.
|
AstFunction |
Define a function
Syntax: { ids...
|
AstParameter | |
AstPrimitive<T extends AstPrimitive<T>> |
A primitive operation.
|
AstRoot<T extends AstRoot<T>> |
Base class for all nodes in Rapids language Abstract Syntax Tree.
|
AstRow |
A Row.
|