home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.app;
-
- import com.extensibility.util.Evaluator;
-
- class BaseWindow$WindowMatchClass implements Evaluator {
- // $FF: synthetic field
- final BaseWindow this$0;
- Class targetClass;
-
- public BaseWindow$WindowMatchClass(BaseWindow var1, Class var2) {
- this.this$0 = var1;
- this.targetClass = var2;
- }
-
- public boolean isMatch(Object var1) {
- BaseWindow var2 = (BaseWindow)var1;
- return this.targetClass.isInstance(var2) && var2.getDocument() == this.this$0.getDocument();
- }
- }
-