Package org.aspectj.asm
Interface IRelationship
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Relationship
public interface IRelationship extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIRelationship.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTarget(String handle)IRelationship.KindgetKind()StringgetName()StringgetSourceHandle()List<String>getTargets()booleanhasRuntimeTest()booleanisAffects()
-