CloneSet319


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13440.961SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113491
Closure/closure/goog/fx/fx.js
212512
Closure/closure/goog/fx/fx.js
312532
Closure/closure/goog/fx/fx.js
411552
Closure/closure/goog/fx/fx.js
Clone Instance
1
Line Count
13
Source Line
491
Source File
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);
                                                 } ;


Clone Instance
2
Line Count
12
Source Line
512
Source File
Closure/closure/goog/fx/fx.js

/**
 * 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);
                                               } ;


Clone Instance
3
Line Count
12
Source Line
532
Source File
Closure/closure/goog/fx/fx.js

/**
 * 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);
                                                 } ;


Clone Instance
4
Line Count
11
Source Line
552
Source File
Closure/closure/goog/fx/fx.js

/**
 * 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);
                                                  } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ec633a0]]
onAnimate 
12[[#5ec633a0]]
onDestroy 
13[[#5ec633a0]]
onFinish 
14[[#5ec633a0]]
onPlay 
21[[#5de1cd20]]
ANIMATE 
22[[#5de1cd20]]
DESTROY 
23[[#5de1cd20]]
FINISH 
24[[#5de1cd20]]
PLAY 
31[[#5ec63240]]
onBegin 
32[[#5ec63240]]
onEnd 
33[[#5ec63240]]
onPause 
34[[#5ec63240]]
onResume 
41[[#5ec631c0]]
BEGIN 
42[[#5ec631c0]]
END 
43[[#5ec631c0]]
PAUSE 
44[[#5ec631c0]]
RESUME