Uses of Class
org.aspectj.asm.IRelationship.Kind
Packages that use IRelationship.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.weaver.bcel
Methods in org.aspectj.weaver.bcel that return IRelationship.Kind