|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.weaver.patterns.SimpleScope
org.aspectj.weaver.BindingScope
public class BindingScope
BindingScope that knows the enclosingType, which is needed for pointcut reference resolution
Field Summary |
---|
Fields inherited from class org.aspectj.weaver.patterns.SimpleScope |
---|
bindings |
Constructor Summary | |
---|---|
BindingScope(ResolvedType type,
ISourceContext sourceContext,
FormalBinding[] bindings)
|
Method Summary | |
---|---|
ResolvedType |
getEnclosingType()
|
UnresolvedType |
lookupType(java.lang.String name,
IHasPosition location)
|
ISourceLocation |
makeSourceLocation(IHasPosition location)
|
Methods inherited from class org.aspectj.weaver.patterns.SimpleScope |
---|
getFormal, getFormalCount, getImportedNames, getImportedPrefixes, getMessageHandler, getWorld, lookupFormal, makeFormalBindings, message, message, message, setImportedNames, setImportedPrefixes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingScope(ResolvedType type, ISourceContext sourceContext, FormalBinding[] bindings)
Method Detail |
---|
public ResolvedType getEnclosingType()
getEnclosingType
in interface IScope
getEnclosingType
in class SimpleScope
public ISourceLocation makeSourceLocation(IHasPosition location)
makeSourceLocation
in class SimpleScope
public UnresolvedType lookupType(java.lang.String name, IHasPosition location)
lookupType
in interface IScope
lookupType
in class SimpleScope
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |