public class AjTypeConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
ASPECTJ |
static char[] |
INTERNAL |
static char[] |
LANG |
static char[] |
ORG |
static char[][] |
ORG_ASPECTJ_LANG_JOINPOINT |
static char[][] |
ORG_ASPECTJ_LANG_JOINPOINT_STATICPART |
static char[][] |
ORG_ASPECTJ_RUNTIME_INTERNAL_AROUNDCLOSURE |
static char[][] |
ORG_ASPECTJ_RUNTIME_INTERNAL_CONVERSIONS |
static char[] |
RUNTIME |
| Constructor and Description |
|---|
AjTypeConstants() |
| Modifier and Type | Method and Description |
|---|---|
static TypeReference |
getAroundClosureType() |
static MethodBinding |
getConversionMethodFromObject(Scope scope,
TypeBinding toType) |
static MethodBinding |
getConversionMethodToObject(Scope scope,
TypeBinding fromType) |
static ReferenceBinding |
getConversionsType(Scope scope) |
static TypeReference |
getJoinPointStaticPartType() |
static TypeReference |
getJoinPointType() |
public static final char[] ORG
public static final char[] ASPECTJ
public static final char[] RUNTIME
public static final char[] LANG
public static final char[] INTERNAL
public static final char[][] ORG_ASPECTJ_LANG_JOINPOINT
public static final char[][] ORG_ASPECTJ_LANG_JOINPOINT_STATICPART
public static final char[][] ORG_ASPECTJ_RUNTIME_INTERNAL_AROUNDCLOSURE
public static final char[][] ORG_ASPECTJ_RUNTIME_INTERNAL_CONVERSIONS
public static TypeReference getJoinPointType()
public static TypeReference getJoinPointStaticPartType()
public static TypeReference getAroundClosureType()
public static ReferenceBinding getConversionsType(Scope scope)
public static MethodBinding getConversionMethodToObject(Scope scope, TypeBinding fromType)
public static MethodBinding getConversionMethodFromObject(Scope scope, TypeBinding toType)