Uses of Enum
net.hydromatic.morel.eval.Codes.BuiltInExn
Packages that use Codes.BuiltInExn
-
Uses of Codes.BuiltInExn in net.hydromatic.morel.eval
Fields in net.hydromatic.morel.eval declared as Codes.BuiltInExnMethods in net.hydromatic.morel.eval that return Codes.BuiltInExnModifier and TypeMethodDescriptionstatic Codes.BuiltInExnReturns 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.BuiltInExnModifierConstructorDescriptionMorelRuntimeException(Codes.BuiltInExn e, Pos pos) Creates a MorelRuntimeException.