public class OperatorFactoryEmitter extends Object
| Constructor and Description |
|---|
OperatorFactoryEmitter(CompileEnvironment environment)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
emit(OperatorClass operatorClass)
Emits an operator factory class.
|
public OperatorFactoryEmitter(CompileEnvironment environment)
environment - current compiling environmentIllegalArgumentException - if some parameters were nullpublic void emit(OperatorClass operatorClass)
operatorClass - target class descriptionIllegalArgumentException - if some parameters were nullCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.