net.ponder2
Class ArgumentList.Entry

java.lang.Object
  extended by net.ponder2.ArgumentList.Entry
All Implemented Interfaces:
java.lang.Comparable<ArgumentList.Entry>
Enclosing class:
ArgumentList

public class ArgumentList.Entry
extends java.lang.Object
implements java.lang.Comparable<ArgumentList.Entry>

The entries for the argument list. Each entry comprises the name and the type

Version:
$Id:$
Author:
Kevin Twidle

Constructor Summary
ArgumentList.Entry(java.lang.String name, java.lang.String type)
          creats an entry for the argument list
 
Method Summary
 int compareTo(ArgumentList.Entry other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentList.Entry

public ArgumentList.Entry(java.lang.String name,
                          java.lang.String type)
creats an entry for the argument list

Parameters:
name - the argument name
type - the argument type
Method Detail

compareTo

public int compareTo(ArgumentList.Entry other)
Specified by:
compareTo in interface java.lang.Comparable<ArgumentList.Entry>


Copyright © 2008 Imperial College. All Rights Reserved.