Interface AstNode<N>

Type Parameters:
N - type of node

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

    Modifier and Type
    Method
    Description
     
    getNext(N node)
     
  • Method Details

    • getFirstChild

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

      @Nullable N getNext(@NotNull N node)