Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis
Class DepMethod.InheritedMethod  view DepMethod.InheritedMethod download DepMethod.InheritedMethod.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.Reference
      extended bych.epfl.lamp.smartanalysis.DepMethod
          extended bych.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.


Nested Class Summary
 
Nested classes inherited from class ch.epfl.lamp.smartanalysis.DepMethod
DepMethod.InheritedMethod, DepMethod.UnknownMethodRef
 
Nested classes inherited from class ch.epfl.lamp.smartanalysis.Reference
Reference.UnknownReference
 
Field Summary
private  DepMethod superM
           
 
Fields inherited from class ch.epfl.lamp.smartanalysis.DepMethod
 
Fields inherited from class ch.epfl.lamp.smartanalysis.Reference
accessRight, belongTo
 
Constructor Summary
(package private) DepMethod.InheritedMethod(java.lang.String name, DepClass owner, DepMethod superM)
           
 
Method Summary
 DepType[] getParameters()
          Gets parameters of this method.
 DepType getReturns()
          Gets type returned by this method.
 DepMethod getSuper()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

superM

private final DepMethod superM
Constructor Detail

DepMethod.InheritedMethod

DepMethod.InheritedMethod(java.lang.String name,
                          DepClass owner,
                          DepMethod superM)
Method Detail

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()