public class GeneratedParameter extends GeneratedAnnotationTarget implements MetaModifiable
Constructor and Description |
---|
GeneratedParameter(int modifiers,
MetaType type,
String name) |
GeneratedParameter(int modifiers,
MetaType type,
String name,
boolean ellipsis) |
GeneratedParameter(MetaType type,
String name) |
GeneratedParameter(MetaType type,
String name,
boolean ellipsis) |
Modifier and Type | Method and Description |
---|---|
boolean |
getEllipsis() |
int |
getModifiers() |
String |
getName() |
MetaType |
getType() |
void |
setEllipsis(boolean ellipsis) |
void |
setModifiers(int modifiers) |
void |
setType(MetaType type) |
addAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadata
public int getModifiers()
getModifiers
in interface MetaModifiable
public void setModifiers(int modifiers)
public MetaType getType()
public void setType(MetaType type)
public String getName()
public boolean getEllipsis()
public void setEllipsis(boolean ellipsis)
see also the complete user documentation .