Package org.eclipse.epsilon.eol.types
Class EolUndefined
java.lang.Object
org.eclipse.epsilon.eol.types.EolAny
org.eclipse.epsilon.eol.types.EolUndefined
- All Implemented Interfaces:
IUndefined
Represents
null
which can be used by the engine to represent the absence
of a variable, useful for the isDefined() operation.- Since:
- 1.6
- Author:
- Sina Madani
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
isDefined
public boolean isDefined() -
isUndefined
public boolean isUndefined()
-