Uses of Class
net.hydromatic.morel.eval.Codes.BuiltInExn
-
Packages that use Codes.BuiltInExn Package Description net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of Codes.BuiltInExn in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval declared as Codes.BuiltInExn Modifier and Type Field Description private Codes.BuiltInExnCodes.MorelRuntimeException. eMethods in net.hydromatic.morel.eval that return Codes.BuiltInExn Modifier and Type Method Description static Codes.BuiltInExnCodes.BuiltInExn. valueOf(String name)Returns the enum constant of this type with the specified name.static Codes.BuiltInExn[]Codes.BuiltInExn. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.hydromatic.morel.eval with parameters of type Codes.BuiltInExn Constructor Description MorelRuntimeException(Codes.BuiltInExn e, Pos pos)Creates a MorelRuntimeException.
-