Class SLBuiltinAstNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class SLBuiltinAstNode extends SLExpressionNode
  • Method Details

    • executeGeneric

      public final Object executeGeneric(com.oracle.truffle.api.frame.VirtualFrame frame)
      Description copied from class: SLExpressionNode
      The execute method when no specialization is possible. This is the most general case, therefore it must be provided by all subclasses.
      Specified by:
      executeGeneric in class SLExpressionNode
    • executeImpl

      public abstract Object executeImpl(com.oracle.truffle.api.frame.VirtualFrame frame)