org.aspectj.ajdt.internal.compiler.lookup
Class AjTypeConstants
java.lang.Object
org.aspectj.ajdt.internal.compiler.lookup.AjTypeConstants
public class AjTypeConstants
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORG
public static final char[] ORG
ASPECTJ
public static final char[] ASPECTJ
RUNTIME
public static final char[] RUNTIME
LANG
public static final char[] LANG
INTERNAL
public static final char[] INTERNAL
ORG_ASPECTJ_LANG_JOINPOINT
public static final char[][] ORG_ASPECTJ_LANG_JOINPOINT
ORG_ASPECTJ_LANG_JOINPOINT_STATICPART
public static final char[][] ORG_ASPECTJ_LANG_JOINPOINT_STATICPART
ORG_ASPECTJ_RUNTIME_INTERNAL_AROUNDCLOSURE
public static final char[][] ORG_ASPECTJ_RUNTIME_INTERNAL_AROUNDCLOSURE
ORG_ASPECTJ_RUNTIME_INTERNAL_CONVERSIONS
public static final char[][] ORG_ASPECTJ_RUNTIME_INTERNAL_CONVERSIONS
AjTypeConstants
public AjTypeConstants()
getJoinPointType
public static TypeReference getJoinPointType()
getJoinPointStaticPartType
public static TypeReference getJoinPointStaticPartType()
getAroundClosureType
public static TypeReference getAroundClosureType()
getConversionsType
public static ReferenceBinding getConversionsType(Scope scope)
getConversionMethodToObject
public static MethodBinding getConversionMethodToObject(Scope scope,
TypeBinding fromType)
getConversionMethodFromObject
public static MethodBinding getConversionMethodFromObject(Scope scope,
TypeBinding toType)