Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.RestElementTree
-
Packages that use RestElementTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.plugins.javascript.api.visitors -
-
Uses of RestElementTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return RestElementTree Modifier and Type Method Description RestElementTreeJavaScriptGrammar. BINDING_REST_ELEMENT()ECMAScript 6RestElementTreeTreeFactory. bindingRestElement(InternalSyntaxToken ellipsis, BindingElementTree bindingElement, com.sonar.sslr.api.typed.Optional<FlowTypeAnnotationTree> type)RestElementTreeJavaScriptGrammar. REST_OBJECT_BINDING_ELEMENT()RestElementTreeTreeFactory. restObjectBindingElement(InternalSyntaxToken ellipsis, BindingElementTree bindingElement)Methods in org.sonar.javascript.parser with parameters of type RestElementTree Modifier and Type Method Description ParameterListTreeTreeFactory. formalParameterClause2(InternalSyntaxToken lParenthesis, SeparatedList<BindingElementTree> parameters, InternalSyntaxToken comma, RestElementTree restElementTree, InternalSyntaxToken rParenthesis)ObjectBindingPatternTreeTreeFactory. objectBindingPattern2(InternalSyntaxToken lCurlyBrace, RestElementTree rest, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> trailingComma, InternalSyntaxToken rCurlyBrace)Method parameters in org.sonar.javascript.parser with type arguments of type RestElementTree Modifier and Type Method Description ParameterListTreeTreeFactory. formalParameterClause3(InternalSyntaxToken lParenthesis, com.sonar.sslr.api.typed.Optional<RestElementTree> restElementTree, InternalSyntaxToken rParenthesis) -
Uses of RestElementTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement RestElementTree Modifier and Type Class Description classRestElementTreeImpl -
Uses of RestElementTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type RestElementTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitRestElement(RestElementTree tree)
-