Uses of Interface
org.sonar.plugins.javascript.api.tree.flow.FlowObjectTypeTree
-
Packages that use FlowObjectTypeTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.flow org.sonar.plugins.javascript.api.visitors -
-
Uses of FlowObjectTypeTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return FlowObjectTypeTree Modifier and Type Method Description FlowObjectTypeTreeJavaScriptGrammar. FLOW_OBJECT_TYPE()FlowObjectTypeTreeTreeFactory. flowObjectType(SyntaxToken lcurly, com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties, SyntaxToken rcurly)FlowObjectTypeTreeTreeFactory. flowStrictObjectType(SyntaxToken lcurly, SyntaxToken lpipe, com.sonar.sslr.api.typed.Optional<SeparatedList<Tree>> properties, SyntaxToken rpipe, SyntaxToken rcurly) -
Uses of FlowObjectTypeTree in org.sonar.javascript.tree.impl.flow
Classes in org.sonar.javascript.tree.impl.flow that implement FlowObjectTypeTree Modifier and Type Class Description classFlowObjectTypeTreeImpl -
Uses of FlowObjectTypeTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type FlowObjectTypeTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitFlowObjectTypeTree(FlowObjectTypeTree tree)
-