Class PsiTree.Node

java.lang.Object
org.openrewrite.kotlin.internal.PsiTree.Node
Enclosing class:
PsiTree

public static class PsiTree.Node extends Object
  • Constructor Details

    • Node

      public Node(org.jetbrains.kotlin.com.intellij.openapi.util.TextRange range, String type, @Nullable @Nullable PsiTree.Node parent, org.jetbrains.kotlin.com.intellij.psi.PsiElement psiElement)
  • Method Details