Class BytecodeDSLModels

All Implemented Interfaces:
Iterable<MessageContainer>

public class BytecodeDSLModels extends Template
A Template with one or more BytecodeDSLModel models. Typically (when using @GenerateBytecode, only a single model is produced, but for testing (when using @GenerateBytecodeTestVariants) the parser may produce multiple models, which allows us to generate multiple interpreters and reuse tests across configurations.