Add local variable information to DB store.
[cfb.git] / prod / net / jaekl / cfb / xml / BugMethod.java
index 33c615a858780cd79c0f76a5fe9d49412b0aa692..4e5fc47ceb6f1c6c4c61fdcf45975cb9a0f449ef 100644 (file)
@@ -39,6 +39,7 @@ public class BugMethod extends ParseResult {
        
        public String getClassName() { return m_className; }
        public String getMethodName() { return m_methodName; }
+       public String getRole() { return m_role; }
        public SourceLine[] getSourceLines() { return m_sourceLines.toArray(new SourceLine[m_sourceLines.size()]); }
        
        @Override