Class SmapStratum.LineInfo
java.lang.Object
org.apache.jasper.compiler.SmapStratum.LineInfo
- Enclosing class:
- SmapStratum
Represents a single LineSection in an SMAP, associated with a particular stratum.
- Author:
- Jayson Falkner, Shawn Bayern
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetInputLineCount(int inputLineCount) voidsetInputStartLine(int inputStartLine) voidsetLineFileID(int lineFileID) Sets lineFileID.voidsetOutputLineIncrement(int outputLineIncrement) voidsetOutputStartLine(int outputStartLine) toString()
- 
Constructor Details- 
LineInfopublic LineInfo()
 
- 
- 
Method Details- 
setInputStartLinepublic void setInputStartLine(int inputStartLine) 
- 
setOutputStartLinepublic void setOutputStartLine(int outputStartLine) 
- 
setLineFileIDpublic void setLineFileID(int lineFileID) Sets lineFileID. Should be called only when different from that of prior LineInfo object (in any given context) or 0 if the current LineInfo has no (logical) predecessor.LineInfowill print this file number no matter what.- Parameters:
- lineFileID- The new line file ID
 
- 
setInputLineCountpublic void setInputLineCount(int inputLineCount) 
- 
setOutputLineIncrementpublic void setOutputLineIncrement(int outputLineIncrement) 
- 
getMaxOutputLineNumberpublic int getMaxOutputLineNumber()
- 
getString- Returns:
- the current LineInfo as a String, print all values only when appropriate (but LineInfoID if and only if it's been specified, as its necessity is sensitive to context).
 
- 
toString
 
-