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

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
      extended by org.aspectj.ajdt.internal.compiler.lookup.PointcutBinding

public class PointcutBinding
extends Binding


Field Summary
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
ANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_TYPE, LOCAL, METHOD, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_PARAMETERS, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, PACKAGE, PARAMETERIZED_TYPE, RAW_TYPE, TYPE, TYPE_PARAMETER, UNINITIALIZED_FIELDS, UNINITIALIZED_METHODS, UNINITIALIZED_REFERENCE_TYPES, VARIABLE, WILDCARD_TYPE
 
Constructor Summary
PointcutBinding()
           
 
Method Summary
 int bindingType()
           
 int kind()
           
 char[] readableName()
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.Binding
computeUniqueKey, computeUniqueKey, getAnnotationTagBits, initializeDeprecatedAnnotationTagBits, isParameter, isValidBinding, isVolatile, problemId, shortReadableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutBinding

public PointcutBinding()
Method Detail

bindingType

public int bindingType()
See Also:
org.eclipse.jdt.internal.compiler.lookup.BindingPattern#bindingType()

readableName

public char[] readableName()
Specified by:
readableName in class Binding
See Also:
org.eclipse.jdt.internal.compiler.lookup.BindingPattern#readableName()

kind

public int kind()
Specified by:
kind in class Binding