Some progress toward implementing store(Analysis).
[cfb.git] / prod / net / jaekl / cfb / xml / SourceLine.java
index 085c3fbf46765d3d7a713139d18b4403ffcaa91f..e5e82f6aa3e8e88f47042bdf9795dfee1049e668 100644 (file)
@@ -28,6 +28,10 @@ public class SourceLine extends ParseResult {
                m_start = m_end = (-1);
        }       
        
+       public String getClassName() { return m_className; }
+       public int getStart() { return m_start; }
+       public int getEnd() { return m_end; }
+       
        @Override
        public void handleMainAttributes(Attributes attr) throws MissingAttributeException {
                String scratch;