public class CompoundWord extends Object implements IWord
| 构造器和说明 |
|---|
CompoundWord(List<Word> innerList,
String label) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompoundWord |
create(String param) |
String |
getLabel() |
String |
getValue() |
void |
setLabel(String label) |
void |
setValue(String value) |
String |
toString() |
Word |
toWord()
转换为一个简单词
|
public Word toWord()
public static CompoundWord create(String param)
Copyright © 2014–2017 码农场. All rights reserved.