JaCIL Framework API

ConversionEmitter Constructor 

Creates the emitter based on the given source to target

public ConversionEmitter(
   StackType source,
   TypeMetrics target
);

Parameters

source
The source stack type.
target
The target metrics.

Exceptions

Exception Type Condition
ArgumentException Thrown if the source is not a primitive type.

See Also

ConversionEmitter Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace