org.drools.compiler.lang
Interface DRLParser
- All Known Implementing Classes:
- AbstractDRLParser, DRL5Parser, DRL6Parser
public interface DRLParser
compilationUnit
PackageDescr compilationUnit()
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
compilationUnit
PackageDescr compilationUnit(org.kie.api.io.Resource resource)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
enableEditorInterface
void enableEditorInterface()
disableEditorInterface
void disableEditorInterface()
getEditorInterface
LinkedList<DroolsSentence> getEditorInterface()
getErrors
List<DroolsParserException> getErrors()
hasErrors
boolean hasErrors()
getErrorMessages
List<String> getErrorMessages()
reportError
void reportError(org.antlr.runtime.RecognitionException ex)
reportError
void reportError(Exception ex)
chunk
String chunk(int leftDelimiter,
int rightDelimiter,
int location)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.