Uses of Interface
org.jboss.jdeparser.JMethodDef
-
-
Uses of JMethodDef in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JMethodDef Modifier and Type Method Description JMethodDef
JMethodDef. _default(JExpr expr)
A default value for an annotation method.JMethodDef
JClassDefSection. constructor(int mods)
Add a constructor to this type.JMethodDef
JClassDefSection. method(int mods, java.lang.Class<?> returnType, java.lang.String name)
Add a method to this type.JMethodDef
JClassDefSection. method(int mods, java.lang.String returnType, java.lang.String name)
Add a method to this type.JMethodDef
JClassDefSection. method(int mods, JType returnType, java.lang.String name)
Add a method to this type.Methods in org.jboss.jdeparser with parameters of type JMethodDef Modifier and Type Method Description JComment
JComment. linkMethod(boolean plain, JMethodDef methodDef)
Add an inline@link
to a method.
-