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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public CodeGeneratorMethod(Method m)
public String getMethodName()
public Class<?> getReturnType()
public Iterator<CodeGeneratorArgument> iterator()
iterator
in interface Iterable<CodeGeneratorArgument>
Copyright © 1970 The Apache Software Foundation. All rights reserved.