|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.epfl.lamp.smartanalysis
Class DepField.InheritedField

java.lang.Objectch.epfl.lamp.smartanalysis.Reference
ch.epfl.lamp.smartanalysis.DepField
ch.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.
|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> [ smartanalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC