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 JMethodDefJMethodDef. _default(JExpr expr)A default value for an annotation method.JMethodDefJClassDefSection. constructor(int mods)Add a constructor to this type.JMethodDefJClassDefSection. method(int mods, java.lang.Class<?> returnType, java.lang.String name)Add a method to this type.JMethodDefJClassDefSection. method(int mods, java.lang.String returnType, java.lang.String name)Add a method to this type.JMethodDefJClassDefSection. 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 JCommentJComment. linkMethod(boolean plain, JMethodDef methodDef)Add an inline@linkto a method.
-