uk.co.badgersinfoil.metaas
Interface ASArg


public interface ASArg

Definition of a method parameter.

See Also:
ASMethod.addParam(String, String), ASMethod.getArgs()

Method Summary
 java.lang.String getName()
           
 java.lang.String getType()
          Returns the name of this parameter's type, or null if the parameter is untyped.
 

Method Detail

getName

public java.lang.String getName()

getType

public java.lang.String getType()
Returns the name of this parameter's type, or null if the parameter is untyped.