net.sourceforge.jane.lang
Interface ParameterInfo

All Known Implementing Classes:
SimpleParameterInfo, QDoxParameterInfo

public interface ParameterInfo

Parameter information.

Author:
Calvin Yu

Method Summary
 java.lang.String getName()
          Returns the name of the parameter.
 ClassInfo getType()
          Returns the parameter type.
 boolean isFinal()
          Returns true if this parameter is final.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the parameter.

getType

public ClassInfo getType()
Returns the parameter type.

isFinal

public boolean isFinal()
Returns true if this parameter is final.


Copyright © 2002-2002 SourceForge. All Rights Reserved.