| java.lang.Object org.drools.compiler.DrlParser
DrlParser | public class DrlParser (Code) | | This is a low level parser API. This will return textual AST representations
of the DRL source, including with DSL expanders if appropriate.
|
DrlParser | public DrlParser()(Code) | | |
getErrors | public List getErrors()(Code) | | a list of ParserError's. |
hasErrors | public boolean hasErrors()(Code) | | true if there were parser errors. |
|
|