| Package | Description |
|---|---|
| io.opsit.explang | |
| io.opsit.explang.strconv.nop | |
| io.opsit.explang.strconv.uc |
| Modifier and Type | Field and Description |
|---|---|
protected IStringConverter |
Compiler.funcNameConverter |
| Modifier and Type | Method and Description |
|---|---|
void |
Compiler.setFnameConverter(IStringConverter converter)
Configure function name converter.
|
| Constructor and Description |
|---|
Compiler(IStringConverter converter)
Construct compiler with given list of packages.
|
Compiler(IStringConverter fnameConverter,
Set<String> packages)
Construct compiler with given list of packages and with given function name converter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NopConverter |
| Modifier and Type | Class and Description |
|---|---|
class |
UcConverter |
Copyright © 2022. All rights reserved.