Class Function5Nodes.apply

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

    public abstract static class Function5Nodes.apply
    extends ExternalMethod5Node
    • Constructor Detail

      • apply

        public apply()
    • Method Detail

      • eval

        protected java.lang.Object eval​(VmFunction self,
                                        java.lang.Object arg1,
                                        java.lang.Object arg2,
                                        java.lang.Object arg3,
                                        java.lang.Object arg4,
                                        java.lang.Object arg5)