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.
 void setType(java.lang.String string)
          Defines the name of the type of object this parameter may reference.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this ActionScript method argument


getType

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


setType

void setType(java.lang.String string)
Defines the name of the type of object this parameter may reference. May be set to null, denoting that the value is untyped.



Copyright © 2006 null. All Rights Reserved.