/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/ParameterImpl.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/ParameterImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by julian, Mon Apr 25 13:18:00 2005 UTC revision 1.4 by julian, Mon Apr 25 13:24:11 2005 UTC
# Line 45  public class ParameterImpl implements Pa Line 45  public class ParameterImpl implements Pa
45        }        }
46     }     }
47    
48     Public String name() { return name; }     public String name() { return name; }
49     public String typeName() { return typeName; }     public String typeName() { return typeName; }
50     public Type type() { return type; }     public Type type() { return type; }
51     public String toString() { return typeName+" "+name; }     public String toString() { return typeName+" "+name; }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26