Class UnresolvedTypeNode.StringLiteral

java.lang.Object
com.oracle.truffle.api.nodes.Node
org.pkl.core.ast.PklNode
org.pkl.core.ast.type.UnresolvedTypeNode
org.pkl.core.ast.type.UnresolvedTypeNode.StringLiteral
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
UnresolvedTypeNode

public static final class UnresolvedTypeNode.StringLiteral extends UnresolvedTypeNode
  • Constructor Details

    • StringLiteral

      public StringLiteral(com.oracle.truffle.api.source.SourceSection sourceSection, String literal)
  • Method Details