com.hyper9.simdk.codegen.types
Interface MetaMethod

All Known Implementing Classes:
MetaMethodImpl

public interface MetaMethod

A meta method.

Author:
akutz

Method Summary
 List<String> getAnnotations()
          Gets a list of this out type's annotations.
 List<OutType> getExceptions()
          Gets a list of Exceptions this method can throw.
 String getName()
          Get this method's name.
 OutType getOutReturnType()
          Get this method's Out return type.
 List<MetaParam> getParameters()
          Get a list of this method's parameters.
 void setName(String toSet)
          Set this method's name.
 

Method Detail

getOutReturnType

OutType getOutReturnType()
Get this method's Out return type.

Returns:
This method's Out return type.

getParameters

List<MetaParam> getParameters()
Get a list of this method's parameters.

Returns:
A list of this method's parameters.

getName

String getName()
Get this method's name.

Returns:
This method's name.

setName

void setName(String toSet)
Set this method's name.

Parameters:
toSet - This method's name.

getExceptions

List<OutType> getExceptions()
Gets a list of Exceptions this method can throw.

Returns:
A list of Exceptions this method can throw.

getAnnotations

List<String> getAnnotations()
Gets a list of this out type's annotations.

Returns:


Copyright © 2009-2010 Hyper9. All Rights Reserved.