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