Package | Description |
---|---|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
org.drools.compiler.lang.descr |
Modifier and Type | Method and Description |
---|---|
EntryPointDeclarationDescr |
DRL5Parser.entryPointDeclaration(DeclareDescrBuilder ddb)
entryPointDeclaration := ENTRY-POINT stringId annotation* END
|
EntryPointDeclarationDescr |
DRL6Parser.entryPointDeclaration(DeclareDescrBuilder ddb)
entryPointDeclaration := ENTRY-POINT stringId annotation* END
|
Modifier and Type | Method and Description |
---|---|
Set<EntryPointDeclarationDescr> |
PackageDescr.getEntryPointDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
PackageDescr.addEntryPointDeclaration(EntryPointDeclarationDescr epDescr) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.