Class StemEntryNode

  • All Implemented Interfaces:
    ExpressionInterface, HasResultInterface, Statement, Serializable

    public class StemEntryNode
    extends Object
    implements ExpressionInterface
    Models an entry for a stem variable (that is not a list element). This is needed because these can be expressions for the key and value which can only be determined at runtime, not earlier, hence everything has to be evaluated. Note that these come from the parser directly and are really only used by StemVariableNode to track its entries.

    Created by Jeff Gaynor
    on 9/28/20 at 1:47 PM

    See Also:
    Serialized Form