Interface NodeGeneratorPlugs

All Known Implementing Classes:
BytecodeDSLNodeGeneratorPlugs

public interface NodeGeneratorPlugs
Interface that allows node generators to customize the way FlatNodeGenFactory generates nodes. A node generator (e.g.,
invalid reference
BytecodeRootNodeElement
) can pass its own implementation of this interface to the FlatNodeGenFactory during construction, and the factory will delegate to it.