public interface FormalParameter extends Declaration
Declaration subinterface for formal parameter.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Getter method for the formal parameter identifier.
|
Type |
getType()
Getter method for the formal parameter type.
|
boolean |
isFinal()
Getter method for the formal parameter
isFinal flag. |
FormalParameter |
isFinal(boolean value)
Setter method for the formal parameter
isFinal flag. |
FormalParameter |
setName(String id)
Setter method for the formal parameter identifier.
|
FormalParameter |
setType(Type type)
Setter method for the formal parameter type.
|
javadocapplyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vmString getName()
Type getType()
boolean isFinal()
isFinal flag.FormalParameter isFinal(boolean value)
isFinal flag.FormalParameter setName(String id)
FormalParameter setType(Type type)
Copyright © 2000–2018 jenesis4java. All rights reserved.