| Package | Description |
|---|---|
| org.sonar.javascript.tree.impl.expression | |
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.symbols |
| Modifier and Type | Method and Description |
|---|---|
void |
YieldExpressionTreeImpl.add(Type type) |
void |
TemplateLiteralTreeImpl.add(Type type) |
void |
TemplateCharactersTreeImpl.add(Type type) |
void |
TaggedTemplateTreeImpl.add(Type type) |
void |
SuperTreeImpl.add(Type type) |
void |
SpreadElementTreeImpl.add(Type type) |
void |
PrefixExpressionTreeImpl.add(Type type) |
void |
PostfixExpressionTreeImpl.add(Type type) |
void |
ParenthesisedExpressionTreeImpl.add(Type type) |
void |
ObjectLiteralTreeImpl.add(Type type) |
void |
NewExpressionTreeImpl.add(Type type) |
void |
LiteralTreeImpl.add(Type type) |
void |
IdentifierTreeImpl.add(Type type) |
void |
FunctionExpressionTreeImpl.add(Type type) |
void |
DotMemberExpressionTreeImpl.add(Type type) |
void |
ConditionalExpressionTreeImpl.add(Type type) |
void |
ClassTreeImpl.add(Type type) |
void |
CallExpressionTreeImpl.add(Type type) |
void |
BracketMemberExpressionTreeImpl.add(Type type) |
void |
BinaryExpressionTreeImpl.add(Type type) |
void |
AssignmentExpressionTreeImpl.add(Type type) |
void |
ArrowFunctionTreeImpl.add(Type type) |
void |
ArrayLiteralTreeImpl.add(Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayType |
class |
ClassType |
class |
FunctionType |
class |
ObjectType |
static class |
ObjectType.BuiltInObjectType |
static class |
ObjectType.FrameworkType |
static class |
ObjectType.WebApiType |
class |
PrimitiveType |
| Modifier and Type | Method and Description |
|---|---|
Type |
ArrayType.elementType() |
static Type |
BuiltInMethods.inferType(CallExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypableTree.add(Type type) |
static ArrayType |
ArrayType.create(Type elementType) |
| Modifier and Type | Method and Description |
|---|---|
Type |
TypeSet.element() |
Type |
TypeSet.getUniqueKnownType()
Returns Type, which is the only not UNKNOWN element of TypeSet.
|
Type |
TypeSet.getUniqueType(Type.Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Type> |
TypeSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeSet.add(Type type) |
void |
Symbol.addType(Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeSet.addAll(Collection<? extends Type> c) |
void |
Symbol.addTypes(Set<Type> type) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.