Class PklRootNode

    • Nested Class Summary

      • 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PklRootNode​(@Nullable VmLanguage language, com.oracle.truffle.api.frame.FrameDescriptor descriptor)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected VmExceptionBuilder exceptionBuilder()  
      protected java.lang.Object executeBody​(com.oracle.truffle.api.frame.VirtualFrame frame, ExpressionNode bodyNode)  
      abstract @Nullable java.lang.String getName()  
      abstract com.oracle.truffle.api.source.SourceSection getSourceSection()  
      • Methods inherited from class com.oracle.truffle.api.nodes.RootNode

        cloneUninitialized, copy, countsTowardsStackTraceLimit, createConstantNode, execute, findAsynchronousFrames, getCallTarget, getFrameDescriptor, getParentFrameDescriptor, getQualifiedName, isCaptureFramesForTrace, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isInternal, isTrivial, prepareForAOT, translateStackTraceElement
      • Methods inherited from class com.oracle.truffle.api.nodes.ExecutableNode

        getLanguage, getLanguageInfo
      • Methods inherited from class com.oracle.truffle.api.nodes.Node

        accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PklRootNode

        protected PklRootNode​(@Nullable VmLanguage language,
                              com.oracle.truffle.api.frame.FrameDescriptor descriptor)
    • Method Detail

      • getSourceSection

        public abstract com.oracle.truffle.api.source.SourceSection getSourceSection()
        Overrides:
        getSourceSection in class com.oracle.truffle.api.nodes.Node
      • getName

        public abstract @Nullable java.lang.String getName()
        Overrides:
        getName in class com.oracle.truffle.api.nodes.RootNode
      • executeBody

        protected final java.lang.Object executeBody​(com.oracle.truffle.api.frame.VirtualFrame frame,
                                                     ExpressionNode bodyNode)