Class FlattenScope


  • public class FlattenScope
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<com.github.javaparser.ast.Node> flattenScope​(org.drools.util.TypeResolver typeResolver, com.github.javaparser.ast.expr.Expression expressionWithScope)  
      static com.github.javaparser.ast.expr.Expression transformFullyQualifiedInlineCastExpr​(org.drools.util.TypeResolver typeResolver, org.drools.mvel.parser.ast.expr.FullyQualifiedInlineCastExpr fqInlineCastExpr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • flattenScope

        public static java.util.List<com.github.javaparser.ast.Node> flattenScope​(org.drools.util.TypeResolver typeResolver,
                                                                                  com.github.javaparser.ast.expr.Expression expressionWithScope)
      • transformFullyQualifiedInlineCastExpr

        public static com.github.javaparser.ast.expr.Expression transformFullyQualifiedInlineCastExpr​(org.drools.util.TypeResolver typeResolver,
                                                                                                      org.drools.mvel.parser.ast.expr.FullyQualifiedInlineCastExpr fqInlineCastExpr)