public final class JqueryCodingConvention extends CodingConventions.Proxy
CodingConvention.AssertionFunctionSpec, CodingConvention.Bind, CodingConvention.Cache, CodingConvention.DelegateRelationship, CodingConvention.ObjectLiteralCast, CodingConvention.SubclassRelationship, CodingConvention.SubclassType
nextConvention
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, blockRenamingForProperty, checkForCallingConventionDefiningCalls, defineDelegateProxyPrototypeProperties, describeCachingCall, describeFunctionBind, describeFunctionBind, extractClassNameIfProvide, extractClassNameIfRequire, extractIsModuleFile, getAbstractMethodName, getAssertionFunctions, getClassesDefinedByCall, getDelegateRelationship, getDelegateSuperclassName, getExportPropertyFunction, getExportSymbolFunction, getIndirectlyDeclaredProperties, getObjectLiteralCast, getPackageName, getSingletonGetterClassName, hasPrivacyConvention, identifyTypeDeclarationCall, isClassFactoryCall, isConstant, isConstantKey, isExported, isExported, isFunctionCallThatAlwaysThrows, isInlinableFunction, isOptionalParameter, isPrivate, isPropertyRenameFunction, isSuperClassReference, isValidEnumKey, isVarArgsParameter
public JqueryCodingConvention()
public JqueryCodingConvention(CodingConvention wrapped)
public String getGlobalObject()
CodingConvention
getGlobalObject
in interface CodingConvention
getGlobalObject
in class CodingConventions.Proxy
public boolean isPropertyTestFunction(Node call)
CodingConvention
isPropertyTestFunction
in interface CodingConvention
isPropertyTestFunction
in class CodingConventions.Proxy
public boolean isPrototypeAlias(Node getProp)
CodingConvention
isPrototypeAlias
in interface CodingConvention
isPrototypeAlias
in class CodingConventions.Proxy
Copyright © 2009-2016 Google. All Rights Reserved.