de.uni_paderborn.fujaba.app.action
Class CompileAction.DLRParser

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.FileStringReader
      extended byde.uni_paderborn.fujaba.app.action.CompileAction.DLRParser
Enclosing class:
CompileAction

private static class CompileAction.DLRParser
extends FileStringReader

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.44 $
Author:
$Author: lowende $

Field Summary
private  java.lang.String incrId
          No comment provided by developer, please add a comment to improve documentation.
private  int incrLineNr
          No comment provided by developer, please add a comment to improve documentation.
private  int lineNr
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.basic.FileStringReader
 
Constructor Summary
private CompileAction.DLRParser()
           
 
Method Summary
protected  void doCurrentLine(java.lang.String currentLine)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String getIncrementId(java.lang.String fileName, int lineNr)
          Get the incrementId attribute of the GetIncrementId object
 
Methods inherited from class de.uni_paderborn.fujaba.basic.FileStringReader
doFile, doFile, getComment, setComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

incrId

private java.lang.String incrId
No comment provided by developer, please add a comment to improve documentation.


lineNr

private int lineNr
No comment provided by developer, please add a comment to improve documentation.


incrLineNr

private int incrLineNr
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

CompileAction.DLRParser

private CompileAction.DLRParser()
Method Detail

getIncrementId

public java.lang.String getIncrementId(java.lang.String fileName,
                                       int lineNr)
Get the incrementId attribute of the GetIncrementId object

Parameters:
fileName - No description provided
lineNr - No description provided
Returns:
The incrementId value

doCurrentLine

protected void doCurrentLine(java.lang.String currentLine)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
doCurrentLine in class FileStringReader
Parameters:
currentLine - No description provided