Interface IEvaluationContext
-
- All Known Implementing Classes:
DefaultEvaluationContext,NullEvaluationContext
public interface IEvaluationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassignValue(org.eclipse.xtext.naming.QualifiedName qualifiedName, java.lang.Object value)IEvaluationContextfork()java.lang.ObjectgetValue(org.eclipse.xtext.naming.QualifiedName qualifiedName)voidnewValue(org.eclipse.xtext.naming.QualifiedName qualifiedName, java.lang.Object value)
-
-
-
Method Detail
-
getValue
java.lang.Object getValue(org.eclipse.xtext.naming.QualifiedName qualifiedName)
-
newValue
void newValue(org.eclipse.xtext.naming.QualifiedName qualifiedName, java.lang.Object value)
-
assignValue
void assignValue(org.eclipse.xtext.naming.QualifiedName qualifiedName, java.lang.Object value)
-
fork
IEvaluationContext fork()
-
-