Interface CatchTree

All Superinterfaces:
HasTextRange, Tree
All Known Implementing Classes:
CatchTreeImpl

public interface CatchTree extends Tree
  • Method Details

    • keyword

      Token keyword()
    • catchParameter

      @CheckForNull Tree catchParameter()
    • catchBlock

      Tree catchBlock()