org.aspectj.weaver.patterns
Interface BindingPattern

All Superinterfaces:
IHasPosition
All Known Implementing Classes:
BindingAnnotationFieldTypePattern, BindingAnnotationTypePattern, BindingTypePattern

public interface BindingPattern
extends IHasPosition

Marker interface for BindingTypePattern and BindingAnnotationTypePattern


Method Summary
 int getFormalIndex()
           
 
Methods inherited from interface org.aspectj.weaver.IHasPosition
getEnd, getStart
 

Method Detail

getFormalIndex

int getFormalIndex()