Package | Description |
---|---|
org.drools.compiler.compiler |
This is the main package to load rules.
|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
Modifier and Type | Method and Description |
---|---|
static DRLParser |
DRLFactory.buildParser(org.antlr.runtime.CharStream input,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
static DRLParser |
DRLFactory.buildParser(DRLLexer lexer,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
static DRLParser |
DRLFactory.buildParser(InputStream is,
String encoding,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
static DRLParser |
DRLFactory.buildParser(Reader reader,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
static DRLParser |
DRLFactory.buildParser(String text,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
static DRLParser |
DRLFactory.getDRLParser(org.antlr.runtime.CommonTokenStream stream,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDRLParser |
class |
DRL5Parser |
class |
DRL6Parser |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.