Class Utils
- java.lang.Object
-
- org.sonar.javascript.tree.symbols.type.Utils
-
public class Utils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanidentifierWithName(ExpressionTree tree, String value)static booleanisPropertyAccess(DotMemberExpressionTree memberAccess, Type.Kind typeKind, String propertyName)
-
-
-
Method Detail
-
isPropertyAccess
public static boolean isPropertyAccess(DotMemberExpressionTree memberAccess, Type.Kind typeKind, String propertyName)
-
identifierWithName
public static boolean identifierWithName(ExpressionTree tree, String value)
-
-