Interface FunctionDeclarationTree

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

public interface FunctionDeclarationTree extends Tree
  • Method Details

    • modifiers

      List<Tree> modifiers()
    • isConstructor

      boolean isConstructor()
    • returnType

      @CheckForNull Tree returnType()
    • name

      @CheckForNull IdentifierTree name()
    • formalParameters

      List<Tree> formalParameters()
    • body

      @CheckForNull BlockTree body()
    • nativeChildren

      List<Tree> nativeChildren()
    • rangeToHighlight

      TextRange rangeToHighlight()