Class ExternalMethod0Node

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Direct Known Subclasses:
AnyNodes.getClass, AnyNodes.toString, BaseNodes.Undefined, BytesNodes.toList, DataSizeNodes.toBinaryUnit, DataSizeNodes.toDecimalUnit, DynamicNodes.length, DynamicNodes.toList, DynamicNodes.toMap, FloatNodes.round, FloatNodes.toFloat, FloatNodes.toInt, FloatNodes.toString, FloatNodes.truncate, Function0Nodes.apply, IntNodes.round, IntNodes.toChar, IntNodes.toFloat, IntNodes.toInt, IntNodes.toString, IntNodes.truncate, IntSeqNodes.toList, IntSeqNodes.toListing, ListingNodes.toList, ListingNodes.toSet, ListNodes.filterNonNull, ListNodes.flatten, ListNodes.reverse, ListNodes.sort, ListNodes.toBytes, ListNodes.toDynamic, ListNodes.toList, ListNodes.toListing, ListNodes.toSet, MapNodes.toDynamic, MapNodes.toMap, MapNodes.toMapping, MappingNodes.toMap, MicrobenchmarkNodes.run, OutputBenchmarkNodes.run, ParserBenchmarkNodes.run, SetNodes.filterNonNull, SetNodes.flatten, SetNodes.reverse, SetNodes.sort, SetNodes.toDynamic, SetNodes.toList, SetNodes.toListing, SetNodes.toSet, StringNodes.capitalize, StringNodes.decapitalize, StringNodes.reverse, StringNodes.toBoolean, StringNodes.toBooleanOrNull, StringNodes.toFloat, StringNodes.toFloatOrNull, StringNodes.toInt, StringNodes.toIntOrNull, StringNodes.toLowerCase, StringNodes.toUpperCase, StringNodes.trim, StringNodes.trimEnd, StringNodes.trimStart, TypedNodes.toDynamic, TypedNodes.toMap

public abstract class ExternalMethod0Node extends ExternalMethodNode
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     

    Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node

    com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children

    Nested classes/interfaces inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode

    com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode
  • Field Summary

    Fields inherited from class org.pkl.core.ast.PklNode

    sourceSection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.pkl.core.stdlib.ExternalMemberNode

    getQualifiedMemberName, getReceiverNode

    Methods inherited from class org.pkl.core.ast.PklNode

    exceptionBuilder, getShortName, getSourceSection, toString

    Methods inherited from class com.oracle.truffle.api.nodes.Node

    accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, reportReplace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode

    createProbe, findNearestNodeAt, findNearestNodeAt, findProbe, getNodeObject, materializeInstrumentableNodes
  • Constructor Details

    • ExternalMethod0Node

      public ExternalMethod0Node()