Class Node_ExprList

    • Field Detail

      • components

        protected final List<Expr> components
        Some list of expressions
    • Constructor Detail

      • Node_ExprList

        public Node_ExprList​(List<Expr> components)
        Constructor
        Parameters:
        components -
    • Method Detail

      • getComponents

        public List<Expr> getComponents()
        Get the list of expressions
        Returns: