Package com.google.javascript.jscomp
Class CodingConvention.DelegateRelationship
java.lang.Object
com.google.javascript.jscomp.CodingConvention.DelegateRelationship
- Enclosing interface:
- CodingConvention
Delegates provides a mechanism and structure for identifying where classes
can call out to optional code to augment their functionality. The optional
code is isolated from the base code through the use of a subclass in the
optional code derived from the delegate class in the base code.
-
Method Summary