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(java.lang.String expression, org.drools.compiler.compiler.AnalysisResult analysis, org.drools.base.rule.Declaration[] previousDeclarations, org.drools.base.rule.Declaration[] localDeclarations, java.util.Map<java.lang.String,java.lang.Class<?>> otherInputVariables, org.drools.compiler.rule.builder.PackageBuildContext context, java.lang.String contextIndeifier, java.lang.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(java.lang.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.
-