Uses of Class
org.aspectj.asm.IRelationship.Kind

Packages that use IRelationship.Kind
org.aspectj.ajde   
org.aspectj.ajde.ui   
org.aspectj.asm   
org.aspectj.asm.internal   
org.aspectj.tools.ajdoc   
org.aspectj.weaver.bcel   
 

Uses of IRelationship.Kind in org.aspectj.ajde
 

Methods in org.aspectj.ajde with parameters of type IRelationship.Kind
 javax.swing.Icon IconRegistry.getAssociationSwingIcon(IRelationship.Kind relation)
           
 

Uses of IRelationship.Kind in org.aspectj.ajde.ui
 

Methods in org.aspectj.ajde.ui with parameters of type IRelationship.Kind
 void StructureViewProperties.addRelation(IRelationship.Kind kind)
           
 AbstractIcon AbstractIconRegistry.getIcon(IRelationship.Kind relationship)
           
 void StructureViewProperties.removeRelation(IRelationship.Kind kind)
           
 

Uses of IRelationship.Kind in org.aspectj.asm
 

Fields in org.aspectj.asm declared as IRelationship.Kind
static IRelationship.Kind IRelationship.Kind.ADVICE
           
static IRelationship.Kind IRelationship.Kind.ADVICE_AFTER
           
static IRelationship.Kind IRelationship.Kind.ADVICE_AFTERRETURNING
           
static IRelationship.Kind IRelationship.Kind.ADVICE_AFTERTHROWING
           
static IRelationship.Kind IRelationship.Kind.ADVICE_AROUND
           
static IRelationship.Kind IRelationship.Kind.ADVICE_BEFORE
           
static IRelationship.Kind[] IRelationship.Kind.ALL
           
static IRelationship.Kind IRelationship.Kind.DECLARE
           
static IRelationship.Kind IRelationship.Kind.DECLARE_ERROR
           
static IRelationship.Kind IRelationship.Kind.DECLARE_INTER_TYPE
           
static IRelationship.Kind IRelationship.Kind.DECLARE_SOFT
           
static IRelationship.Kind IRelationship.Kind.DECLARE_WARNING
           
static IRelationship.Kind IRelationship.Kind.USES_POINTCUT
           
 

Methods in org.aspectj.asm that return IRelationship.Kind
 IRelationship.Kind IRelationship.getKind()
           
static IRelationship.Kind IRelationship.Kind.getKindFor(java.lang.String stringFormOfRelationshipKind)
          Return the Kind of the relationship that is passed in by name.
 

Methods in org.aspectj.asm with parameters of type IRelationship.Kind
 IRelationship IRelationshipMap.get(IProgramElement source, IRelationship.Kind kind, java.lang.String relationshipName)
          Return a relationship matching the kind and name for the given element.
 IRelationship IRelationshipMap.get(IProgramElement source, IRelationship.Kind kind, java.lang.String relationshipName, boolean runtimeTest, boolean createIfMissing)
          Return a relationship matching the kind and name for the given element.
 IRelationship IRelationshipMap.get(java.lang.String source, IRelationship.Kind kind, java.lang.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.Kind
 IRelationship.Kind Relationship.getKind()
           
 

Methods in org.aspectj.asm.internal with parameters of type IRelationship.Kind
 IRelationship RelationshipMap.get(IProgramElement source, IRelationship.Kind kind, java.lang.String relationshipName)
           
 IRelationship RelationshipMap.get(IProgramElement source, IRelationship.Kind kind, java.lang.String relationshipName, boolean runtimeTest, boolean createIfMissing)
           
 IRelationship RelationshipMap.get(java.lang.String source, IRelationship.Kind kind, java.lang.String relationshipName, boolean runtimeTest, boolean createIfMissing)
           
 

Constructors in org.aspectj.asm.internal with parameters of type IRelationship.Kind
Relationship(java.lang.String name, IRelationship.Kind kind, java.lang.String sourceHandle, java.util.List<java.lang.String> targets, boolean runtimeTest)
           
 

Uses of IRelationship.Kind in org.aspectj.tools.ajdoc
 

Methods in org.aspectj.tools.ajdoc with parameters of type IRelationship.Kind
static java.util.List StructureUtil.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 kind
static java.util.List StructureUtil.getTargets(IProgramElement node, IRelationship.Kind kind, java.lang.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
 IRelationship.Kind BcelWorld.determineRelKind(ShadowMunger munger)