public class JoinPointComparator extends Object
Constructor and Description |
---|
JoinPointComparator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasSameConstructorAspectLength(ConstructorInfo[] myInfos,
ConstructorInfo[] otherInfos) |
static int |
hasSameInterceptorLengths(JoinPointInfo myInfo,
JoinPointInfo otherInfo) |
static boolean |
hasSameMethodAspectLength(long[] myKeys,
long[] otherKeys,
Advisor myAdvisor,
Advisor otherAdvisor) |
static long[] |
mergeMethodInfoKeys(long[] myKeys,
long[] otherKeys) |
public static long[] mergeMethodInfoKeys(long[] myKeys, long[] otherKeys)
public static int hasSameInterceptorLengths(JoinPointInfo myInfo, JoinPointInfo otherInfo)
public static boolean hasSameMethodAspectLength(long[] myKeys, long[] otherKeys, Advisor myAdvisor, Advisor otherAdvisor)
public static boolean hasSameConstructorAspectLength(ConstructorInfo[] myInfos, ConstructorInfo[] otherInfos)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.