Class Backbone
- java.lang.Object
-
- org.sonar.javascript.tree.symbols.type.Backbone
-
public class Backbone extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PairPropertyTreegetModelProperty(ObjectLiteralTree objectLiteral, String propertyName)static booleanisModel(CallExpressionTree tree)
-
-
-
Method Detail
-
isModel
public static boolean isModel(CallExpressionTree tree)
-
getModelProperty
@Nullable public static PairPropertyTree getModelProperty(ObjectLiteralTree objectLiteral, String propertyName)
- Returns:
- the pair property with the given name within the given object literal, null if not found
-
-