public abstract class IClass.IInvocable extends Object implements IClass.IMember
| Constructor and Description |
|---|
IClass.IInvocable() |
| Modifier and Type | Method and Description |
|---|---|
abstract Access |
getAccess() |
IClass |
getDeclaringIClass()
Returns the
IClass that declares this IClass.IMember. |
abstract String |
getDescriptor() |
abstract IClass[] |
getParameterTypes() |
abstract IClass[] |
getThrownExceptions() |
boolean |
isLessSpecificThan(IClass.IInvocable that) |
boolean |
isMoreSpecificThan(IClass.IInvocable that) |
abstract String |
toString() |
public abstract Access getAccess()
getAccess in interface IClass.IMemberAccess.PRIVATE, Access.PROTECTED,
Access.DEFAULT and Access.PUBLIC.public IClass getDeclaringIClass()
IClass.IMemberIClass that declares this IClass.IMember.getDeclaringIClass in interface IClass.IMemberpublic abstract IClass[] getParameterTypes() throws CompileException
CompileExceptionpublic abstract String getDescriptor() throws CompileException
CompileExceptionpublic abstract IClass[] getThrownExceptions() throws CompileException
CompileExceptionpublic boolean isMoreSpecificThan(IClass.IInvocable that) throws CompileException
CompileExceptionpublic boolean isLessSpecificThan(IClass.IInvocable that) throws CompileException
CompileExceptionCopyright © 2001-2012. All Rights Reserved.