Interface CompilableTag


  • public interface CompilableTag

    Compilable represents a Tag that is compilable.

    Version:
    $Revision: 155420 $
    Author:
    James Strachan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void compile()
      Called by the parser to allow a more tag to create a more efficient format of the tag.
    • Method Detail

      • compile

        void compile()
              throws JellyException
        Called by the parser to allow a more tag to create a more efficient format of the tag.
        Throws:
        JellyException - on any error