Uses of Interface
org.sonar.plugins.javascript.api.symbols.Type
-
Packages that use Type Package Description org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.symbols -
-
Uses of Type in org.sonar.javascript.tree.impl.declaration
Methods in org.sonar.javascript.tree.impl.declaration with parameters of type Type Modifier and Type Method Description voidClassTreeImpl. add(Type type) -
Uses of Type in org.sonar.javascript.tree.impl.expression
Methods in org.sonar.javascript.tree.impl.expression with parameters of type Type Modifier and Type Method Description voidArrayLiteralTreeImpl. add(Type type)voidArrowFunctionTreeImpl. add(Type type)voidAssignmentExpressionTreeImpl. add(Type type)voidBinaryExpressionTreeImpl. add(Type type)voidBracketMemberExpressionTreeImpl. add(Type type)voidCallExpressionTreeImpl. add(Type type)voidConditionalExpressionTreeImpl. add(Type type)voidDotMemberExpressionTreeImpl. add(Type type)voidFunctionExpressionTreeImpl. add(Type type)voidIdentifierTreeImpl. add(Type type)voidLiteralTreeImpl. add(Type type)voidNewExpressionTreeImpl. add(Type type)voidObjectLiteralTreeImpl. add(Type type)voidParenthesisedExpressionTreeImpl. add(Type type)voidPostfixExpressionTreeImpl. add(Type type)voidPrefixExpressionTreeImpl. add(Type type)voidSpreadElementTreeImpl. add(Type type)voidSuperTreeImpl. add(Type type)voidTaggedTemplateTreeImpl. add(Type type)voidTemplateLiteralTreeImpl. add(Type type)voidYieldExpressionTreeImpl. add(Type type) -
Uses of Type in org.sonar.javascript.tree.symbols.type
Classes in org.sonar.javascript.tree.symbols.type that implement Type Modifier and Type Class Description classArrayTypeclassClassTypeclassFunctionTypeclassObjectTypestatic classObjectType.BuiltInObjectTypestatic classObjectType.FrameworkTypestatic classObjectType.WebApiTypeclassPrimitiveTypeMethods in org.sonar.javascript.tree.symbols.type that return Type Modifier and Type Method Description TypeArrayType. elementType()static TypeBuiltInMethods. inferType(CallExpressionTree tree)Methods in org.sonar.javascript.tree.symbols.type with parameters of type Type Modifier and Type Method Description voidTypableTree. add(Type type)static ArrayTypeArrayType. create(Type elementType) -
Uses of Type in org.sonar.plugins.javascript.api.symbols
Methods in org.sonar.plugins.javascript.api.symbols that return Type Modifier and Type Method Description TypeTypeSet. element()TypeTypeSet. getUniqueKnownType()Returns Type, which is the only not UNKNOWN element of TypeSet.TypeTypeSet. getUniqueType(Type.Kind kind)Methods in org.sonar.plugins.javascript.api.symbols that return types with arguments of type Type Modifier and Type Method Description Iterator<Type>TypeSet. iterator()Methods in org.sonar.plugins.javascript.api.symbols with parameters of type Type Modifier and Type Method Description booleanTypeSet. add(Type type)voidSymbol. addType(Type type)Method parameters in org.sonar.plugins.javascript.api.symbols with type arguments of type Type Modifier and Type Method Description booleanTypeSet. addAll(Collection<? extends Type> c)voidSymbol. addTypes(Set<Type> type)
-