| Package | Description |
|---|---|
| org.sonar.javascript.parser | |
| org.sonar.javascript.tree.impl.flow | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
FlowObjectTypeTree |
JavaScriptGrammar.FLOW_OBJECT_TYPE() |
FlowObjectTypeTree |
TreeFactory.flowObjectType(SyntaxToken lcurly,
com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties,
SyntaxToken rcurly) |
FlowObjectTypeTree |
TreeFactory.flowStrictObjectType(SyntaxToken lcurly,
SyntaxToken lpipe,
com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties,
SyntaxToken rpipe,
SyntaxToken rcurly) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowObjectTypeTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleDispatchVisitor.visitFlowObjectTypeTree(FlowObjectTypeTree tree) |
Copyright © 2011–2018 SonarSource and Eriks Nukis. All rights reserved.