Class Util


  • public class Util
    extends java.lang.Object
    Author:
    Emmanuel Varoquaux
    • Constructor Summary

      Constructors 
      Constructor Description
      Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList<InstructionNode> analyseBlock​(java.util.ListIterator i)  
      protected static java.util.Map<java.lang.String,​java.lang.String> analyseParams​(org.jdom.Element element)  
      protected static java.lang.StringBuilder stringIndent​(int indent, java.lang.StringBuilder str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • analyseParams

        protected static java.util.Map<java.lang.String,​java.lang.String> analyseParams​(org.jdom.Element element)
                                                                                       throws NodeException
        Throws:
        NodeException
      • stringIndent

        protected static java.lang.StringBuilder stringIndent​(int indent,
                                                              java.lang.StringBuilder str)