Class ComplexNodePushElaborator

Direct Known Subclasses:
ComputedElement.ComputedElementElaborator, FixedElement.FixedElementElaborator

public abstract class ComplexNodePushElaborator extends FallbackElaborator
Elaborator for element construction expressions (both fixed and computed). This class provides pull and single-item evaluation of these instructions; these invoke the corresponding push evaluator which must be implemented in a subclass.
  • Constructor Details

    • ComplexNodePushElaborator

      public ComplexNodePushElaborator()
  • Method Details