org.aspectj.ajdt.internal.compiler.lookup
Class AjTypeConstants

java.lang.Object
  extended by org.aspectj.ajdt.internal.compiler.lookup.AjTypeConstants

public class AjTypeConstants
extends java.lang.Object


Field Summary
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 Summary
AjTypeConstants()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

AjTypeConstants

public AjTypeConstants()
Method Detail

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)