public class QLMatchResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
matchLastIndex |
protected List<QLMatchResultTree> |
matchs |
INodeType |
statementNodeType |
| 构造器和说明 |
|---|
QLMatchResult(List<QLMatchResultTree> aList,
int aIndex) |
protected List<QLMatchResultTree> matchs
protected int matchLastIndex
public INodeType statementNodeType
public QLMatchResult(List<QLMatchResultTree> aList, int aIndex)
public List<QLMatchResultTree> getMatchs()
public void setMatchs(List<QLMatchResultTree> matchs)
public int getMatchLastIndex()
public void setMatchLastIndex(int matchLastIndex)
Copyright © 2012–2018 Alibaba Group. All rights reserved.