Uses of Interface
net.hydromatic.morel.compile.CompiledStatement
-
Packages that use CompiledStatement Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of CompiledStatement in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return CompiledStatement Modifier and Type Method Description (package private) CompiledStatementCompiler. compileStatement(Environment env, Ast.Decl decl)private static CompiledStatementCompiles. prepareDecl(TypeSystem typeSystem, Environment env, Ast.Decl decl)Validates and compiles an declaration, and compiles it to code that can be evaluated by the interpreter.static CompiledStatementCompiles. prepareStatement(TypeSystem typeSystem, Environment env, AstNode statement)Validates and compiles a statement (expression or declaration), and compiles it to code that can be evaluated by the interpreter.
-