Package org.eclipse.epsilon.eol.types
package org.eclipse.epsilon.eol.types
-
ClassDescriptionEolBag<T>Base class for all EOL collections.EolMap<K,
V> EolSequence<T>EolSet<T>Representsnull
which can be used by the engine to represent the absence of a variable, useful for the isDefined() operation.NOTE: this class reimplements JLS sections 5.6.1 (unary numeric promotion) and 5.6.2 (binary numeric promotion) to reduce casts and instanceof checks.