public final class JqueryCodingConvention extends CodingConventions.Proxy
CodingConvention.AssertionFunctionSpec, CodingConvention.Bind, CodingConvention.DelegateRelationship, CodingConvention.ObjectLiteralCast, CodingConvention.SubclassRelationship, CodingConvention.SubclassTypenextConvention| Constructor and Description |
|---|
JqueryCodingConvention() |
JqueryCodingConvention(CodingConvention wrapped) |
| Modifier and Type | Method and Description |
|---|---|
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, describeFunctionBind, describeFunctionBind, extractClassNameIfProvide, extractClassNameIfRequire, extractIsModuleFile, getAbstractMethodName, getAssertionFunctions, getClassesDefinedByCall, getDelegateRelationship, getDelegateSuperclassName, getExportPropertyFunction, getExportSymbolFunction, getIndirectlyDeclaredProperties, getObjectLiteralCast, getPackageName, getSingletonGetterClassName, identifyTypeDeclarationCall, isConstant, isConstantKey, isExported, isExported, isFunctionCallThatAlwaysThrows, isInlinableFunction, isOptionalParameter, isPrivate, isSuperClassReference, isValidEnumKey, isVarArgsParameterpublic JqueryCodingConvention()
public JqueryCodingConvention(CodingConvention wrapped)
public 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.ProxyCopyright © 2009-2015 Google. All Rights Reserved.