Class QueryGenerator.QueryDefWithType
- java.lang.Object
-
- org.drools.modelcompiler.builder.generator.QueryGenerator.QueryDefWithType
-
- Enclosing class:
- QueryGenerator
public static class QueryGenerator.QueryDefWithType extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryDefWithType(com.github.javaparser.ast.type.ClassOrInterfaceType queryType, com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, RuleContext contex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleContextgetContext()com.github.javaparser.ast.expr.MethodCallExprgetMethodCallExpr()com.github.javaparser.ast.type.ClassOrInterfaceTypegetQueryType()
-
-
-
Constructor Detail
-
QueryDefWithType
public QueryDefWithType(com.github.javaparser.ast.type.ClassOrInterfaceType queryType, com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, RuleContext contex)
-
-
Method Detail
-
getQueryType
public com.github.javaparser.ast.type.ClassOrInterfaceType getQueryType()
-
getMethodCallExpr
public com.github.javaparser.ast.expr.MethodCallExpr getMethodCallExpr()
-
getContext
public RuleContext getContext()
-
-