@Exported public interface FunctionDeclarationTree extends StatementTree
function name ( parameters ) body
Modifier and Type | Method and Description |
---|---|
BlockTree |
getBody() |
String |
getName() |
List<? extends ExpressionTree> |
getParameters() |
boolean |
isStrict() |
accept, getEndPosition, getKind, getStartPosition
String getName()
List<? extends ExpressionTree> getParameters()
BlockTree getBody()
boolean isStrict()