Module jamal.core

Class Script

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

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

      Constructors 
      Constructor Description
      Script()  
    • 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

      • Script

        public Script()
    • Method Detail

      • evaluate

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