Uses of Interface
org.aspectj.asm.IRelationship
Packages that use IRelationship
-
Uses of IRelationship in org.aspectj.asm
Methods in org.aspectj.asm that return IRelationshipModifier and TypeMethodDescriptionIRelationshipMap.get
(String source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) Return a relationship matching the kind and name for the given element.IRelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName) Return a relationship matching the kind and name for the given element.IRelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) Return a relationship matching the kind and name for the given element.Methods in org.aspectj.asm that return types with arguments of type IRelationshipMethods in org.aspectj.asm with parameters of type IRelationshipModifier and TypeMethodDescriptionvoid
IRelationshipMap.put
(String handle, IRelationship relationship) void
IRelationshipMap.put
(IProgramElement source, IRelationship relationship) boolean
IRelationshipMap.remove
(String handle, IRelationship relationship) -
Uses of IRelationship in org.aspectj.asm.internal
Classes in org.aspectj.asm.internal that implement IRelationshipMethods in org.aspectj.asm.internal that return IRelationshipModifier and TypeMethodDescriptionRelationshipMap.get
(String source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) RelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName) RelationshipMap.get
(IProgramElement source, IRelationship.Kind kind, String relationshipName, boolean runtimeTest, boolean createIfMissing) Methods in org.aspectj.asm.internal that return types with arguments of type IRelationshipMethods in org.aspectj.asm.internal with parameters of type IRelationshipModifier and TypeMethodDescriptionvoid
RelationshipMap.put
(String source, IRelationship relationship) void
RelationshipMap.put
(IProgramElement source, IRelationship relationship) boolean
RelationshipMap.remove
(String source, IRelationship relationship)