public final class JqueryCodingConvention extends CodingConventions.Proxy
CodingConvention.AssertionFunctionSpec, CodingConvention.Bind, CodingConvention.Cache, CodingConvention.DelegateRelationship, CodingConvention.ObjectLiteralCast, CodingConvention.SubclassRelationship, CodingConvention.SubclassType| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<java.lang.String> |
propertyTestFunctions |
private static java.util.Set<java.lang.String> |
prototypeAliases |
private static long |
serialVersionUID |
nextConvention| Constructor and Description |
|---|
JqueryCodingConvention() |
JqueryCodingConvention(CodingConvention wrapped) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGlobalObject()
Gets the name of the global object.
|
boolean |
isPropertyTestFunction(Node call)
Whether this CALL function is testing for the existence of a property.
|
boolean |
isPrototypeAlias(Node getProp)
Whether this GETPROP node is an alias for an object prototype.
|
applyDelegateRelationship, applySingletonGetterNew, applySingletonGetterOld, applySubclassRelationship, checkForCallingConventionDefiningCalls, defineDelegateProxyPrototypeProperties, describeCachingCall, describeFunctionBind, describeFunctionBind, extractClassNameIfProvide, extractClassNameIfRequire, extractIsModuleFile, getAbstractMethodName, getAssertionFunctions, getClassesDefinedByCall, getDelegateRelationship, getDelegateSuperclassName, getExportPropertyFunction, getExportSymbolFunction, getIndirectlyDeclaredProperties, getObjectLiteralCast, getPackageName, getSingletonGetterClassName, identifyTypeDeclarationCall, isClassFactoryCall, isConstant, isConstantKey, isExported, isExported, isFunctionCallThatAlwaysThrows, isInlinableFunction, isOptionalParameter, isPrivate, isSuperClassReference, isValidEnumKey, isVarArgsParameterprivate static final long serialVersionUID
private static final java.util.Set<java.lang.String> propertyTestFunctions
private static final java.util.Set<java.lang.String> prototypeAliases
public JqueryCodingConvention()
public JqueryCodingConvention(CodingConvention wrapped)
public java.lang.String getGlobalObject()
CodingConventiongetGlobalObject in interface CodingConventiongetGlobalObject in class CodingConventions.Proxypublic boolean isPropertyTestFunction(Node call)
CodingConventionisPropertyTestFunction in interface CodingConventionisPropertyTestFunction in class CodingConventions.Proxypublic boolean isPrototypeAlias(Node getProp)
CodingConventionisPrototypeAlias in interface CodingConventionisPrototypeAlias in class CodingConventions.Proxy