Modified.java :  » Scripting » jscheme » dclass » Java Open Source

Java Open Source » Scripting » jscheme 
jscheme » dclass » Modified.java
 package dclass;
import jsint.Procedure;
public class Modified {
  public Object modifiers;
  public Object name;
  public String toString() {
    return "{" + this.getClass().getName() + " " + modifiers + " "
      + name + "}";
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.