Package eu.bandm.tools.metajava
Class GeneratedMethod
- All Implemented Interfaces:
GeneratedCode,MetaImportable,MetaMethod,MetaModifiable,MetaProcedure,MetaStaticImportable,MetaStaticImportableMember
-
Field Summary
Fields inherited from class eu.bandm.tools.metajava.GeneratedProcedure
formatClosure, statementsFields inherited from class eu.bandm.tools.metajava.GeneratedMember
enclosing, name -
Constructor Summary
ConstructorsConstructorDescriptionGeneratedMethod(GeneratedClass enclosing, int modifiers, MetaType returnType, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDefaultDeclaration(Format defaultDeclaration) voidsetReturnType(MetaType newReturnType) Methods inherited from class eu.bandm.tools.metajava.GeneratedProcedure
addExceptionType, 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.GeneratedMember
addTypeVariable, addTypeVariable, getEnclosingClass, getName, getTypeVariablesMethods inherited from class eu.bandm.tools.metajava.GeneratedDeclaration
getModifiers, setModifiersMethods inherited from class eu.bandm.tools.metajava.GeneratedAnnotationTarget
addAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.metajava.MetaMethod
getNameMethods inherited from interface eu.bandm.tools.metajava.MetaModifiable
getModifiersMethods inherited from interface eu.bandm.tools.metajava.MetaProcedure
getExceptionTypes, getParameterTypesMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportable
getImportPatternMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMember
getEnclosingClass, getStaticImportPattern, isStatic
-
Constructor Details
-
GeneratedMethod
GeneratedMethod(GeneratedClass enclosing, int modifiers, MetaType returnType, String name)
-
-
Method Details
-
getReturnType
- Specified by:
getReturnTypein interfaceMetaMethod
-
setReturnType
-
setDefaultDeclaration
-
getDefaultDeclaration
-