Class Print
- java.lang.Object
-
- org.lemsml.jlems.core.type.procedure.Statement
-
- org.lemsml.jlems.core.type.procedure.Print
-
public class Print extends Statement
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
template
-
Constructor Summary
Constructors Constructor Description Print()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableStatement
makeExecutableStatement(Lems lems)
-
-
-
Method Detail
-
makeExecutableStatement
public ExecutableStatement makeExecutableStatement(Lems lems) throws ContentError
- Specified by:
makeExecutableStatement
in classStatement
- Throws:
ContentError
-
-