org.apache.jasper.compiler

Class SmapStratum.LineInfo

public static class SmapStratum.LineInfo extends Object

Represents a single LineSection in an SMAP, associated with a particular stratum.
Method Summary
StringgetString()
Retrieves 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).
voidsetInputLineCount(int inputLineCount)
Sets InputLineCount.
voidsetInputStartLine(int inputStartLine)
Sets InputStartLine.
voidsetLineFileID(int lineFileID)
Sets lineFileID.
voidsetOutputLineIncrement(int outputLineIncrement)
Sets OutputLineIncrement.
voidsetOutputStartLine(int outputStartLine)
Sets OutputStartLine.
StringtoString()

Method Detail

getString

public String getString()
Retrieves 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).

setInputLineCount

public void setInputLineCount(int inputLineCount)
Sets InputLineCount.

setInputStartLine

public void setInputStartLine(int inputStartLine)
Sets InputStartLine.

setLineFileID

public 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. LineInfo will print this file number no matter what.

setOutputLineIncrement

public void setOutputLineIncrement(int outputLineIncrement)
Sets OutputLineIncrement.

setOutputStartLine

public void setOutputStartLine(int outputStartLine)
Sets OutputStartLine.

toString

public String toString()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.