Search in sources :

Example 1 with PreTypeWriter

use of plugin.pretokens.writer.PreTypeWriter in project pcgen by PCGen.

the class PreTypeRoundRobin method setUp.

@Override
protected void setUp() throws Exception {
    super.setUp();
    TokenRegistration.register(new PreTypeParser());
    TokenRegistration.register(new PreTypeWriter());
}
Also used : PreTypeWriter(plugin.pretokens.writer.PreTypeWriter) PreTypeParser(plugin.pretokens.parser.PreTypeParser)

Aggregations

PreTypeParser (plugin.pretokens.parser.PreTypeParser)1 PreTypeWriter (plugin.pretokens.writer.PreTypeWriter)1