Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowPropertyDefinitionTree
-
Packages that use FlowPropertyDefinitionTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.tree.flow Provides interfaces to represent JavaScript source code as abstract syntax trees (AST). -
-
Uses of FlowPropertyDefinitionTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowPropertyDefinitionTree Modifier and Type Method Description FlowPropertyDefinitionTreeJavaScriptGrammar. FLOW_PROPERTY_DEFINITION()FlowPropertyDefinitionTreeTreeFactory. flowPropertyDefinition(com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> plusOrMinusToken, FlowPropertyDefinitionKeyTree key, FlowTypeAnnotationTree typeAnnotation)FlowPropertyDefinitionTreeTreeFactory. flowPropertyDefinition(InternalSyntaxToken staticToken, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> plusOrMinusToken, FlowPropertyDefinitionKeyTree key, FlowTypeAnnotationTree typeAnnotation) -
Uses of FlowPropertyDefinitionTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowPropertyDefinitionTree Modifier and Type Class Description classFlowPropertyDefinitionTreeImplMethods in org.sonar.javascript.tree.impl.flow that return types with arguments of type FlowPropertyDefinitionTree Modifier and Type Method Description SeparatedList<FlowPropertyDefinitionTree>FlowInterfaceDeclarationTreeImpl. properties()SeparatedList<FlowPropertyDefinitionTree>FlowObjectTypeTreeImpl. properties()Constructor parameters in org.sonar.javascript.tree.impl.flow with type arguments of type FlowPropertyDefinitionTree Constructor Description FlowInterfaceDeclarationTreeImpl(SyntaxToken interfaceToken, IdentifierTree name, FlowGenericParameterClauseTree genericParameterClause, FlowImplementsClauseTree extendsClause, SyntaxToken leftCurlyBraceToken, SeparatedList<FlowPropertyDefinitionTree> properties, SyntaxToken rightCurlyBraceToken)FlowObjectTypeTreeImpl(SyntaxToken lcurlyToken, SyntaxToken lpipeToken, SeparatedList<FlowPropertyDefinitionTree> properties, SyntaxToken rpipeToken, SyntaxToken rcurlyToken) -
Uses of FlowPropertyDefinitionTree in org.sonar.plugins.javascript.api.tree.flow
Methods in org.sonar.plugins.javascript.api.tree.flow that return types with arguments of type FlowPropertyDefinitionTree Modifier and Type Method Description SeparatedList<FlowPropertyDefinitionTree>FlowInterfaceDeclarationTree. properties()SeparatedList<FlowPropertyDefinitionTree>FlowObjectTypeTree. properties()
-