Class Assembler


  • public class Assembler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ScriptDefinition assemble​(java.io.InputStream in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Assembler

        public Assembler​(Instructions instructions)
      • Assembler

        public Assembler​(Instructions instructions,
                         java.util.Map<java.lang.String,​java.lang.Object> symbols)
    • Method Detail

      • assemble

        public ScriptDefinition assemble​(java.io.InputStream in)
                                  throws java.io.IOException
        Throws:
        java.io.IOException