public interface LookupEnvironment
The following features are supported:
LookupPackage.getLookupEnvironment()| Modifier and Type | Method and Description |
|---|---|
LookupEnvironment |
addElement(NamedElement element) |
<NE extends NamedElement> |
addElements(Collection<NE> elements) |
Executor |
getExecutor() |
<any> |
getNamedElements()
Returns the value of the 'Named Elements' reference list.
|
LookupEnvironment |
getParentEnv()
Returns the value of the 'Parent Env' reference.
|
boolean |
hasFinalResult() |
void |
setParentEnv(LookupEnvironment value)
Sets the value of the '
Parent Env' reference. |
<any> getNamedElements()
NamedElement.
If the meaning of the 'Named Elements' reference list isn't clear, there really should be more of a description here...
LookupPackage.getLookupEnvironment_NamedElements()LookupEnvironment getParentEnv()
If the meaning of the 'Parent Env' reference isn't clear, there really should be more of a description here...
setParentEnv(LookupEnvironment),
LookupPackage.getLookupEnvironment_ParentEnv()void setParentEnv(LookupEnvironment value)
Parent Env' reference.
value - the new value of the 'Parent Env' reference.getParentEnv()<NE extends NamedElement> LookupEnvironment addElements(Collection<NE> elements)
LookupEnvironment addElement(NamedElement element)
boolean hasFinalResult()
Executor getExecutor()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.