Class AtomicTypeValidatorCompiler


  • public class AtomicTypeValidatorCompiler
    extends java.lang.Object
    Class to handle bytecode generation for user-defined atomic types
    • Constructor Detail

      • AtomicTypeValidatorCompiler

        public AtomicTypeValidatorCompiler​(UserAtomicType type)
        Create a compiler (=bytecode generator) for a user-defined atomic type*
        Parameters:
        type - the user-defined atomic type: this must be compilable.
    • Method Detail