Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 4 | 4 | 0.961 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 491 | Closure/closure/goog/fx/fx.js |
2 | 12 | 512 | Closure/closure/goog/fx/fx.js |
3 | 12 | 532 | Closure/closure/goog/fx/fx.js |
4 | 11 | 552 | Closure/closure/goog/fx/fx.js |
| ||||
/** * Dispatches the ANIMATE event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onAnimate= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.ANIMATE); } ; /** * Dispatches the BEGIN event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onBegin= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.BEGIN); } ; |
| ||||
/** * Dispatches the DESTROY event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onDestroy= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.DESTROY); } ; /** * Dispatches the END event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onEnd= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.END); } ; |
| ||||
/** * Dispatches the FINISH event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onFinish= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.FINISH); } ; /** * Dispatches the PAUSE event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onPause= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.PAUSE); } ; |
| ||||
/** * Dispatches the PLAY event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onPlay= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.PLAY); } ; /** * Dispatches the RESUME event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype.onResume= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType.RESUME); } ; |
| |||
/** * Dispatches the ANIMATE event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the DESTROY event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the FINISH event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the PLAY event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype. [[#variable5ec633a0]]= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType. [[#variable5de1cd20]]); } ; /** * Dispatches the BEGIN event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the END event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the PAUSE event. Sub classes should override this instead * of listening to the event. * @protected */ /** * Dispatches the RESUME event. Sub classes should override this instead * of listening to the event. * @protected */ goog.fx.Animation.prototype. [[#variable5ec63240]]= function ( ) { this.dispatchAnimationEvent_(goog.fx.Animation.EventType. [[#variable5ec631c0]]); } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ec633a0]] | onAnimate |
1 | 2 | [[#5ec633a0]] | onDestroy |
1 | 3 | [[#5ec633a0]] | onFinish |
1 | 4 | [[#5ec633a0]] | onPlay |
2 | 1 | [[#5de1cd20]] | ANIMATE |
2 | 2 | [[#5de1cd20]] | DESTROY |
2 | 3 | [[#5de1cd20]] | FINISH |
2 | 4 | [[#5de1cd20]] | PLAY |
3 | 1 | [[#5ec63240]] | onBegin |
3 | 2 | [[#5ec63240]] | onEnd |
3 | 3 | [[#5ec63240]] | onPause |
3 | 4 | [[#5ec63240]] | onResume |
4 | 1 | [[#5ec631c0]] | BEGIN |
4 | 2 | [[#5ec631c0]] | END |
4 | 3 | [[#5ec631c0]] | PAUSE |
4 | 4 | [[#5ec631c0]] | RESUME |