Class QueryGenerator.QueryDefWithType

  • Enclosing class:
    QueryGenerator

    public static class QueryGenerator.QueryDefWithType
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryDefWithType​(com.github.javaparser.ast.type.ClassOrInterfaceType queryType, com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, RuleContext contex)  
    • 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()