Uses of Enum
net.hydromatic.morel.compile.BuiltIn.Constructor
Packages that use BuiltIn.Constructor
Package
Description
Abstract syntax tree.
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of BuiltIn.Constructor in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast with parameters of type BuiltIn.ConstructorModifier and TypeMethodDescriptionCoreBuilder.constructor(TypeSystem typeSystem, BuiltIn.Constructor constructor) Creates a reference to a constructor.booleanCore.Apply.isCallTo(BuiltIn.Constructor constructor) booleanCore.Exp.isCallTo(BuiltIn.Constructor constructor) Returns whether this expression is a call to the given constructor of a built-in datatype. -
Uses of BuiltIn.Constructor in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return BuiltIn.ConstructorModifier and TypeMethodDescriptionstatic BuiltIn.ConstructorReturns the enum constant of this type with the specified name.static BuiltIn.Constructor[]BuiltIn.Constructor.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.hydromatic.morel.compile with parameters of type BuiltIn.Constructor