private DefaultRuleSheetAssembly m_ruleSheetAssembly = new DefaultRuleSheetAssembly();
public void accept(Sequence sequence) throws CompilerException
{
RuleSheetContextEnum ruleSheetContext = RuleSheetContextHelper.getRuleSheetContext(sequence.getSequenceType());
boolean contextChanged = false;
// Verify if context has changed.
if (ruleSheetContext != null)
{