Uses of Class
net.hydromatic.morel.compile.BuiltIn.Structure
Packages that use BuiltIn.Structure
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of BuiltIn.Structure in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type BuiltIn.StructureModifier and TypeFieldDescriptionstatic final SortedMap<String, BuiltIn.Structure> BuiltIn.BY_STRUCTUREMethod parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.StructureModifier and TypeMethodDescriptionstatic voidBuiltIn.forEachStructure(TypeSystem typeSystem, BiConsumer<BuiltIn.Structure, Type> consumer) Calls a consumer once per structure.