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
|
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 |
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 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)