Uses of Interface
org.sonar.plugins.javascript.api.tree.expression.PairPropertyTree
-
Packages that use PairPropertyTree Package Description org.sonar.javascript.parser org.sonar.javascript.tree.impl.expression org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.visitors -
-
Uses of PairPropertyTree in org.sonar.javascript.parser
Methods in org.sonar.javascript.parser that return PairPropertyTree Modifier and Type Method Description PairPropertyTreeJavaScriptGrammar. PAIR_PROPERTY()PairPropertyTreeTreeFactory. pairProperty(Tree name, InternalSyntaxToken colonToken, ExpressionTree value) -
Uses of PairPropertyTree in org.sonar.javascript.tree.impl.expression
Classes in org.sonar.javascript.tree.impl.expression that implement PairPropertyTree Modifier and Type Class Description classPairPropertyTreeImpl -
Uses of PairPropertyTree in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type that return PairPropertyTree Modifier and Type Method Description static PairPropertyTreeBackbone. getModelProperty(ObjectLiteralTree objectLiteral, String propertyName) -
Uses of PairPropertyTree in org.sonar.plugins.javascript.api.visitors
Methods in org.sonar.plugins.javascript.api.visitors with parameters of type PairPropertyTree Modifier and Type Method Description voidDoubleDispatchVisitor. visitPairProperty(PairPropertyTree tree)
-