public class CutStrInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
contain |
int |
endIndex |
String |
endSTR |
String |
EXPREDContent |
int |
startIndex |
String |
startSTR |
String |
Template |
| 构造器和说明 |
|---|
CutStrInfo() |
CutStrInfo(String _startSTR,
String _endSTR) |
CutStrInfo(String _startSTR,
String _endSTR,
String _template) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
Calc() |
boolean |
Calc(boolean ContainCONTENT) |
boolean |
Calc(String _template) |
boolean |
Calc(String _template,
boolean ContainCONTENT) |
boolean |
CalcTemp(String _template,
String _startSTR,
String _endSTR,
boolean ContainCONTENT) |
int |
getEndIndex() |
String |
getEndSTR() |
String |
getEXPREDContent() |
int |
getStartIndex() |
String |
getStartSTR() |
String |
getTemplate() |
boolean |
isContain() |
void |
setContain(boolean contain) |
void |
setEndIndex(int endIndex) |
void |
setEndSTR(String endSTR) |
void |
setEXPREDContent(String eXPREDContent) |
void |
setStartIndex(int startIndex) |
void |
setStartSTR(String startSTR) |
void |
setTemplate(String template) |
public int startIndex
public int endIndex
public boolean contain
public String startSTR
public String endSTR
public String Template
public String EXPREDContent
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getEndIndex()
public void setEndIndex(int endIndex)
public boolean isContain()
public void setContain(boolean contain)
public String getStartSTR()
public void setStartSTR(String startSTR)
public String getEndSTR()
public void setEndSTR(String endSTR)
public String getTemplate()
public void setTemplate(String template)
public String getEXPREDContent()
public void setEXPREDContent(String eXPREDContent)
public boolean Calc(String _template, boolean ContainCONTENT)
public boolean Calc(String _template)
public boolean Calc()
public boolean Calc(boolean ContainCONTENT)
Copyright © 2019. All rights reserved.