Class NearestNode

java.lang.Object
org.graalvm.tools.lsp.server.utils.NearestNode

public final class NearestNode extends Object
  • Constructor Details

    • NearestNode

      public NearestNode(com.oracle.truffle.api.nodes.Node nearestNode, com.oracle.truffle.api.source.SourceSection sourceSection, NearestSectionsFinder.NodeLocationType locationType)
  • Method Details

    • getNode

      public com.oracle.truffle.api.nodes.Node getNode()
    • getSourceSection

      public com.oracle.truffle.api.source.SourceSection getSourceSection()
    • getLocationType

      public NearestSectionsFinder.NodeLocationType getLocationType()