Uses of Class
org.sonar.plugins.javascript.api.symbols.TypeSet
-
Packages that use TypeSet Package Description org.sonar.javascript.tree.impl.declaration org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.impl.expression.jsx org.sonar.javascript.tree.impl.flow 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). -
-
Uses of TypeSet in org.sonar.javascript.tree.impl.declaration
Methods in org.sonar.javascript.tree.impl.declaration that return TypeSet Modifier and Type Method Description TypeSetClassTreeImpl. types() -
Uses of TypeSet in org.sonar.javascript.tree.impl.expression
Methods in org.sonar.javascript.tree.impl.expression that return TypeSet Modifier and Type Method Description TypeSetArrayAssignmentPatternTreeImpl. types()TypeSetArrayLiteralTreeImpl. types()TypeSetArrowFunctionTreeImpl. types()TypeSetAssignmentExpressionTreeImpl. types()TypeSetBinaryExpressionTreeImpl. types()TypeSetBracketMemberExpressionTreeImpl. types()TypeSetCallExpressionTreeImpl. types()TypeSetConditionalExpressionTreeImpl. types()TypeSetDotMemberExpressionTreeImpl. types()TypeSetFunctionExpressionTreeImpl. types()TypeSetIdentifierTreeImpl. types()TypeSetImportTreeImpl. types()TypeSetLiteralTreeImpl. types()TypeSetNewExpressionTreeImpl. types()TypeSetNewTargetTreeImpl. types()TypeSetObjectAssignmentPatternTreeImpl. types()TypeSetObjectLiteralTreeImpl. types()TypeSetParenthesisedExpressionTreeImpl. types()TypeSetPostfixExpressionTreeImpl. types()TypeSetPrefixExpressionTreeImpl. types()TypeSetSpreadElementTreeImpl. types()TypeSetSuperTreeImpl. types()TypeSetTaggedTemplateTreeImpl. types()TypeSetTemplateLiteralTreeImpl. types()TypeSetYieldExpressionTreeImpl. types() -
Uses of TypeSet in org.sonar.javascript.tree.impl.expression.jsx
Methods in org.sonar.javascript.tree.impl.expression.jsx that return TypeSet Modifier and Type Method Description TypeSetJsxSelfClosingElementTreeImpl. types()TypeSetJsxShortFragmentElementTreeImpl. types()TypeSetJsxStandardElementTreeImpl. types() -
Uses of TypeSet in org.sonar.javascript.tree.impl.flow
Methods in org.sonar.javascript.tree.impl.flow that return TypeSet Modifier and Type Method Description TypeSetFlowCastingExpressionTreeImpl. types() -
Uses of TypeSet in org.sonar.plugins.javascript.api.symbols
Methods in org.sonar.plugins.javascript.api.symbols that return TypeSet Modifier and Type Method Description static TypeSetTypeSet. emptyTypeSet()TypeSetTypeSet. immutableCopy()TypeSetSymbol. types() -
Uses of TypeSet in org.sonar.plugins.javascript.api.tree.expression
Methods in org.sonar.plugins.javascript.api.tree.expression that return TypeSet Modifier and Type Method Description TypeSetExpressionTree. types()Returns an unmodifiable set of the possible types for the expression.
-