Interface ParameterTree

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

public interface ParameterTree extends Tree
  • Method Details

    • identifier

      @CheckForNull IdentifierTree identifier()
    • type

      @CheckForNull Tree type()
    • defaultValue

      @CheckForNull Tree defaultValue()
    • modifiers

      List<Tree> modifiers()