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()
          Returns the name of this ActionScript method argument
 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()
Returns the name of this ActionScript method argument


getType

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