public static class QueryGenerator.QueryDefWithType extends Object
Constructor and Description |
---|
QueryDefWithType(com.github.javaparser.ast.type.ClassOrInterfaceType queryType,
com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr,
RuleContext contex) |
Modifier and Type | Method and Description |
---|---|
RuleContext |
getContext() |
com.github.javaparser.ast.expr.MethodCallExpr |
getMethodCallExpr() |
com.github.javaparser.ast.type.ClassOrInterfaceType |
getQueryType() |
public QueryDefWithType(com.github.javaparser.ast.type.ClassOrInterfaceType queryType, com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, RuleContext contex)
public com.github.javaparser.ast.type.ClassOrInterfaceType getQueryType()
public com.github.javaparser.ast.expr.MethodCallExpr getMethodCallExpr()
public RuleContext getContext()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.