Interface FunctionTree

All Superinterfaces:
HasAttributes, Tree
All Known Subinterfaces:
ArrowFunctionExpressionTree, FunctionDeclarationTree, FunctionExpressionTree, MethodDeclarationTree
All Known Implementing Classes:
ArrowFunctionExpressionTreeImpl, FunctionDeclarationTreeImpl, FunctionExpressionTreeImpl, MethodDeclarationTreeImpl

public interface FunctionTree extends Tree, HasAttributes
Common interface for all kinds of function.