public class OperatorImplementationEmitter extends Object
Constructor and Description |
---|
OperatorImplementationEmitter(CompileEnvironment environment)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
emit(OperatorClass operatorClass)
Emits an operator implementation class.
|
public OperatorImplementationEmitter(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.