| Package | Description |
|---|---|
| org.drools.compiler.lang | |
| org.drools.compiler.lang.descr |
| Modifier and Type | Method and Description |
|---|---|
EntryPointDeclarationDescr |
DRL6StrictParser.entryPointDeclaration(DeclareDescrBuilder ddb)
entryPointDeclaration := annotation* ENTRY-POINT stringId END
|
EntryPointDeclarationDescr |
DRL6Parser.entryPointDeclaration(DeclareDescrBuilder ddb)
entryPointDeclaration := ENTRY-POINT stringId annotation* END
|
EntryPointDeclarationDescr |
DRL5Parser.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–2021 JBoss by Red Hat. All rights reserved.