|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.java.declaration
Interface ParameterD

- All Superinterfaces:
- Declaration, HasAnnotationsD, HasNameD, HasTypeD
- public interface ParameterD
- extends Declaration, HasNameD, HasTypeD, HasAnnotationsD
Mirrors a parameter.
| Nested Class Summary |
| Nested classes inherited from class javax.ide.model.java.declaration.Declaration |
Declaration.DeclarationKind |
| Method Summary | |
boolean |
isVarArgs()
True if this is a variable-arity parameter. |
| Methods inherited from interface javax.ide.model.java.declaration.Declaration |
getDeclarationKind, getPosition, isSynthetic |
| Methods inherited from interface javax.ide.model.java.declaration.HasNameD |
getName |
| Methods inherited from interface javax.ide.model.java.declaration.HasTypeD |
getType |
| Methods inherited from interface javax.ide.model.java.declaration.HasAnnotationsD |
getAnnotations |
| Method Detail |
isVarArgs
public boolean isVarArgs()
- True if this is a variable-arity parameter.
|
|||||||||
| Home >> All >> javax >> ide >> model >> java >> [ declaration overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC