java.lang.Object
ch.epfl.lamp.smartanalysis.Reference
ch.epfl.lamp.smartanalysis.DepMethod
ch.epfl.lamp.smartanalysis.DepMethod.InheritedMethod
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- DepMethod
- public static class DepMethod.InheritedMethod
- extends DepMethod
Represent a method herited.
| Fields inherited from class ch.epfl.lamp.smartanalysis.DepMethod |
|
| Methods inherited from class ch.epfl.lamp.smartanalysis.DepMethod |
addException, addParameter, getIdentifier, getIdentifier, getNextType, getParametersCount, getSignature, getThrownExceptions, parseMethodSignature, removeException, setReturns |
| Methods inherited from class ch.epfl.lamp.smartanalysis.Reference |
addUser, addUsers, delete, equals, getAccess, getName, getOwner, getUsers, isAbstract, isDefault, isFinal, isInterface, isLessAccessible, isLessAccessible, isMoreAccessible, isMoreAccessible, isNative, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isTransient, isVolatile, removeFinal, removeStatic, removeUser, removeVolatile, setAbstract, setAccess, setDefault, setFinal, setNative, setPrivate, setProtected, setPublic, setStatic, setSynchronized, setTransient, setVolatile, toString |
superM
private final DepMethod superM
DepMethod.InheritedMethod
DepMethod.InheritedMethod(java.lang.String name,
DepClass owner,
DepMethod superM)
getParameters
public DepType[] getParameters()
- Description copied from class:
DepMethod
- Gets parameters of this method.
- Overrides:
getParameters in class DepMethod
getReturns
public DepType getReturns()
- Description copied from class:
DepMethod
- Gets type returned by this method.
- Overrides:
getReturns in class DepMethod
getSuper
public DepMethod getSuper()