Uses of Class
org.aspectj.asm.IRelationship.Kind
Packages that use IRelationship.Kind
Package
Description
-
Uses of IRelationship.Kind in org.aspectj.ajde
Methods in org.aspectj.ajde with parameters of type IRelationship.KindModifier and TypeMethodDescriptionIconRegistry.getAssociationSwingIcon(IRelationship.Kind relation) -
Uses of IRelationship.Kind in org.aspectj.ajde.ui
Methods in org.aspectj.ajde.ui with parameters of type IRelationship.KindModifier and TypeMethodDescriptionvoidStructureViewProperties.addRelation(IRelationship.Kind kind) AbstractIconRegistry.getIcon(IRelationship.Kind relationship) voidStructureViewProperties.removeRelation(IRelationship.Kind kind) -
Uses of IRelationship.Kind in org.aspectj.asm
Fields in org.aspectj.asm declared as IRelationship.KindModifier and TypeFieldDescriptionstatic final IRelationship.KindIRelationship.Kind.ADVICEstatic final IRelationship.KindIRelationship.Kind.ADVICE_AFTERstatic final IRelationship.KindIRelationship.Kind.ADVICE_AFTERRETURNINGstatic final IRelationship.KindIRelationship.Kind.ADVICE_AFTERTHROWINGstatic final IRelationship.KindIRelationship.Kind.ADVICE_AROUNDstatic final IRelationship.KindIRelationship.Kind.ADVICE_BEFOREstatic final IRelationship.Kind[]IRelationship.Kind.ALLstatic final IRelationship.KindIRelationship.Kind.DECLAREstatic final IRelationship.KindIRelationship.Kind.DECLARE_ERRORstatic final IRelationship.KindIRelationship.Kind.DECLARE_INTER_TYPEstatic final IRelationship.KindIRelationship.Kind.DECLARE_SOFTstatic final IRelationship.KindIRelationship.Kind.DECLARE_WARNINGstatic final IRelationship.KindIRelationship.Kind.USES_POINTCUTMethods in org.aspectj.asm that return IRelationship.KindModifier and TypeMethodDescriptionIRelationship.getKind()static IRelationship.KindIRelationship.Kind.getKindFor(String stringFormOfRelationshipKind) Return the Kind of the relationship that is passed in by name.Methods in org.aspectj.asm with parameters of type IRelationship.KindModifier 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. -
Uses of IRelationship.Kind in org.aspectj.asm.internal
Methods in org.aspectj.asm.internal that return IRelationship.KindMethods in org.aspectj.asm.internal with parameters of type IRelationship.KindModifier 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) Constructors in org.aspectj.asm.internal with parameters of type IRelationship.KindModifierConstructorDescriptionRelationship(String name, IRelationship.Kind kind, String sourceHandle, List<String> targets, boolean runtimeTest) -
Uses of IRelationship.Kind in org.aspectj.tools.ajdoc
Methods in org.aspectj.tools.ajdoc with parameters of type IRelationship.KindModifier and TypeMethodDescriptionStructureUtil.getTargets(IProgramElement node, IRelationship.Kind kind) Calculate the targets for a given IProgramElement (and it's immediate children if its not a type or if the child is CODE) and relationship kindStructureUtil.getTargets(IProgramElement node, IRelationship.Kind kind, String relName) Calculate the targets for a given IProgramElement (and it's immediate children if its not a type or if the child is CODE) and relationship kind with the specified relationship name. -
Uses of IRelationship.Kind in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return IRelationship.Kind