public interface FunctionExpressionTree extends ExpressionTree
var func = function ( parameters ) body
Modifier and Type | Method and Description |
---|---|
BlockTree |
getBody()
Returns the body of code of this function.
|
String |
getName()
Returns the name of the function being declared.
|
List<? extends ExpressionTree> |
getParameters()
Returns the parameters of this function.
|
boolean |
isStrict()
Is this a strict function?
|
accept, getEndPosition, getKind, getStartPosition
String getName()
List<? extends ExpressionTree> getParameters()
BlockTree getBody()
boolean isStrict()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-02-27-130607.doko.src