Package org.drools.drl.parser.lang
Interface DRLParser
- All Known Implementing Classes:
AbstractDRLParser,DRL5Parser,DRL6Parser,DRL6StrictParser
public interface DRLParser
-
Method Summary
Modifier and TypeMethodDescriptionchunk(int leftDelimiter, int rightDelimiter, int location) compilationUnit(Resource resource) voidvoidbooleanvoidreportError(Exception ex) voidreportError(org.antlr.runtime.RecognitionException ex)
-
Method Details
-
compilationUnit
- Throws:
org.antlr.runtime.RecognitionException
-
compilationUnit
- Throws:
org.antlr.runtime.RecognitionException
-
enableEditorInterface
void enableEditorInterface() -
disableEditorInterface
void disableEditorInterface() -
getEditorInterface
LinkedList<DroolsSentence> getEditorInterface() -
getErrors
List<DroolsParserException> getErrors() -
hasErrors
boolean hasErrors() -
getErrorMessages
-
reportError
void reportError(org.antlr.runtime.RecognitionException ex) -
reportError
-
chunk
-