public class Precompiler extends Object
| Constructor and Description |
|---|
Precompiler() |
| Modifier and Type | Method and Description |
|---|---|
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–2021 码农场. All rights reserved.