Uses of Class
net.hydromatic.morel.compile.BuiltIn.Structure
-
Packages that use BuiltIn.Structure Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.Structure Modifier and Type Field Description static SortedMap<String,BuiltIn.Structure>BuiltIn. BY_STRUCTUREMethod parameters in net.hydromatic.morel.compile with type arguments of type BuiltIn.Structure Modifier and Type Method Description static voidBuiltIn. forEachStructure(TypeSystem typeSystem, BiConsumer<BuiltIn.Structure,Type> consumer)Calls a consumer once per structure.
-