public interface ISubEmitter<T>
IEmitter
emitter can use composition for it's more
complicated production sequences with member, dynamic, binary expressions and
identifiers etc.void emit(T node)
The main idea here is abstraction. Producing JavaScript can get complicated, the best way to avoid bugs is to avoid as much state and interdependence between emit() calls of the main emitter.
Copyright © 2016 The Apache Software Foundation. All rights reserved.