org.apache.jasper.compiler
类 SmapStratum.LineInfo

java.lang.Object
  继承者 org.apache.jasper.compiler.SmapStratum.LineInfo
包容类:
SmapStratum

public static class SmapStratum.LineInfo
extends Object

Represents a single LineSection in an SMAP, associated with a particular stratum.


构造方法摘要
SmapStratum.LineInfo()
           
 
方法摘要
 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).
 void setInputLineCount(int inputLineCount)
          Sets InputLineCount.
 void setInputStartLine(int inputStartLine)
          Sets InputStartLine.
 void setLineFileID(int lineFileID)
          Sets lineFileID.
 void setOutputLineIncrement(int outputLineIncrement)
          Sets OutputLineIncrement.
 void setOutputStartLine(int outputStartLine)
          Sets OutputStartLine.
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SmapStratum.LineInfo

public SmapStratum.LineInfo()
方法详细信息

setInputStartLine

public void setInputStartLine(int inputStartLine)
Sets InputStartLine.


setOutputStartLine

public void setOutputStartLine(int outputStartLine)
Sets OutputStartLine.


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.


setInputLineCount

public void setInputLineCount(int inputLineCount)
Sets InputLineCount.


setOutputLineIncrement

public void setOutputLineIncrement(int outputLineIncrement)
Sets OutputLineIncrement.


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).


toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.