Package org.aspectj.weaver.patterns
Klasse SimpleScope
java.lang.Object
org.aspectj.weaver.patterns.SimpleScope
- Alle implementierten Schnittstellen:
IScope
- Bekannte direkte Unterklassen:
BindingScope
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetFormal(int i) intString[]String[]getWorld()lookupFormal(String name) lookupType(String name, IHasPosition location) static FormalBinding[]makeFormalBindings(UnresolvedType[] types, String[] names) makeSourceLocation(IHasPosition location) voidvoidmessage(IMessage.Kind kind, IHasPosition location, String message) voidmessage(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message) voidsetImportedNames(String[] importedNames) voidsetImportedPrefixes(String[] importedPrefixes)
-
Felddetails
-
bindings
-
-
Konstruktordetails
-
SimpleScope
-
-
Methodendetails
-
lookupType
- Angegeben von:
lookupTypein SchnittstelleIScope- Gibt zurück:
- the type corresponding to the name in this scope, or ResolvedType.MISSING if no such type exists
-
getMessageHandler
- Angegeben von:
getMessageHandlerin SchnittstelleIScope
-
lookupFormal
- Angegeben von:
lookupFormalin SchnittstelleIScope- Gibt zurück:
- the formal associated with the name, or null if no such formal exists
-
getFormal
-
getFormalCount
public int getFormalCount()- Angegeben von:
getFormalCountin SchnittstelleIScope
-
getImportedNames
- Angegeben von:
getImportedNamesin SchnittstelleIScope
-
getImportedPrefixes
- Angegeben von:
getImportedPrefixesin SchnittstelleIScope
-
setImportedNames
-
setImportedPrefixes
-
makeFormalBindings
-
makeSourceLocation
-
message
public void message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message) -
message
-
message
-
getWorld
-
getEnclosingType
- Angegeben von:
getEnclosingTypein SchnittstelleIScope
-