Class AjTypeConstants
java.lang.Object
org.aspectj.ajdt.internal.compiler.lookup.AjTypeConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char[]static final char[]static final char[]static final char[]static final char[][]static final char[][]static final char[][]static final char[][]static final char[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeReferencestatic MethodBindinggetConversionMethodFromObject(Scope scope, TypeBinding toType) static MethodBindinggetConversionMethodToObject(Scope scope, TypeBinding fromType) static ReferenceBindinggetConversionsType(Scope scope) static TypeReferencestatic TypeReference
-
Field Details
-
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
-
-
Constructor Details
-
AjTypeConstants
public AjTypeConstants()
-
-
Method Details
-
getJoinPointType
-
getJoinPointStaticPartType
-
getAroundClosureType
-
getConversionsType
-
getConversionMethodToObject
-
getConversionMethodFromObject
-