Search in sources :

Example 6 with QueryDescrBuilder

use of org.drools.compiler.lang.api.QueryDescrBuilder in project drools by kiegroup.

the class QueryDescrBuilderImpl method lhs.

public CEDescrBuilder<QueryDescrBuilder, AndDescr> lhs() {
    CEDescrBuilder<QueryDescrBuilder, AndDescr> ce = new CEDescrBuilderImpl<QueryDescrBuilder, AndDescr>(this, new AndDescr());
    descr.setLhs(ce.getDescr());
    return ce;
}
Also used : AndDescr(org.drools.compiler.lang.descr.AndDescr) QueryDescrBuilder(org.drools.compiler.lang.api.QueryDescrBuilder)

Aggregations

QueryDescrBuilder (org.drools.compiler.lang.api.QueryDescrBuilder)6 RecognitionException (org.antlr.runtime.RecognitionException)3 AbstractClassTypeDeclarationBuilder (org.drools.compiler.lang.api.AbstractClassTypeDeclarationBuilder)1 AccumulateDescrBuilder (org.drools.compiler.lang.api.AccumulateDescrBuilder)1 AccumulateImportDescrBuilder (org.drools.compiler.lang.api.AccumulateImportDescrBuilder)1 AttributeDescrBuilder (org.drools.compiler.lang.api.AttributeDescrBuilder)1 CEDescrBuilder (org.drools.compiler.lang.api.CEDescrBuilder)1 DeclareDescrBuilder (org.drools.compiler.lang.api.DeclareDescrBuilder)1 EntryPointDeclarationDescrBuilder (org.drools.compiler.lang.api.EntryPointDeclarationDescrBuilder)1 EnumDeclarationDescrBuilder (org.drools.compiler.lang.api.EnumDeclarationDescrBuilder)1 EnumLiteralDescrBuilder (org.drools.compiler.lang.api.EnumLiteralDescrBuilder)1 FieldDescrBuilder (org.drools.compiler.lang.api.FieldDescrBuilder)1 ForallDescrBuilder (org.drools.compiler.lang.api.ForallDescrBuilder)1 FunctionDescrBuilder (org.drools.compiler.lang.api.FunctionDescrBuilder)1 GlobalDescrBuilder (org.drools.compiler.lang.api.GlobalDescrBuilder)1 ImportDescrBuilder (org.drools.compiler.lang.api.ImportDescrBuilder)1 NamedConsequenceDescrBuilder (org.drools.compiler.lang.api.NamedConsequenceDescrBuilder)1 PackageDescrBuilder (org.drools.compiler.lang.api.PackageDescrBuilder)1 PatternDescrBuilder (org.drools.compiler.lang.api.PatternDescrBuilder)1 RuleDescrBuilder (org.drools.compiler.lang.api.RuleDescrBuilder)1