Uses of Enum Class
org.drools.mvel.expr.MVELCompilationUnit.Scope
Packages that use MVELCompilationUnit.Scope
-
Uses of MVELCompilationUnit.Scope in org.drools.mvel.builder
Methods in org.drools.mvel.builder with parameters of type MVELCompilationUnit.ScopeModifier and TypeMethodDescriptionstatic MVELCompilationUnitMVELDialect.getMVELCompilationUnit(String expression, AnalysisResult analysis, org.drools.base.rule.Declaration[] previousDeclarations, org.drools.base.rule.Declaration[] localDeclarations, Map<String, Class<?>> otherInputVariables, 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.ScopeModifier and TypeMethodDescriptionstatic MVELCompilationUnit.ScopeReturns the enum constant of this class with the specified name.static MVELCompilationUnit.Scope[]MVELCompilationUnit.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.