Class ReflectNodes.StringLiteralType

  • All Implemented Interfaces:
    com.oracle.truffle.api.nodes.NodeInterface, java.lang.Cloneable
    Enclosing class:
    ReflectNodes

    public abstract static class ReflectNodes.StringLiteralType
    extends ExternalMethod1Node
    • Constructor Detail

      • StringLiteralType

        public StringLiteralType()
    • Method Detail

      • eval

        protected VmTyped eval​(VmTyped self,
                               java.lang.String value)