Code Search for Developers
 
 
  

C.java from DrJava at Krugle


Show C.java syntax highlighted

public class C implements IntBox {
  public static String NAME = "C";
  public static String getName() { return NAME; }
  public int get() { return new A().get() + 2; }
}




See more files for this project here

DrJava

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.

Project homepage: http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other

  C.class
  C.java