Module jamal.core

Class Begin

  • All Implemented Interfaces:
    javax0.jamal.api.Macro

    public class Begin
    extends java.lang.Object
    implements javax0.jamal.api.Macro
    • Constructor Summary

      Constructors 
      Constructor Description
      Begin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String evaluate​(javax0.jamal.api.Input in, javax0.jamal.api.Processor processor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax0.jamal.api.Macro

        getId
    • Constructor Detail

      • Begin

        public Begin()
    • Method Detail

      • evaluate

        public java.lang.String evaluate​(javax0.jamal.api.Input in,
                                         javax0.jamal.api.Processor processor)
        Specified by:
        evaluate in interface javax0.jamal.api.Macro