コード例 #1
0
        public static List <GeneralUseStructure> GetStructureCollectionActOats()
        {
            try
            {
                String name, path;
                OgmaJ  parser;

                name   = "test";
                path   = "..\\..\\..\\TestFiles\\java oats script.java";
                parser = new OgmaJ();

                return(parser.ParserMethod(path, ref name, null).listGeneralStructure);
            }
            catch (Exception e)
            {
                throw new Exception("There's a problem with OgmaJ parser: " + e.Message);
            }
        }
コード例 #2
0
 public void Initializer()
 {
     parser = new OgmaJ();
 }