public interface DRLParser
Modifier and Type | Method and Description |
---|---|
String |
chunk(int leftDelimiter,
int rightDelimiter,
int location) |
PackageDescr |
compilationUnit() |
PackageDescr |
compilationUnit(org.kie.api.io.Resource resource) |
void |
disableEditorInterface() |
void |
enableEditorInterface() |
LinkedList<DroolsSentence> |
getEditorInterface() |
List<String> |
getErrorMessages() |
List<DroolsParserException> |
getErrors() |
boolean |
hasErrors() |
void |
reportError(Exception ex) |
void |
reportError(org.antlr.runtime.RecognitionException ex) |
PackageDescr compilationUnit() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
PackageDescr compilationUnit(org.kie.api.io.Resource resource) throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
void enableEditorInterface()
void disableEditorInterface()
LinkedList<DroolsSentence> getEditorInterface()
List<DroolsParserException> getErrors()
boolean hasErrors()
void reportError(org.antlr.runtime.RecognitionException ex)
void reportError(Exception ex)
String chunk(int leftDelimiter, int rightDelimiter, int location)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.