Verwendungen von Schnittstelle
org.aspectj.asm.IRelationship
Packages, die IRelationship verwenden
Package
Beschreibung
-
Verwendungen von IRelationship in org.aspectj.ajde.ui
Methoden in org.aspectj.ajde.ui mit Parametern vom Typ IRelationshipModifizierer und TypMethodeBeschreibungprotected abstract IStructureViewNodeStructureViewNodeFactory.createRelationship(IRelationship relationship, AbstractIcon icon) Implementors must override this method in order to create new relationship nodes. -
Verwendungen von IRelationship in org.aspectj.ajde.ui.swing
Methoden in org.aspectj.ajde.ui.swing mit Parametern vom Typ IRelationshipModifizierer und TypMethodeBeschreibungprotected IStructureViewNodeSwingTreeViewNodeFactory.createRelationship(IRelationship relationship, AbstractIcon icon) Konstruktoren in org.aspectj.ajde.ui.swing mit Parametern vom Typ IRelationshipModifiziererKonstruktorBeschreibungSwingTreeViewNode(IRelationship relationship, AbstractIcon icon) Create a relationship node. -
Verwendungen von IRelationship in org.aspectj.asm
Methoden in org.aspectj.asm, die IRelationship zurückgebenModifizierer und TypMethodeBeschreibungIRelationshipMap.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.Methoden in org.aspectj.asm, die Typen mit Argumenten vom Typ IRelationship zurückgebenModifizierer und TypMethodeBeschreibungIRelationshipMap.get(IProgramElement sourceProgramElement) Methoden in org.aspectj.asm mit Parametern vom Typ IRelationshipModifizierer und TypMethodeBeschreibungvoidIRelationshipMap.put(String handle, IRelationship relationship) voidIRelationshipMap.put(IProgramElement source, IRelationship relationship) booleanIRelationshipMap.remove(String handle, IRelationship relationship) -
Verwendungen von IRelationship in org.aspectj.asm.internal
Klassen in org.aspectj.asm.internal, die IRelationship implementierenMethoden in org.aspectj.asm.internal, die IRelationship zurückgebenModifizierer und TypMethodeBeschreibungRelationshipMap.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) Methoden in org.aspectj.asm.internal, die Typen mit Argumenten vom Typ IRelationship zurückgebenMethoden in org.aspectj.asm.internal mit Parametern vom Typ IRelationshipModifizierer und TypMethodeBeschreibungvoidRelationshipMap.put(String source, IRelationship relationship) voidRelationshipMap.put(IProgramElement source, IRelationship relationship) booleanRelationshipMap.remove(String source, IRelationship relationship)