Module jamal.core

Class Ident

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

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

      Constructors 
      Constructor Description
      Ident()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String evaluate​(javax0.jamal.api.Input input, 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

      • Ident

        public Ident()
    • Method Detail

      • evaluate

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