Examples of DBSourceFile


Examples of com.antlersoft.ilanalyze.db.DBSourceFile

    file="";
    line= -1;
    if ( o instanceof DBSourceObject)
    {
      DBSourceObject so=((DBSourceObject)o);
      DBSourceFile f=so.getSourceFile();
      if ( f!=null)
      {
        file=f.toString();
        line=so.getLineNumber();
      }
    }
    type=o.getClass().getName();
    description=o.toString();
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.