Package eu.bandm.tools.metajava
Class GeneratedMethod
- All Implemented Interfaces:
- GeneratedCode,- MetaImportable,- MetaMethod,- MetaModifiable,- MetaProcedure,- MetaStaticImportable,- MetaStaticImportableMember
- 
Field SummaryFields inherited from class eu.bandm.tools.metajava.GeneratedProcedureformatClosure, statementsFields inherited from class eu.bandm.tools.metajava.GeneratedMemberenclosing, name
- 
Constructor SummaryConstructorsConstructorDescriptionGeneratedMethod(GeneratedClass enclosing, int modifiers, MetaType returnType, String name) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetDefaultDeclaration(Format defaultDeclaration) voidsetReturnType(MetaType newReturnType) Methods inherited from class eu.bandm.tools.metajava.GeneratedProcedureaddExceptionType, addExceptionType, addParameter, addParameter, addParameter, addParameter, addParameter, addParameterEllipsis, addParameterEllipsis, addStatement, addStatement, addTypeParameter, clearStatements, getCode, getExceptionTypes, getParameter, getParameters, getParameterTypes, getStatements, getTypeParametersMethods inherited from class eu.bandm.tools.metajava.GeneratedMemberaddTypeVariable, addTypeVariable, getEnclosingClass, getName, getTypeVariablesMethods inherited from class eu.bandm.tools.metajava.GeneratedDeclarationgetModifiers, setModifiersMethods inherited from class eu.bandm.tools.metajava.GeneratedAnnotationTargetaddAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.metajava.MetaMethodgetNameMethods inherited from interface eu.bandm.tools.metajava.MetaModifiablegetModifiersMethods inherited from interface eu.bandm.tools.metajava.MetaProceduregetExceptionTypes, getParameterTypesMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportablegetImportPatternMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMembergetEnclosingClass, getStaticImportPattern, isStatic
- 
Constructor Details- 
GeneratedMethodGeneratedMethod(GeneratedClass enclosing, int modifiers, MetaType returnType, String name) 
 
- 
- 
Method Details- 
getReturnType- Specified by:
- getReturnTypein interface- MetaMethod
 
- 
setReturnType
- 
setDefaultDeclaration
- 
getDefaultDeclaration
 
-