psdi.app.bim.parser.cobie

Class CobieParser

  • java.lang.Object
    • psdi.app.bim.parser.cobie.CobieParser


  • public class CobieParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      CobieParser(Parser project, java.lang.String sheetName, InputFile cobieFile) 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close() 
      protected java.lang.Class getClass(java.lang.String className) 
      static java.lang.String msgFromException(java.lang.Exception e) 
      void parse(Parser parser, IdFactory idFactory, java.util.Hashtable parseTree, java.lang.String[] list, java.lang.String packageName, long flags) 
      • Methods inherited from class java.lang.Object

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

      • close

        public void close()
      • getClass

        protected java.lang.Class getClass(java.lang.String className)
                                    throws ParseException
        Parameters:
        className -
        Returns:
        Throws:
        ParseException
      • msgFromException

        public static java.lang.String msgFromException(java.lang.Exception e)