Class PklNode

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

      Fields 
      Modifier and Type Field Description
      protected com.oracle.truffle.api.source.SourceSection sourceSection  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PklNode()  
      protected PklNode​(com.oracle.truffle.api.source.SourceSection sourceSection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected VmExceptionBuilder exceptionBuilder()  
      protected java.lang.String getShortName()  
      com.oracle.truffle.api.source.SourceSection getSourceSection()  
      java.lang.String 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
      • Methods inherited from class java.lang.Object

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

      • sourceSection

        protected final com.oracle.truffle.api.source.SourceSection sourceSection
    • Constructor Detail

      • PklNode

        protected PklNode​(com.oracle.truffle.api.source.SourceSection sourceSection)
      • PklNode

        protected PklNode()
    • Method Detail

      • getSourceSection

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

        protected final java.lang.String getShortName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.oracle.truffle.api.nodes.Node