Interface AstNode<N>

  • Type Parameters:
    N - type of node

    public interface AstNode<N>
    Interface for converting to AstAccess
    • Method Detail

      • getFirstChild

        @Nullable
        N getFirstChild​(@NotNull
                        N node)
      • getNext

        @Nullable
        N getNext​(@NotNull
                  N node)