Uses of Class
org.drools.mvel.expr.MVELCompilationUnit.Scope
-
Packages that use MVELCompilationUnit.Scope Package Description org.drools.mvel.builder org.drools.mvel.expr -
-
Uses of MVELCompilationUnit.Scope in org.drools.mvel.builder
Methods in org.drools.mvel.builder with parameters of type MVELCompilationUnit.Scope Modifier and Type Method Description static MVELCompilationUnitMVELDialect. getMVELCompilationUnit(String expression, org.drools.compiler.compiler.AnalysisResult analysis, org.drools.core.rule.Declaration[] previousDeclarations, org.drools.core.rule.Declaration[] localDeclarations, Map<String,Class<?>> otherInputVariables, org.drools.compiler.rule.builder.PackageBuildContext context, String contextIndeifier, Class kcontextClass, boolean readLocalsFromTuple, MVELCompilationUnit.Scope scope) -
Uses of MVELCompilationUnit.Scope in org.drools.mvel.expr
Methods in org.drools.mvel.expr that return MVELCompilationUnit.Scope Modifier and Type Method Description static MVELCompilationUnit.ScopeMVELCompilationUnit.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static MVELCompilationUnit.Scope[]MVELCompilationUnit.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-