Uses of Interface
org.jboss.jdeparser.JParamDeclaration
-
Uses of JParamDeclaration in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JParamDeclarationModifier and TypeMethodDescriptionAdd a parameter to this method.Add a parameter to this method.Add a parameter to this method.Add a parameter to this method.Add a parameter to this method.Add a parameter to this method.JMethodDef.params()
Get the list of parameters defined thus far.JMethodDef.varargParam
(int mods, Class<?> type, String name) Add a vararg parameter to this method.JMethodDef.varargParam
(int mods, String type, String name) Add a vararg parameter to this method.JMethodDef.varargParam
(int mods, JType type, String name) Add a vararg parameter to this method.JMethodDef.varargParam
(Class<?> type, String name) Add a vararg parameter to this method.JMethodDef.varargParam
(String type, String name) Add a vararg parameter to this method.JMethodDef.varargParam
(JType type, String name) Add a vararg parameter to this method.Methods in org.jboss.jdeparser with parameters of type JParamDeclarationModifier and TypeMethodDescriptionstatic JAssignableExpr
JExprs.$v
(JParamDeclaration paramDeclaration) Return a name expression from an annotation processor parameter declaration.static JAssignableExpr
JExprs.name
(JParamDeclaration paramDeclaration) Return a name expression from an annotation processor parameter declaration.