public class Precompiler extends Object
| 构造器和说明 |
|---|
Precompiler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Word |
compile(IWord word) |
static Word |
compile(Word word)
将一个单词编译为等效字串
|
static void |
compileWithoutNS(List<IWord> wordList)
在忽略ns的前提下预编译
|
static void |
compileWithoutNT(List<IWord> wordList)
在忽略ns的前提下预编译
|
Copyright © 2014–2017 码农场. All rights reserved.