public class BindingScope extends SimpleScope
bindings| Constructor and Description |
|---|
BindingScope(ResolvedType type,
ISourceContext sourceContext,
FormalBinding[] bindings) |
| Modifier and Type | Method and Description |
|---|---|
ResolvedType |
getEnclosingType() |
UnresolvedType |
lookupType(java.lang.String name,
IHasPosition location) |
ISourceLocation |
makeSourceLocation(IHasPosition location) |
getFormal, getFormalCount, getImportedNames, getImportedPrefixes, getMessageHandler, getWorld, lookupFormal, makeFormalBindings, message, message, message, setImportedNames, setImportedPrefixespublic BindingScope(ResolvedType type, ISourceContext sourceContext, FormalBinding[] bindings)
public ResolvedType getEnclosingType()
getEnclosingType in interface IScopegetEnclosingType in class SimpleScopepublic ISourceLocation makeSourceLocation(IHasPosition location)
makeSourceLocation in class SimpleScopepublic UnresolvedType lookupType(java.lang.String name, IHasPosition location)
lookupType in interface IScopelookupType in class SimpleScope