Uses of Interface
org.sonar.plugins.javascript.api.tree.lexical.SyntaxToken
-
-
Uses of SyntaxToken in org.sonar.javascript.cfg
Methods in org.sonar.javascript.cfg that return types with arguments of type SyntaxToken Modifier and Type Method Description Set<SyntaxToken>ControlFlowGraph. disconnectingJumps(CfgBlock block) -
Uses of SyntaxToken in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser with parameters of type SyntaxToken Modifier and Type Method Description FlowObjectTypeTreeTreeFactory. flowObjectType(SyntaxToken lcurly, com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties, SyntaxToken rcurly)FlowSimplePropertyDefinitionKeyTreeTreeFactory. flowSimplePropertyDefinitionKeyTree(SyntaxToken name, com.sonar.sslr.api.typed.Optional<SyntaxToken> queryToken)FlowSimpleTypeTreeTreeFactory. flowSimpleType(SyntaxToken token)FlowObjectTypeTreeTreeFactory. flowStrictObjectType(SyntaxToken lcurly, SyntaxToken lpipe, com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties, SyntaxToken rpipe, SyntaxToken rcurly)NewTargetTreeTreeFactory. newTarget(SyntaxToken newKeyword, SyntaxToken dot, SyntaxToken target)Method parameters in org.sonar.javascript.parser with type arguments of type SyntaxToken Modifier and Type Method Description FlowFunctionTypeParameterTreeTreeFactory. flowFunctionTypeParameter(IdentifierTree identifier, com.sonar.sslr.api.typed.Optional<SyntaxToken> query, FlowTypeAnnotationTree typeAnnotation)FlowIntersectionTypeTreeTreeFactory. flowIntersectionType(com.sonar.sslr.api.typed.Optional<SyntaxToken> startAnd, SeparatedList<FlowTypeTree> elements)FlowSimplePropertyDefinitionKeyTreeTreeFactory. flowSimplePropertyDefinitionKeyTree(SyntaxToken name, com.sonar.sslr.api.typed.Optional<SyntaxToken> queryToken)FlowUnionTypeTreeTreeFactory. flowUnionType(com.sonar.sslr.api.typed.Optional<SyntaxToken> startPipe, SeparatedList<FlowTypeTree> elements) -
Uses of SyntaxToken in org.sonar.javascript.tree.impl
Methods in org.sonar.javascript.tree.impl that return SyntaxToken Modifier and Type Method Description SyntaxTokenJavaScriptTree. firstToken()SyntaxTokenJavaScriptTree. lastToken() -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.declaration
Methods in org.sonar.javascript.tree.impl.declaration that return SyntaxToken Modifier and Type Method Description SyntaxTokenExportDefaultBindingWithNameSpaceExportImpl. asToken()SyntaxTokenNameSpaceExportDeclarationTreeImpl. asToken()SyntaxTokenNameSpaceImportTreeImpl. asToken()SyntaxTokenSpecifierTreeImpl. asToken()SyntaxTokenAccessorMethodDeclarationTreeImpl. asyncToken()SyntaxTokenFunctionDeclarationTreeImpl. asyncToken()SyntaxTokenMethodDeclarationTreeImpl. asyncToken()SyntaxTokenDecoratorTreeImpl. atToken()SyntaxTokenClassTreeImpl. classToken()SyntaxTokenClassTreeImpl. closeCurlyBraceToken()SyntaxTokenNamedImportExportClauseTreeImpl. closeCurlyBraceToken()SyntaxTokenObjectBindingPatternTreeImpl. closeCurlyBraceToken()SyntaxTokenParameterListTreeImpl. closeParenthesisToken()SyntaxTokenBindingPropertyTreeImpl. colonToken()SyntaxTokenExportDefaultBindingWithExportListImpl. commaToken()SyntaxTokenExportDefaultBindingWithNameSpaceExportImpl. commaToken()SyntaxTokenImportClauseTreeImpl. commaToken()SyntaxTokenDefaultExportDeclarationTreeImpl. defaultToken()SyntaxTokenScriptTreeImpl. EOFToken()SyntaxTokenFieldDeclarationTreeImpl. equalToken()SyntaxTokenInitializedBindingElementTreeImpl. equalToken()SyntaxTokenDefaultExportDeclarationTreeImpl. exportToken()SyntaxTokenNamedExportDeclarationTreeImpl. exportToken()SyntaxTokenNameSpaceExportDeclarationTreeImpl. exportToken()SyntaxTokenExtendsClauseTreeImpl. extendsToken()SyntaxTokenImportDeclarationTreeImpl. flowImportTypeOrTypeOfToken()SyntaxTokenSpecifierTreeImpl. flowImportTypeOrTypeOfToken()SyntaxTokenNameSpaceExportDeclarationTreeImpl. flowTypeKeywordToken()SyntaxTokenExportClauseTreeImpl. flowTypeToken()SyntaxTokenFromClauseTreeImpl. fromToken()SyntaxTokenFunctionDeclarationTreeImpl. functionKeyword()SyntaxTokenImportDeclarationTreeImpl. importToken()SyntaxTokenImportModuleDeclarationTreeImpl. importToken()SyntaxTokenClassTreeImpl. openCurlyBraceToken()SyntaxTokenNamedImportExportClauseTreeImpl. openCurlyBraceToken()SyntaxTokenObjectBindingPatternTreeImpl. openCurlyBraceToken()SyntaxTokenParameterListTreeImpl. openParenthesisToken()SyntaxTokenExportClauseTreeImpl. semicolonToken()SyntaxTokenExportDefaultBindingImpl. semicolonToken()SyntaxTokenExportDefaultBindingWithExportListImpl. semicolonToken()SyntaxTokenExportDefaultBindingWithNameSpaceExportImpl. semicolonToken()SyntaxTokenFieldDeclarationTreeImpl. semicolonToken()SyntaxTokenImportDeclarationTreeImpl. semicolonToken()SyntaxTokenImportModuleDeclarationTreeImpl. semicolonToken()SyntaxTokenNameSpaceExportDeclarationTreeImpl. semicolonToken()SyntaxTokenScriptTreeImpl. shebangToken()SyntaxTokenExportDefaultBindingWithNameSpaceExportImpl. starToken()SyntaxTokenFunctionDeclarationTreeImpl. starToken()SyntaxTokenMethodDeclarationTreeImpl. starToken()SyntaxTokenNameSpaceExportDeclarationTreeImpl. starToken()SyntaxTokenNameSpaceImportTreeImpl. starToken()SyntaxTokenAccessorMethodDeclarationTreeImpl. staticToken()SyntaxTokenFieldDeclarationTreeImpl. staticToken()SyntaxTokenMethodDeclarationTreeImpl. staticToken()Methods in org.sonar.javascript.tree.impl.declaration with parameters of type SyntaxToken Modifier and Type Method Description static FunctionDeclarationTreeFunctionDeclarationTreeImpl. create(SyntaxToken asyncToken, InternalSyntaxToken functionKeyword, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body) -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.expression
Methods in org.sonar.javascript.tree.impl.expression that return SyntaxToken Modifier and Type Method Description SyntaxTokenArrowFunctionTreeImpl. asyncToken()SyntaxTokenFunctionExpressionTreeImpl. asyncToken()SyntaxTokenTemplateLiteralTreeImpl. closeBacktickToken()SyntaxTokenObjectAssignmentPatternTreeImpl. closeBraceToken()SyntaxTokenArrayAssignmentPatternTreeImpl. closeBracketToken()SyntaxTokenArrayLiteralTreeImpl. closeBracketToken()SyntaxTokenBracketMemberExpressionTreeImpl. closeBracketToken()SyntaxTokenComputedPropertyNameTreeImpl. closeCurlyBraceToken()SyntaxTokenObjectLiteralTreeImpl. closeCurlyBraceToken()SyntaxTokenTemplateExpressionTreeImpl. closeCurlyBraceToken()SyntaxTokenArgumentListTreeImpl. closeParenthesisToken()SyntaxTokenParenthesisedExpressionTreeImpl. closeParenthesisToken()SyntaxTokenConditionalExpressionTreeImpl. colonToken()SyntaxTokenObjectAssignmentPatternPairElementTreeImpl. colonToken()SyntaxTokenPairPropertyTreeImpl. colonToken()SyntaxTokenTemplateExpressionTreeImpl. dollarToken()SyntaxTokenDotMemberExpressionTreeImpl. dotToken()SyntaxTokenNewTargetTreeImpl. dotToken()SyntaxTokenArrowFunctionTreeImpl. doubleArrowToken()SyntaxTokenAssignmentPatternRestElementTreeImpl. ellipsisToken()SyntaxTokenRestElementTreeImpl. ellipsisToken()SyntaxTokenSpreadElementTreeImpl. ellipsisToken()SyntaxTokenInitializedAssignmentPatternElementTreeImpl. equalToken()SyntaxTokenFunctionExpressionTreeImpl. functionKeyword()SyntaxTokenIdentifierTreeImpl. identifierToken()SyntaxTokenNewExpressionTreeImpl. newKeyword()SyntaxTokenNewTargetTreeImpl. newKeyword()SyntaxTokenTemplateLiteralTreeImpl. openBacktickToken()SyntaxTokenObjectAssignmentPatternTreeImpl. openBraceToken()SyntaxTokenArrayAssignmentPatternTreeImpl. openBracketToken()SyntaxTokenArrayLiteralTreeImpl. openBracketToken()SyntaxTokenBracketMemberExpressionTreeImpl. openBracketToken()SyntaxTokenComputedPropertyNameTreeImpl. openCurlyBraceToken()SyntaxTokenObjectLiteralTreeImpl. openCurlyBraceToken()SyntaxTokenTemplateExpressionTreeImpl. openCurlyBraceToken()SyntaxTokenArgumentListTreeImpl. openParenthesisToken()SyntaxTokenParenthesisedExpressionTreeImpl. openParenthesisToken()SyntaxTokenAssignmentExpressionTreeImpl. operatorToken()SyntaxTokenBinaryExpressionTreeImpl. operatorToken()SyntaxTokenPostfixExpressionTreeImpl. operatorToken()SyntaxTokenPrefixExpressionTreeImpl. operatorToken()SyntaxTokenConditionalExpressionTreeImpl. queryToken()SyntaxTokenFunctionExpressionTreeImpl. starToken()SyntaxTokenYieldExpressionTreeImpl. starToken()SyntaxTokenNewTargetTreeImpl. targetKeyword()SyntaxTokenImportTreeImpl. token()SyntaxTokenLiteralTreeImpl. token()SyntaxTokenSuperTreeImpl. token()SyntaxTokenYieldExpressionTreeImpl. yieldKeyword()Methods in org.sonar.javascript.tree.impl.expression that return types with arguments of type SyntaxToken Modifier and Type Method Description List<SyntaxToken>TemplateCharactersTreeImpl. characters()Methods in org.sonar.javascript.tree.impl.expression with parameters of type SyntaxToken Modifier and Type Method Description static FunctionExpressionTreeFunctionExpressionTreeImpl. create(SyntaxToken asyncToken, SyntaxToken functionToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body)static FunctionExpressionTreeFunctionExpressionTreeImpl. createGenerator(SyntaxToken functionKeyword, SyntaxToken star, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, ParameterListTree parameters, FlowTypeAnnotationTree returnType, BlockTree body) -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.expression.jsx
Methods in org.sonar.javascript.tree.impl.expression.jsx that return SyntaxToken Modifier and Type Method Description SyntaxTokenJsxClosingElementTreeImpl. closeAngleBracketToken()SyntaxTokenJsxEmptyClosingElementTreeImpl. closeAngleBracketToken()SyntaxTokenJsxEmptyOpeningElementTreeImpl. closeAngleBracketToken()SyntaxTokenJsxOpeningElementTreeImpl. closeAngleBracketToken()SyntaxTokenJsxSelfClosingElementTreeImpl. closeAngleBracketToken()SyntaxTokenJsxClosingElementTreeImpl. openAngleBracketToken()SyntaxTokenJsxEmptyClosingElementTreeImpl. openAngleBracketToken()SyntaxTokenJsxEmptyOpeningElementTreeImpl. openAngleBracketToken()SyntaxTokenJsxOpeningElementTreeImpl. openAngleBracketToken()SyntaxTokenJsxSelfClosingElementTreeImpl. openAngleBracketToken()SyntaxTokenJsxClosingElementTreeImpl. slashToken()SyntaxTokenJsxEmptyClosingElementTreeImpl. slashToken()SyntaxTokenJsxSelfClosingElementTreeImpl. slashToken()SyntaxTokenJsxIdentifierTreeImpl. token()SyntaxTokenJsxTextTreeImpl. token()Constructors in org.sonar.javascript.tree.impl.expression.jsx with parameters of type SyntaxToken Constructor Description JsxClosingElementTreeImpl(SyntaxToken ltToken, SyntaxToken slashToken, JsxElementNameTree elementName, SyntaxToken gtToken)JsxEmptyClosingElementTreeImpl(SyntaxToken ltToken, SyntaxToken slashToken, SyntaxToken gtToken)JsxEmptyOpeningElementTreeImpl(SyntaxToken ltToken, SyntaxToken gtToken)JsxIdentifierTreeImpl(SyntaxToken token)JsxOpeningElementTreeImpl(SyntaxToken ltToken, JsxElementNameTree elementName, List<JsxAttributeTree> attributes, SyntaxToken gtToken)JsxSelfClosingElementTreeImpl(SyntaxToken ltToken, JsxElementNameTree elementName, List<JsxAttributeTree> attributes, SyntaxToken divToken, SyntaxToken gtToken)JsxTextTreeImpl(SyntaxToken token) -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.flow
Methods in org.sonar.javascript.tree.impl.flow that return SyntaxToken Modifier and Type Method Description SyntaxTokenFlowArrayTypeWithKeywordTreeImpl. arrayToken()SyntaxTokenFlowModuleTreeImpl. closeCurlyBraceToken()SyntaxTokenFlowCastingExpressionTreeImpl. colonToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTreeImpl. colonToken()SyntaxTokenFlowTypeAnnotationTreeImpl. colonToken()SyntaxTokenFlowDeclareTreeImpl. declareToken()SyntaxTokenFlowModuleExportsTreeImpl. dotToken()SyntaxTokenFlowFunctionTypeTreeImpl. doubleArrowToken()SyntaxTokenFlowFunctionTypeParameterTreeImpl. ellipsisToken()SyntaxTokenFlowGenericParameterTreeImpl. equalToken()SyntaxTokenFlowTypeAliasStatementTreeImpl. equalToken()SyntaxTokenFlowModuleExportsTreeImpl. exportsToken()SyntaxTokenFlowFunctionSignatureTreeImpl. functionToken()SyntaxTokenFlowImplementsClauseTreeImpl. implementsOrExtendsToken()SyntaxTokenFlowInterfaceDeclarationTreeImpl. interfaceToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTreeImpl. lbracketToken()SyntaxTokenFlowArrayTypeShorthandTreeImpl. lBracketToken()SyntaxTokenFlowObjectTypeTreeImpl. lcurlyToken()SyntaxTokenFlowArrayTypeWithKeywordTreeImpl. leftBracketToken()SyntaxTokenFlowGenericParameterClauseTreeImpl. leftBracketToken()SyntaxTokenFlowParameterizedGenericsTypeTreeImpl. leftBracketToken()SyntaxTokenFlowTupleTypeTreeImpl. leftBracketToken()SyntaxTokenFlowInterfaceDeclarationTreeImpl. leftCurlyBraceToken()SyntaxTokenFlowFunctionTypeParameterClauseTreeImpl. leftParenthesis()SyntaxTokenFlowCastingExpressionTreeImpl. leftParenthesisToken()SyntaxTokenFlowParenthesisedTypeTreeImpl. leftParenthesisToken()SyntaxTokenFlowLiteralTypeTreeImpl. literalToken()SyntaxTokenFlowObjectTypeTreeImpl. lpipeToken()SyntaxTokenFlowLiteralTypeTreeImpl. minusToken()SyntaxTokenFlowModuleTreeImpl. moduleName()SyntaxTokenFlowModuleExportsTreeImpl. moduleToken()SyntaxTokenFlowModuleTreeImpl. moduleToken()SyntaxTokenFlowSimplePropertyDefinitionKeyTreeImpl. nameToken()SyntaxTokenFlowOpaqueTypeTreeImpl. opaqueToken()SyntaxTokenFlowTypeAliasStatementTreeImpl. opaqueToken()SyntaxTokenFlowModuleTreeImpl. openCurlyBraceToken()SyntaxTokenFlowPropertyDefinitionTreeImpl. plusOrMinusToken()SyntaxTokenFlowFunctionTypeParameterTreeImpl. queryToken()SyntaxTokenFlowSimplePropertyDefinitionKeyTreeImpl. queryToken()SyntaxTokenFlowOptionalBindingElementTreeImpl. questionToken()SyntaxTokenFlowOptionalTypeTreeImpl. questionToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTreeImpl. rbracketToken()SyntaxTokenFlowArrayTypeShorthandTreeImpl. rBracketToken()SyntaxTokenFlowObjectTypeTreeImpl. rcurlyToken()SyntaxTokenFlowArrayTypeWithKeywordTreeImpl. rightBracketToken()SyntaxTokenFlowGenericParameterClauseTreeImpl. rightBracketToken()SyntaxTokenFlowParameterizedGenericsTypeTreeImpl. rightBracketToken()SyntaxTokenFlowTupleTypeTreeImpl. rightBracketToken()SyntaxTokenFlowInterfaceDeclarationTreeImpl. rightCurlyBraceToken()SyntaxTokenFlowFunctionTypeParameterClauseTreeImpl. rightParenthesis()SyntaxTokenFlowCastingExpressionTreeImpl. rightParenthesisToken()SyntaxTokenFlowParenthesisedTypeTreeImpl. rightParenthesisToken()SyntaxTokenFlowObjectTypeTreeImpl. rpipeToken()SyntaxTokenFlowDeclareTreeImpl. semicolonToken()SyntaxTokenFlowTypeAliasStatementTreeImpl. semicolonToken()SyntaxTokenFlowIntersectionTypeTreeImpl. startAndToken()SyntaxTokenFlowUnionTypeTreeImpl. startPipeToken()SyntaxTokenFlowPropertyDefinitionTreeImpl. staticToken()SyntaxTokenFlowSimpleTypeTreeImpl. token()SyntaxTokenFlowTypeofTypeTreeImpl. typeofToken()SyntaxTokenFlowOpaqueTypeTreeImpl. typeToken()SyntaxTokenFlowTypeAliasStatementTreeImpl. typeToken() -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.lexical
Classes in org.sonar.javascript.tree.impl.lexical that implement SyntaxToken Modifier and Type Class Description classInternalSyntaxTokenclassInternalSyntaxTriviaMethods in org.sonar.javascript.tree.impl.lexical that return SyntaxToken Modifier and Type Method Description SyntaxTokenInternalSyntaxToken. firstToken()SyntaxTokenInternalSyntaxTrivia. firstToken()SyntaxTokenInternalSyntaxToken. lastToken()SyntaxTokenInternalSyntaxTrivia. lastToken() -
Uses of SyntaxToken in org.sonar.javascript.tree.impl.statement
Methods in org.sonar.javascript.tree.impl.statement that return SyntaxToken Modifier and Type Method Description SyntaxTokenForObjectStatementTreeImpl. awaitToken()SyntaxTokenBreakStatementTreeImpl. breakKeyword()SyntaxTokenCatchBlockTreeImpl. catchKeyword()SyntaxTokenBlockTreeImpl. closeCurlyBraceToken()SyntaxTokenSwitchStatementTreeImpl. closeCurlyBraceToken()SyntaxTokenCatchBlockTreeImpl. closeParenthesisToken()SyntaxTokenDoWhileStatementTreeImpl. closeParenthesisToken()SyntaxTokenForObjectStatementTreeImpl. closeParenthesisToken()SyntaxTokenForStatementTreeImpl. closeParenthesisToken()SyntaxTokenIfStatementTreeImpl. closeParenthesisToken()SyntaxTokenSwitchStatementTreeImpl. closeParenthesisToken()SyntaxTokenWhileStatementTreeImpl. closeParenthesisToken()SyntaxTokenWithStatementTreeImpl. closingParenthesisToken()SyntaxTokenCaseClauseTreeImpl. colonToken()SyntaxTokenDefaultClauseTreeImpl. colonToken()SyntaxTokenLabelledStatementTreeImpl. colonToken()SyntaxTokenContinueStatementTreeImpl. continueKeyword()SyntaxTokenDebuggerStatementTreeImpl. debuggerKeyword()SyntaxTokenDoWhileStatementTreeImpl. doKeyword()SyntaxTokenElseClauseTreeImpl. elseKeyword()SyntaxTokenFinallyBlockTreeImpl. finallyKeyword()SyntaxTokenForStatementTreeImpl. firstSemicolonToken()SyntaxTokenForObjectStatementTreeImpl. forKeyword()SyntaxTokenForStatementTreeImpl. forKeyword()SyntaxTokenIfStatementTreeImpl. ifKeyword()SyntaxTokenCaseClauseTreeImpl. keyword()SyntaxTokenDefaultClauseTreeImpl. keyword()SyntaxTokenBreakStatementTreeImpl. labelToken()SyntaxTokenContinueStatementTreeImpl. labelToken()SyntaxTokenLabelledStatementTreeImpl. labelToken()SyntaxTokenForObjectStatementTreeImpl. ofOrInKeyword()SyntaxTokenBlockTreeImpl. openCurlyBraceToken()SyntaxTokenSwitchStatementTreeImpl. openCurlyBraceToken()SyntaxTokenWithStatementTreeImpl. openingParenthesisToken()SyntaxTokenCatchBlockTreeImpl. openParenthesisToken()SyntaxTokenDoWhileStatementTreeImpl. openParenthesisToken()SyntaxTokenForObjectStatementTreeImpl. openParenthesisToken()SyntaxTokenForStatementTreeImpl. openParenthesisToken()SyntaxTokenIfStatementTreeImpl. openParenthesisToken()SyntaxTokenSwitchStatementTreeImpl. openParenthesisToken()SyntaxTokenWhileStatementTreeImpl. openParenthesisToken()SyntaxTokenReturnStatementTreeImpl. returnKeyword()SyntaxTokenForStatementTreeImpl. secondSemicolonToken()SyntaxTokenBreakStatementTreeImpl. semicolonToken()SyntaxTokenContinueStatementTreeImpl. semicolonToken()SyntaxTokenDebuggerStatementTreeImpl. semicolonToken()SyntaxTokenDoWhileStatementTreeImpl. semicolonToken()SyntaxTokenEmptyStatementTreeImpl. semicolonToken()SyntaxTokenExpressionStatementTreeImpl. semicolonToken()SyntaxTokenReturnStatementTreeImpl. semicolonToken()SyntaxTokenThrowStatementTreeImpl. semicolonToken()SyntaxTokenVariableStatementTreeImpl. semicolonToken()SyntaxTokenSwitchStatementTreeImpl. switchKeyword()SyntaxTokenThrowStatementTreeImpl. throwKeyword()SyntaxTokenVariableDeclarationTreeImpl. token()SyntaxTokenTryStatementTreeImpl. tryKeyword()SyntaxTokenDoWhileStatementTreeImpl. whileKeyword()SyntaxTokenWhileStatementTreeImpl. whileKeyword()SyntaxTokenWithStatementTreeImpl. withKeyword() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree
Methods in org.sonar.plugins.javascript.api.tree that return SyntaxToken Modifier and Type Method Description SyntaxTokenScriptTree. EOFToken()SyntaxTokenTree. firstToken()SyntaxTokenTree. lastToken()SyntaxTokenScriptTree. shebangToken() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.declaration
Methods in org.sonar.plugins.javascript.api.tree.declaration that return SyntaxToken Modifier and Type Method Description SyntaxTokenExportDefaultBindingWithNameSpaceExport. asToken()SyntaxTokenNameSpaceExportDeclarationTree. asToken()SyntaxTokenNameSpaceImportTree. asToken()SyntaxTokenSpecifierTree. asToken()SyntaxTokenFunctionTree. asyncToken()SyntaxTokenDecoratorTree. atToken()SyntaxTokenClassTree. classToken()SyntaxTokenArrayBindingPatternTree. closeBracketToken()SyntaxTokenClassTree. closeCurlyBraceToken()SyntaxTokenNamedImportExportClauseTree. closeCurlyBraceToken()SyntaxTokenObjectBindingPatternTree. closeCurlyBraceToken()SyntaxTokenParameterListTree. closeParenthesisToken()SyntaxTokenBindingPropertyTree. colonToken()SyntaxTokenExportDefaultBindingWithExportList. commaToken()SyntaxTokenExportDefaultBindingWithNameSpaceExport. commaToken()SyntaxTokenImportClauseTree. commaToken()SyntaxTokenDefaultExportDeclarationTree. defaultToken()SyntaxTokenFieldDeclarationTree. equalToken()SyntaxTokenInitializedBindingElementTree. equalToken()SyntaxTokenDefaultExportDeclarationTree. exportToken()SyntaxTokenExportDeclarationTree. exportToken()SyntaxTokenNamedExportDeclarationTree. exportToken()SyntaxTokenExtendsClauseTree. extendsToken()SyntaxTokenImportDeclarationTree. flowImportTypeOrTypeOfToken()SyntaxTokenSpecifierTree. flowImportTypeOrTypeOfToken()SyntaxTokenNameSpaceExportDeclarationTree. flowTypeKeywordToken()SyntaxTokenExportClauseTree. flowTypeToken()SyntaxTokenFromClauseTree. fromToken()SyntaxTokenFunctionDeclarationTree. functionKeyword()SyntaxTokenImportDeclarationTree. importToken()SyntaxTokenImportModuleDeclarationTree. importToken()SyntaxTokenArrayBindingPatternTree. openBracketToken()SyntaxTokenClassTree. openCurlyBraceToken()SyntaxTokenNamedImportExportClauseTree. openCurlyBraceToken()SyntaxTokenObjectBindingPatternTree. openCurlyBraceToken()SyntaxTokenParameterListTree. openParenthesisToken()SyntaxTokenDefaultExportDeclarationTree. semicolonToken()SyntaxTokenExportClauseTree. semicolonToken()SyntaxTokenExportDefaultBinding. semicolonToken()SyntaxTokenExportDefaultBindingWithExportList. semicolonToken()SyntaxTokenExportDefaultBindingWithNameSpaceExport. semicolonToken()SyntaxTokenFieldDeclarationTree. semicolonToken()SyntaxTokenImportDeclarationTree. semicolonToken()SyntaxTokenImportModuleDeclarationTree. semicolonToken()SyntaxTokenNameSpaceExportDeclarationTree. semicolonToken()SyntaxTokenExportDefaultBindingWithNameSpaceExport. starToken()SyntaxTokenFunctionDeclarationTree. starToken()SyntaxTokenMethodDeclarationTree. starToken()SyntaxTokenNameSpaceExportDeclarationTree. starToken()SyntaxTokenNameSpaceImportTree. starToken()SyntaxTokenAccessorMethodDeclarationTree. staticToken()SyntaxTokenFieldDeclarationTree. staticToken()SyntaxTokenMethodDeclarationTree. staticToken() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.expression
Methods in org.sonar.plugins.javascript.api.tree.expression that return SyntaxToken Modifier and Type Method Description SyntaxTokenTemplateLiteralTree. closeBacktickToken()SyntaxTokenObjectAssignmentPatternTree. closeBraceToken()SyntaxTokenArrayAssignmentPatternTree. closeBracketToken()SyntaxTokenArrayLiteralTree. closeBracketToken()SyntaxTokenBracketMemberExpressionTree. closeBracketToken()SyntaxTokenComputedPropertyNameTree. closeCurlyBraceToken()SyntaxTokenObjectLiteralTree. closeCurlyBraceToken()SyntaxTokenTemplateExpressionTree. closeCurlyBraceToken()SyntaxTokenArgumentListTree. closeParenthesisToken()SyntaxTokenParenthesisedExpressionTree. closeParenthesisToken()SyntaxTokenConditionalExpressionTree. colonToken()SyntaxTokenObjectAssignmentPatternPairElementTree. colonToken()SyntaxTokenPairPropertyTree. colonToken()SyntaxTokenTemplateExpressionTree. dollarToken()SyntaxTokenDotMemberExpressionTree. dotToken()SyntaxTokenNewTargetTree. dotToken()SyntaxTokenArrowFunctionTree. doubleArrowToken()SyntaxTokenAssignmentPatternRestElementTree. ellipsisToken()SyntaxTokenRestElementTree. ellipsisToken()SyntaxTokenSpreadElementTree. ellipsisToken()SyntaxTokenInitializedAssignmentPatternElementTree. equalToken()SyntaxTokenFunctionExpressionTree. functionKeyword()SyntaxTokenIdentifierTree. identifierToken()SyntaxTokenLexicalDeclarationTree. keywordToken()SyntaxTokenNewExpressionTree. newKeyword()SyntaxTokenNewTargetTree. newKeyword()SyntaxTokenTemplateLiteralTree. openBacktickToken()SyntaxTokenObjectAssignmentPatternTree. openBraceToken()SyntaxTokenArrayAssignmentPatternTree. openBracketToken()SyntaxTokenArrayLiteralTree. openBracketToken()SyntaxTokenBracketMemberExpressionTree. openBracketToken()SyntaxTokenComputedPropertyNameTree. openCurlyBraceToken()SyntaxTokenObjectLiteralTree. openCurlyBraceToken()SyntaxTokenTemplateExpressionTree. openCurlyBraceToken()SyntaxTokenArgumentListTree. openParenthesisToken()SyntaxTokenParenthesisedExpressionTree. openParenthesisToken()SyntaxTokenAssignmentExpressionTree. operatorToken()SyntaxTokenBinaryExpressionTree. operatorToken()SyntaxTokenUnaryExpressionTree. operatorToken()SyntaxTokenConditionalExpressionTree. queryToken()SyntaxTokenFunctionExpressionTree. starToken()SyntaxTokenYieldExpressionTree. starToken()SyntaxTokenNewTargetTree. targetKeyword()SyntaxTokenImportTree. token()SyntaxTokenLiteralTree. token()SyntaxTokenSuperTree. token()SyntaxTokenYieldExpressionTree. yieldKeyword()Methods in org.sonar.plugins.javascript.api.tree.expression that return types with arguments of type SyntaxToken Modifier and Type Method Description List<SyntaxToken>TemplateCharactersTree. characters() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.expression.jsx
Methods in org.sonar.plugins.javascript.api.tree.expression.jsx that return SyntaxToken Modifier and Type Method Description SyntaxTokenJsxClosingElementTree. closeAngleBracketToken()SyntaxTokenJsxEmptyClosingElementTree. closeAngleBracketToken()SyntaxTokenJsxEmptyOpeningElementTree. closeAngleBracketToken()SyntaxTokenJsxOpeningElementTree. closeAngleBracketToken()SyntaxTokenJsxSelfClosingElementTree. closeAngleBracketToken()SyntaxTokenJsxClosingElementTree. openAngleBracketToken()SyntaxTokenJsxEmptyClosingElementTree. openAngleBracketToken()SyntaxTokenJsxEmptyOpeningElementTree. openAngleBracketToken()SyntaxTokenJsxOpeningElementTree. openAngleBracketToken()SyntaxTokenJsxSelfClosingElementTree. openAngleBracketToken()SyntaxTokenJsxClosingElementTree. slashToken()SyntaxTokenJsxEmptyClosingElementTree. slashToken()SyntaxTokenJsxSelfClosingElementTree. slashToken()SyntaxTokenJsxIdentifierTree. token()SyntaxTokenJsxTextTree. token() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return SyntaxToken Modifier and Type Method Description SyntaxTokenFlowArrayTypeWithKeywordTree. arrayToken()SyntaxTokenFlowModuleTree. closeCurlyBraceToken()SyntaxTokenFlowCastingExpressionTree. colonToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTree. colonToken()SyntaxTokenFlowTypeAnnotationTree. colonToken()SyntaxTokenFlowDeclareTree. declareToken()SyntaxTokenFlowModuleExportsTree. dotToken()SyntaxTokenFlowFunctionTypeTree. doubleArrowToken()SyntaxTokenFlowFunctionTypeParameterTree. ellipsisToken()SyntaxTokenFlowGenericParameterTree. equalToken()SyntaxTokenFlowTypeAliasStatementTree. equalToken()SyntaxTokenFlowModuleExportsTree. exportsToken()SyntaxTokenFlowFunctionSignatureTree. functionToken()SyntaxTokenFlowImplementsClauseTree. implementsOrExtendsToken()SyntaxTokenFlowInterfaceDeclarationTree. interfaceToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTree. lbracketToken()SyntaxTokenFlowArrayTypeShorthandTree. lBracketToken()SyntaxTokenFlowObjectTypeTree. lcurlyToken()SyntaxTokenFlowArrayTypeWithKeywordTree. leftBracketToken()SyntaxTokenFlowGenericParameterClauseTree. leftBracketToken()SyntaxTokenFlowParameterizedGenericsTypeTree. leftBracketToken()SyntaxTokenFlowTupleTypeTree. leftBracketToken()SyntaxTokenFlowInterfaceDeclarationTree. leftCurlyBraceToken()SyntaxTokenFlowFunctionTypeParameterClauseTree. leftParenthesis()SyntaxTokenFlowCastingExpressionTree. leftParenthesisToken()SyntaxTokenFlowParenthesisedTypeTree. leftParenthesisToken()SyntaxTokenFlowLiteralTypeTree. literalToken()SyntaxTokenFlowObjectTypeTree. lpipeToken()SyntaxTokenFlowLiteralTypeTree. minusToken()SyntaxTokenFlowModuleTree. moduleName()SyntaxTokenFlowModuleExportsTree. moduleToken()SyntaxTokenFlowModuleTree. moduleToken()SyntaxTokenFlowSimplePropertyDefinitionKeyTree. nameToken()SyntaxTokenFlowOpaqueTypeTree. opaqueToken()SyntaxTokenFlowTypeAliasStatementTree. opaqueToken()SyntaxTokenFlowModuleTree. openCurlyBraceToken()SyntaxTokenFlowPropertyDefinitionTree. plusOrMinusToken()SyntaxTokenFlowFunctionTypeParameterTree. queryToken()SyntaxTokenFlowSimplePropertyDefinitionKeyTree. queryToken()SyntaxTokenFlowOptionalBindingElementTree. questionToken()SyntaxTokenFlowOptionalTypeTree. questionToken()SyntaxTokenFlowIndexerPropertyDefinitionKeyTree. rbracketToken()SyntaxTokenFlowArrayTypeShorthandTree. rBracketToken()SyntaxTokenFlowObjectTypeTree. rcurlyToken()SyntaxTokenFlowArrayTypeWithKeywordTree. rightBracketToken()SyntaxTokenFlowGenericParameterClauseTree. rightBracketToken()SyntaxTokenFlowParameterizedGenericsTypeTree. rightBracketToken()SyntaxTokenFlowTupleTypeTree. rightBracketToken()SyntaxTokenFlowInterfaceDeclarationTree. rightCurlyBraceToken()SyntaxTokenFlowFunctionTypeParameterClauseTree. rightParenthesis()SyntaxTokenFlowCastingExpressionTree. rightParenthesisToken()SyntaxTokenFlowParenthesisedTypeTree. rightParenthesisToken()SyntaxTokenFlowObjectTypeTree. rpipeToken()SyntaxTokenFlowDeclareTree. semicolonToken()SyntaxTokenFlowTypeAliasStatementTree. semicolonToken()SyntaxTokenFlowIntersectionTypeTree. startAndToken()SyntaxTokenFlowUnionTypeTree. startPipeToken()SyntaxTokenFlowPropertyDefinitionTree. staticToken()SyntaxTokenFlowSimpleTypeTree. token()SyntaxTokenFlowTypeofTypeTree. typeofToken()SyntaxTokenFlowOpaqueTypeTree. typeToken()SyntaxTokenFlowTypeAliasStatementTree. typeToken() -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.lexical
Subinterfaces of SyntaxToken in org.sonar.plugins.javascript.api.tree.lexical Modifier and Type Interface Description interfaceSyntaxTriviaRepresents a Trivia in the SyntaxTree. -
Uses of SyntaxToken in org.sonar.plugins.javascript.api.tree.statement
-
Uses of SyntaxToken in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type SyntaxToken Modifier and Type Method Description voidDoubleDispatchVisitor. visitToken(SyntaxToken token)
-