net.sourceforge.jane.lang
Class SimpleParameterInfo

java.lang.Object
  |
  +--net.sourceforge.jane.lang.SimpleParameterInfo
All Implemented Interfaces:
ParameterInfo

public abstract class SimpleParameterInfo
extends java.lang.Object
implements ParameterInfo

A ParameterInfo base implementation.


Field Summary
protected  int index
           
 
Constructor Summary
SimpleParameterInfo(int anIndex)
          Create a new SimpleParameterInfo.
 
Method Summary
 java.lang.String getName()
          Returns the name of the parameter.
 boolean isFinal()
          Returns whether this parameter is final.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.jane.lang.ParameterInfo
getType
 

Field Detail

index

protected int index
Constructor Detail

SimpleParameterInfo

public SimpleParameterInfo(int anIndex)
Create a new SimpleParameterInfo.
Method Detail

getName

public java.lang.String getName()
Returns the name of the parameter.
Specified by:
getName in interface ParameterInfo

isFinal

public boolean isFinal()
Returns whether this parameter is final. This implementation returns false.
Specified by:
isFinal in interface ParameterInfo


Copyright © 2002-2002 SourceForge. All Rights Reserved.