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

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis
Class DepField.InheritedField  view DepField.InheritedField download DepField.InheritedField.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.Reference
      extended bych.epfl.lamp.smartanalysis.DepField
          extended bych.epfl.lamp.smartanalysis.DepField.InheritedField
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DepField

public static class DepField.InheritedField
extends DepField

Represent an Field herited from a superclass/interface.


Nested Class Summary
 
Nested classes inherited from class ch.epfl.lamp.smartanalysis.DepField
DepField.InheritedField, DepField.UnknownFieldRef
 
Nested classes inherited from class ch.epfl.lamp.smartanalysis.Reference
Reference.UnknownReference
 
Field Summary
private  DepField superF
           
 
Fields inherited from class ch.epfl.lamp.smartanalysis.DepField
 
Fields inherited from class ch.epfl.lamp.smartanalysis.Reference
accessRight, belongTo
 
Constructor Summary
DepField.InheritedField(java.lang.String name, DepClass owner, DepField superF)
           
 
Method Summary
 DepField getSuper()
          get the Field representation of the field in the superclass.
 
Methods inherited from class ch.epfl.lamp.smartanalysis.DepField
getConstantValue, getIdentifier, getIdentifier, getType, setConstantValue
 
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

superF

private final DepField superF
Constructor Detail

DepField.InheritedField

public DepField.InheritedField(java.lang.String name,
                               DepClass owner,
                               DepField superF)
Method Detail

getSuper

public DepField getSuper()
get the Field representation of the field in the superclass.