| Package | Description |
|---|---|
| org.sonar.javascript.parser |
| Modifier and Type | Method and Description |
|---|---|
RestElementTreeImpl |
JavaScriptGrammar.BINDING_REST_ELEMENT()
ECMAScript 6
|
RestElementTreeImpl |
TreeFactory.bindingRestElement(InternalSyntaxToken ellipsis,
IdentifierTreeImpl identifier) |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTreeImpl |
TreeFactory.newFormalRestParameterList(RestElementTreeImpl restParameter) |
| Modifier and Type | Method and Description |
|---|---|
ParameterListTreeImpl |
TreeFactory.newFormalParameterList(BindingElementTree formalParameter,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,BindingElementTree>>> formalParameters,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,RestElementTreeImpl>> restElement) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.