|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.jasper.compiler.SmapStratum.LineInfo
public static class SmapStratum.LineInfo
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 |
| 构造方法详细信息 |
|---|
public SmapStratum.LineInfo()
| 方法详细信息 |
|---|
public void setInputStartLine(int inputStartLine)
public void setOutputStartLine(int outputStartLine)
public void setLineFileID(int lineFileID)
public void setInputLineCount(int inputLineCount)
public void setOutputLineIncrement(int outputLineIncrement)
public String getString()
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||