public class CodeGeneratorMethod extends Object implements Iterable<CodeGeneratorArgument>
Constructor and Description |
---|
CodeGeneratorMethod(Method m) |
CodeGeneratorMethod(String name,
Class<?> returnType) |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
Class<?> |
getReturnType() |
Iterable<Class<?>> |
getThrowsIterable() |
Iterator<CodeGeneratorArgument> |
iterator() |
String |
toString() |
public CodeGeneratorMethod(Method m)
public String getMethodName()
public Class<?> getReturnType()
public Iterator<CodeGeneratorArgument> iterator()
iterator
in interface Iterable<CodeGeneratorArgument>
Copyright © 2015 The Apache Software Foundation. All rights reserved.