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 TypeMethodDescriptionvoidIRelationshipMap.put(String handle, IRelationship relationship) voidIRelationshipMap.put(IProgramElement source, IRelationship relationship) booleanIRelationshipMap.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 TypeMethodDescriptionvoidRelationshipMap.put(String source, IRelationship relationship) voidRelationshipMap.put(IProgramElement source, IRelationship relationship) booleanRelationshipMap.remove(String source, IRelationship relationship)