org.jactr.io.participant
Interface IASTInjector

All Known Implementing Classes:
BasicASTInjector

public interface IASTInjector

used to initialize a IModel descriptor when a specific module is required

Author:
developer

Method Summary
 void inject(org.antlr.runtime.tree.CommonTree modelDescriptor)
          install module specific information into this model descriptor.
 

Method Detail

inject

void inject(org.antlr.runtime.tree.CommonTree modelDescriptor)
install module specific information into this model descriptor.