Class ListNodes.foldIndexed

  • All Implemented Interfaces:
    com.oracle.truffle.api.nodes.NodeInterface, java.lang.Cloneable
    Enclosing class:
    ListNodes

    public abstract static class ListNodes.foldIndexed
    extends ExternalMethod2Node
    • Constructor Detail

      • foldIndexed

        public foldIndexed()
    • Method Detail

      • eval

        protected java.lang.Object eval​(VmList self,
                                        java.lang.Object initial,
                                        VmFunction function)