Class JQuery
- java.lang.Object
-
- org.sonar.javascript.tree.symbols.type.JQuery
-
public class JQuery extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJQUERY_OBJECT_ALIASESstatic StringJQUERY_OBJECT_ALIASES_DEFAULT_VALUE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisJQueryObject(IdentifierTree identifierTree)protected booleanisSelectorObject(ExpressionTree expressionTree)
-
-
-
Field Detail
-
JQUERY_OBJECT_ALIASES
public static final String JQUERY_OBJECT_ALIASES
- See Also:
- Constant Field Values
-
JQUERY_OBJECT_ALIASES_DEFAULT_VALUE
public static final String JQUERY_OBJECT_ALIASES_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JQuery
public JQuery(String[] jQueryAliases)
-
-
Method Detail
-
isJQueryObject
public boolean isJQueryObject(IdentifierTree identifierTree)
-
isSelectorObject
protected boolean isSelectorObject(ExpressionTree expressionTree)
-
-