| Class | Description |
|---|---|
| SLReadArgumentNode |
Reads a function argument.
|
| SLReadLocalVariableNode |
Node to read a local variable from a function's
frame. |
| SLScopedNode |
The SL implementation of
NodeLibrary provides fast access to local variables. |
| SLWriteLocalVariableNode |
Node to write a local variable to a function's
frame. |