Class SLLogicalNotNode

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

public abstract class SLLogicalNotNode extends SLExpressionNode
Example of a simple unary node that uses type specialization. See SLAddNode for information on specializations.
  • Constructor Details

    • SLLogicalNotNode

      public SLLogicalNotNode()
  • Method Details

    • doBoolean

      public static boolean doBoolean(boolean value)
    • typeError

      public static boolean typeError(Object value, com.oracle.truffle.api.nodes.Node node)