Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowPropertyDefinitionKeyTree
-
Packages that use FlowPropertyDefinitionKeyTree 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).org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowPropertyDefinitionKeyTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser with parameters of type FlowPropertyDefinitionKeyTree Modifier and Type Method Description 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 FlowPropertyDefinitionKeyTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowPropertyDefinitionKeyTree Modifier and Type Class Description classFlowIndexerPropertyDefinitionKeyTreeImplclassFlowMethodPropertyDefinitionKeyTreeImplclassFlowSimplePropertyDefinitionKeyTreeImplMethods in org.sonar.javascript.tree.impl.flow that return FlowPropertyDefinitionKeyTree Modifier and Type Method Description FlowPropertyDefinitionKeyTreeFlowPropertyDefinitionTreeImpl. key()Constructors in org.sonar.javascript.tree.impl.flow with parameters of type FlowPropertyDefinitionKeyTree Constructor Description FlowPropertyDefinitionTreeImpl(SyntaxToken staticToken, SyntaxToken plusOrMinusToken, FlowPropertyDefinitionKeyTree key, FlowTypeAnnotationTree typeAnnotation) -
Uses of FlowPropertyDefinitionKeyTree in org.sonar.plugins.javascript.api.tree.flow
Subinterfaces of FlowPropertyDefinitionKeyTree in org.sonar.plugins.javascript.api.tree.flow Modifier and Type Interface Description interfaceFlowIndexerPropertyDefinitionKeyTreeinterfaceFlowMethodPropertyDefinitionKeyTreeinterfaceFlowSimplePropertyDefinitionKeyTreeMethods in org.sonar.plugins.javascript.api.tree.flow that return FlowPropertyDefinitionKeyTree Modifier and Type Method Description FlowPropertyDefinitionKeyTreeFlowPropertyDefinitionTree. key() -
Uses of FlowPropertyDefinitionKeyTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowPropertyDefinitionKeyTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowPropertyTypeKey(FlowPropertyDefinitionKeyTree tree)
-