X-Git-Url: http://jaekl.net/gitweb/?a=blobdiff_plain;f=prod%2Fnet%2Fjaekl%2Fcfb%2Fxml%2FSourceLine.java;h=e5e82f6aa3e8e88f47042bdf9795dfee1049e668;hb=7ac6be132ecd6872971a1de56f033b4434d3173a;hp=085c3fbf46765d3d7a713139d18b4403ffcaa91f;hpb=88c635ae6a039a873cba2d794c55d726dcdc616d;p=cfb.git diff --git a/prod/net/jaekl/cfb/xml/SourceLine.java b/prod/net/jaekl/cfb/xml/SourceLine.java index 085c3fb..e5e82f6 100644 --- a/prod/net/jaekl/cfb/xml/SourceLine.java +++ b/prod/net/jaekl/cfb/xml/SourceLine.java @@ -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;