org.drools.clips
Interface ParserHandler

All Known Implementing Classes:
ClipsShell

public interface ParserHandler


Method Summary
 void functionHandler(FunctionDescr ruleDescr)
           
 void importHandler(ImportDescr descr)
           
 void lispFormHandler(LispForm lispForm)
           
 void ruleHandler(RuleDescr ruleDescr)
           
 void templateHandler(TypeDeclarationDescr typeDescr)
           
 

Method Detail

importHandler

void importHandler(ImportDescr descr)

functionHandler

void functionHandler(FunctionDescr ruleDescr)

templateHandler

void templateHandler(TypeDeclarationDescr typeDescr)

ruleHandler

void ruleHandler(RuleDescr ruleDescr)

lispFormHandler

void lispFormHandler(LispForm lispForm)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.