com.hyper9.simdk.codegen.impls
Class MetaMethodImpl

java.lang.Object
  extended by com.hyper9.simdk.codegen.impls.MetaMethodImpl
All Implemented Interfaces:
MetaMethod

public class MetaMethodImpl
extends Object
implements MetaMethod

A meta method.

Author:
akutz

Constructor Summary
MetaMethodImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaMethodImpl

public MetaMethodImpl()
Method Detail

getName

public String getName()
Description copied from interface: MetaMethod
Get this method's name.

Specified by:
getName in interface MetaMethod
Returns:
This method's name.

getOutReturnType

public OutType getOutReturnType()
Description copied from interface: MetaMethod
Get this method's Out return type.

Specified by:
getOutReturnType in interface MetaMethod
Returns:
This method's Out return type.

setName

public void setName(String toSet)
Description copied from interface: MetaMethod
Set this method's name.

Specified by:
setName in interface MetaMethod
Parameters:
toSet - This method's name.

getParameters

public List<MetaParam> getParameters()
Description copied from interface: MetaMethod
Get a list of this method's parameters.

Specified by:
getParameters in interface MetaMethod
Returns:
A list of this method's parameters.

getExceptions

public List<OutType> getExceptions()
Description copied from interface: MetaMethod
Gets a list of Exceptions this method can throw.

Specified by:
getExceptions in interface MetaMethod
Returns:
A list of Exceptions this method can throw.

getAnnotations

public List<String> getAnnotations()
Description copied from interface: MetaMethod
Gets a list of this out type's annotations.

Specified by:
getAnnotations in interface MetaMethod
Returns:


Copyright © 2009-2010 Hyper9. All Rights Reserved.