Class FlattenScope
- java.lang.Object
-
- org.drools.model.codegen.execmodel.generator.expressiontyper.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.ExpressiontransformFullyQualifiedInlineCastExpr(org.drools.util.TypeResolver typeResolver, org.drools.mvel.parser.ast.expr.FullyQualifiedInlineCastExpr fqInlineCastExpr)
-
-
-
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)
-
-