public static class GroovyExpressionRunner.ExpressInfo extends Object
| 构造器和说明 |
|---|
ExpressInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEndWith() |
String |
getExpress() |
org.apache.poi.xwpf.usermodel.XWPFRun |
getRun() |
int |
getStartWith() |
Object |
getValue() |
boolean |
isKeyWord() |
void |
push(String str) |
void |
setEndWith(int endWith) |
void |
setExpress(String express) |
void |
setKeyWord(boolean keyWord) |
void |
setRun(org.apache.poi.xwpf.usermodel.XWPFRun run) |
void |
setStartWith(int startWith) |
void |
setValue(Object value) |
String |
toString() |
public boolean isKeyWord()
public void setKeyWord(boolean keyWord)
public void push(String str)
public Object getValue()
public void setValue(Object value)
public org.apache.poi.xwpf.usermodel.XWPFRun getRun()
public void setRun(org.apache.poi.xwpf.usermodel.XWPFRun run)
public String getExpress()
public void setExpress(String express)
public int getStartWith()
public void setStartWith(int startWith)
public int getEndWith()
public void setEndWith(int endWith)
Copyright © 2018. All rights reserved.