|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodRefParameter
A representation of the model object 'Method Ref Parameter'.
The following features are supported:
JavaPackage.getMethodRefParameter()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
TypeAccess |
getType()
Returns the value of the 'Type' containment reference. |
boolean |
isVarargs()
Returns the value of the 'Varargs' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setType(TypeAccess value)
Sets the value of the ' Type ' containment reference. |
void |
setVarargs(boolean value)
Sets the value of the ' Varargs ' attribute. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
JavaPackage.getMethodRefParameter_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
boolean isVarargs()
If the meaning of the 'Varargs' attribute isn't clear, there really should be more of a description here...
setVarargs(boolean)
,
JavaPackage.getMethodRefParameter_Varargs()
void setVarargs(boolean value)
Varargs
' attribute.
value
- the new value of the 'Varargs' attribute.isVarargs()
TypeAccess getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeAccess)
,
JavaPackage.getMethodRefParameter_Type()
void setType(TypeAccess value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |