|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.weaver.patterns.FormalBinding
org.aspectj.weaver.patterns.FormalBinding.ImplicitFormalBinding
public static class FormalBinding.ImplicitFormalBinding
A 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
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.aspectj.weaver.patterns.FormalBinding |
---|
FormalBinding.ImplicitFormalBinding |
Field Summary |
---|
Fields inherited from class org.aspectj.weaver.patterns.FormalBinding |
---|
NONE |
Constructor Summary | |
---|---|
FormalBinding.ImplicitFormalBinding(UnresolvedType type,
java.lang.String name,
int index)
|
Method Summary |
---|
Methods inherited from class org.aspectj.weaver.patterns.FormalBinding |
---|
getEnd, getIndex, getName, getStart, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormalBinding.ImplicitFormalBinding(UnresolvedType type, java.lang.String name, int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |