代码搜索:refactor
找到约 282 项符合「refactor」的源代码
代码结果 282
www.eeworm.com/read/404039/2307764
java recycleb.java
//: refactor:recycleb:RecycleB.java
// Containers that grab objects of interest.
package refactor.recycleb;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
// A containe
www.eeworm.com/read/393726/2464928
java recycleb.java
//: refactor:recycleb:RecycleB.java
// Containers that grab objects of interest.
package refactor.recycleb;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
// A containe
www.eeworm.com/read/266192/11236974
java recycleb.java
//: refactor:recycleb:RecycleB.java
// Containers that grab objects of interest.
package refactor.recycleb;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
// A containe
www.eeworm.com/read/404039/2307775
java recycleap.java
//: refactor:recycleap:RecycleAP.java
// Recycling with RTTI and Prototypes.
package refactor.recycleap;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
public class Re
www.eeworm.com/read/393726/2464939
java recycleap.java
//: refactor:recycleap:RecycleAP.java
// Recycling with RTTI and Prototypes.
package refactor.recycleap;
import refactor.trash.*;
import java.util.*;
import junit.framework.*;
public class Re
www.eeworm.com/read/404039/2307758
java typedbinmember.java
//: refactor:doubledispatch:TypedBinMember.java
// An interface for adding the double
// dispatching method to the trash hierarchy
// without modifying the original hierarchy.
package refactor.d
www.eeworm.com/read/404039/2307769
java visitabledecorator.java
//: refactor:trashvisitor:VisitableDecorator.java
// A decorator that adapts the generic Trash
// classes to the visitor pattern.
// [ Use a Dynamic Proxy here?? ]
package refactor.trashvisitor;
www.eeworm.com/read/404039/2307771
java fillablevisitor.java
//: refactor:trashvisitor:FillableVisitor.java
// Adapter Decorator that adds the visitable
// decorator as the Trash objects are
// being created.
package refactor.trashvisitor;
import refact
www.eeworm.com/read/393726/2464922
java typedbinmember.java
//: refactor:doubledispatch:TypedBinMember.java
// An interface for adding the double
// dispatching method to the trash hierarchy
// without modifying the original hierarchy.
package refactor.d