Package com.oracle.truffle.sl.nodes
package com.oracle.truffle.sl.nodes
-
ClassesClassDescriptionUtility base class for operations that take two arguments (per convention called "left" and "right").This class performs two additional tasks: Lazily registration of functions on first execution.Base class for all SL nodes that produce a value and therefore benefit from type specialization.The root of all SL execution trees.The base class of all Truffle nodes for SL.The type system of SL, as explained in
SLLanguage.The initialRootNodeoffunctionswhen they are created, i.e., when they are still undefined.