Package org.aspectj.weaver.patterns
Klasse FormalBinding
java.lang.Object
org.aspectj.weaver.patterns.FormalBinding
- Alle implementierten Schnittstellen:
IHasPosition
- Bekannte direkte Unterklassen:
FormalBinding.ImplicitFormalBinding
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classA marker class for bindings for which we want to ignore unbound issue and consider them as implicit binding - f.e. to handle JoinPoint in @AJ advices -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFormalBinding(UnresolvedType type, int index) FormalBinding(UnresolvedType type, String name, int index) FormalBinding(UnresolvedType type, String name, int index, int start, int end) -
Methodenübersicht
-
Felddetails
-
NONE
-
-
Konstruktordetails
-
FormalBinding
-
FormalBinding
-
FormalBinding
-
-
Methodendetails
-
toString
-
getEnd
public int getEnd()Beschreibung aus Schnittstelle kopiert:IHasPositionThe ending index of this location in the character stream This points to the last character in this token. If a location truly had no contents, then start == end + 1. We don't recommend this.- Angegeben von:
getEndin SchnittstelleIHasPosition
-
getStart
public int getStart()Beschreibung aus Schnittstelle kopiert:IHasPositionThe starting index of this location in the character stream.- Angegeben von:
getStartin SchnittstelleIHasPosition
-
getIndex
public int getIndex() -
getName
-
getType
-