| Package | Description |
|---|---|
| org.sonar.javascript.model.internal.declaration | |
| org.sonar.javascript.model.internal.expression | |
| org.sonar.plugins.javascript.api.symbols | |
| org.sonar.plugins.javascript.api.tree.expression |
Provides interfaces to represent JavaScript source code as abstract syntax trees (AST).
|
| Modifier and Type | Method and Description |
|---|---|
TypeSet |
ParameterListTreeImpl.types() |
| Modifier and Type | Method and Description |
|---|---|
TypeSet |
DotMemberExpressionTreeImpl.types() |
TypeSet |
CallExpressionTreeImpl.types() |
TypeSet |
ConditionalExpressionTreeImpl.types() |
TypeSet |
ClassTreeImpl.types() |
TypeSet |
NewExpressionTreeImpl.types() |
TypeSet |
ComputedPropertyNameTreeImpl.types() |
TypeSet |
UndefinedTreeImpl.types() |
TypeSet |
BracketMemberExpressionTreeImpl.types() |
TypeSet |
RestElementTreeImpl.types() |
TypeSet |
BinaryExpressionTreeImpl.types() |
TypeSet |
FunctionExpressionTreeImpl.types() |
TypeSet |
ArrayLiteralTreeImpl.types() |
TypeSet |
ObjectLiteralTreeImpl.types() |
TypeSet |
ParenthesisedExpressionTreeImpl.types() |
TypeSet |
AssignmentExpressionTreeImpl.types() |
TypeSet |
TemplateLiteralTreeImpl.types() |
TypeSet |
TemplateCharactersTreeImpl.types() |
TypeSet |
LiteralTreeImpl.types() |
TypeSet |
ThisTreeImpl.types() |
TypeSet |
PairPropertyTreeImpl.types() |
TypeSet |
IdentifierTreeImpl.types() |
TypeSet |
PostfixExpressionTreeImpl.types() |
TypeSet |
ArrowFunctionTreeImpl.types() |
TypeSet |
PrefixExpressionTreeImpl.types() |
TypeSet |
TaggedTemplateTreeImpl.types() |
TypeSet |
YieldExpressionTreeImpl.types() |
TypeSet |
TemplateExpressionTreeImpl.types() |
TypeSet |
SuperTreeImpl.types() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParenthesisedExpressionTreeImpl.addTypes(TypeSet types) |
| Modifier and Type | Method and Description |
|---|---|
static TypeSet |
TypeSet.emptyTypeSet() |
TypeSet |
TypeSet.immutableCopy() |
TypeSet |
Symbol.types() |
| Modifier and Type | Method and Description |
|---|---|
TypeSet |
ExpressionTree.types()
Returns an unmodifiable set of the possible types for the expression.
|
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.