Examples of IncludeMacro


Examples of net.asfun.jangod.lib.macro.IncludeMacro

    lib = new MacroLibrary();
  }
 
  @Override
  protected void initialize() {
    Macro incMacro = new IncludeMacro();
    register(incMacro.getName(), incMacro);
    Macro extMacro = new ExtendsMacro();
    register(extMacro.getName(), extMacro);
    Macro blkMacro = new BlockMacro();
    register(blkMacro.getName(), blkMacro);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.