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 org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getAroundClosureType()
           
static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding getConversionMethodFromObject(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBinding toType)
           
static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding getConversionMethodToObject(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope, org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBinding fromType)
           
static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getConversionsType(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope)
           
static org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getJoinPointStaticPartType()
           
static org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getJoinPointType()
           
 
Methods inherited from class java.lang.Object
equals, 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 org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getJoinPointType()

getJoinPointStaticPartType

public static org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getJoinPointStaticPartType()

getAroundClosureType

public static org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference getAroundClosureType()

getConversionsType

public static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding getConversionsType(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope)

getConversionMethodToObject

public static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding getConversionMethodToObject(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope,
                                                                                                             org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBinding fromType)

getConversionMethodFromObject

public static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.MethodBinding getConversionMethodFromObject(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Scope scope,
                                                                                                               org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBinding toType)