| Constructor and Description |
|---|
ScopeWithTypeVariables(java.lang.String[] typeVarNames,
IScope delegate) |
| Modifier and Type | Method and Description |
|---|---|
ResolvedType |
getEnclosingType() |
FormalBinding |
getFormal(int i) |
int |
getFormalCount() |
java.lang.String[] |
getImportedNames() |
java.lang.String[] |
getImportedPrefixes() |
IMessageHandler |
getMessageHandler() |
World |
getWorld() |
FormalBinding |
lookupFormal(java.lang.String name) |
UnresolvedType |
lookupType(java.lang.String name,
IHasPosition location) |
void |
message(IMessage.Kind kind,
IHasPosition location1,
IHasPosition location2,
java.lang.String message) |
void |
message(IMessage.Kind kind,
IHasPosition location,
java.lang.String message) |
void |
message(IMessage aMessage) |
public ScopeWithTypeVariables(java.lang.String[] typeVarNames,
IScope delegate)
public UnresolvedType lookupType(java.lang.String name, IHasPosition location)
lookupType in interface IScopepublic ResolvedType getEnclosingType()
getEnclosingType in interface IScopepublic IMessageHandler getMessageHandler()
getMessageHandler in interface IScopepublic FormalBinding lookupFormal(java.lang.String name)
lookupFormal in interface IScopepublic FormalBinding getFormal(int i)
public int getFormalCount()
getFormalCount in interface IScopepublic java.lang.String[] getImportedPrefixes()
getImportedPrefixes in interface IScopepublic java.lang.String[] getImportedNames()
getImportedNames in interface IScopepublic void message(IMessage.Kind kind, IHasPosition location, java.lang.String message)
public void message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, java.lang.String message)