|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutableD
Common supertype for constructor and method declarations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.ide.model.java.declaration.Declaration |
|---|
Declaration.DeclarationKind |
| Method Summary | |
|---|---|
java.util.Collection |
getExceptionTypes()Gets the checked exception types. |
java.util.Collection |
getParameters()Gets the formal parameters, including synthetic ones. |
java.util.Collection |
getParameterTypes()Gets the formal parameter types, including synthetic ones. |
boolean |
isVarArgs()True if this method takes a variable number of arguments. |
| Methods inherited from interface javax.ide.model.java.declaration.GenericD |
|---|
getTypeParameters |
| Methods inherited from interface javax.ide.model.java.declaration.MemberD |
|---|
getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStatic |
| Methods inherited from interface javax.ide.model.java.declaration.Declaration |
|---|
getDeclarationKind, getPosition, isSynthetic |
| Methods inherited from interface javax.ide.model.java.declaration.HasAnnotationsD |
|---|
getAnnotations |
| Method Detail |
|---|
boolean isVarArgs()
java.util.Collection getParameters()
this$0.
Collection of ParameterDs.
java.util.Collection getParameterTypes()
this$0.
Collection of TypeDs.
java.util.Collection getExceptionTypes()
Collection of TypeDs.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||