Uses of Class
org.eolang.ExAbstract
-
Packages that use ExAbstract Package Description org.eolang EO runtime. -
-
Uses of ExAbstract in org.eolang
Subclasses of ExAbstract in org.eolang Modifier and Type Class Description class
ExFailure
Common exception.class
ExFlow
Control flow exception (seeEOgoto
for a good example of its usage).class
ExReadOnly
The exception raised when trying to put() an attribute, which is read-only.class
ExUnset
The exception raised when trying to get() an attribute, which is still abstract.
-