Class ByteConstantValueNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
org.pkl.core.ast.PklNode
org.pkl.core.ast.ExpressionNode
org.pkl.core.ast.ByteConstantValueNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable, ConstantNode

public class ByteConstantValueNode extends ExpressionNode implements ConstantNode
  • Constructor Details

    • ByteConstantValueNode

      public ByteConstantValueNode(byte value)
  • Method Details