Class SLStringLiteralNode

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

public final class SLStringLiteralNode extends SLExpressionNode
Constant literal for a String value.
  • Constructor Details

    • SLStringLiteralNode

      public SLStringLiteralNode(com.oracle.truffle.api.strings.TruffleString value)
  • Method Details

    • executeGeneric

      public com.oracle.truffle.api.strings.TruffleString 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