public class JavaArgument extends JavaElement
JavaMethod.JavaMethodJavaElementComparator| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the argument's type as it would be represented in Java source code.
|
boolean |
isFinal()
Returns
true if the final keyword should appear before the argument. |
void |
setType(String type) |
addAnnotation, getAnnotations, getModifiers, getModifiersText, getName, hasAnnotations, isAbstract, setModifiers, setNamepublic String getType()
public boolean isFinal()
true if the final keyword should appear before the argument.true if the argument is finalpublic void setType(String type)
Copyright © 2008–2018 Ultreia.io. All rights reserved.