Packages

c

pl.touk.nussknacker.engine.spel.internal

OptimizedEvaluationContext

class OptimizedEvaluationContext extends StandardEvaluationContext

Linear Supertypes
StandardEvaluationContext, EvaluationContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptimizedEvaluationContext
  2. StandardEvaluationContext
  3. EvaluationContext
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OptimizedEvaluationContext(ctx: Context, globals: Map[String, Any], expressionFunctions: Map[String, Method])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addConstructorResolver(arg0: ConstructorResolver): Unit
    Definition Classes
    StandardEvaluationContext
  5. def addMethodResolver(arg0: MethodResolver): Unit
    Definition Classes
    StandardEvaluationContext
  6. def addPropertyAccessor(arg0: PropertyAccessor): Unit
    Definition Classes
    StandardEvaluationContext
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def getBeanResolver(): BeanResolver
    Definition Classes
    StandardEvaluationContext → EvaluationContext
    Annotations
    @Nullable()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getConstructorResolvers(): List[ConstructorResolver]
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  14. def getMethodResolvers(): List[MethodResolver]
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  15. def getOperatorOverloader(): OperatorOverloader
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  16. def getPropertyAccessors(): List[PropertyAccessor]
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  17. def getRootObject(): TypedValue
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  18. def getTypeComparator(): TypeComparator
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  19. def getTypeConverter(): TypeConverter
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  20. def getTypeLocator(): TypeLocator
    Definition Classes
    StandardEvaluationContext → EvaluationContext
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def lookupVariable(name: String): AnyRef
    Definition Classes
    OptimizedEvaluationContext → StandardEvaluationContext → EvaluationContext
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def registerFunction(arg0: String, arg1: Method): Unit
    Definition Classes
    StandardEvaluationContext
  28. def registerMethodFilter(arg0: Class[_ <: AnyRef], arg1: MethodFilter): Unit
    Definition Classes
    StandardEvaluationContext
    Annotations
    @throws(classOf[java.lang.IllegalStateException])
  29. def removeConstructorResolver(arg0: ConstructorResolver): Boolean
    Definition Classes
    StandardEvaluationContext
  30. def removeMethodResolver(arg0: MethodResolver): Boolean
    Definition Classes
    StandardEvaluationContext
  31. def removePropertyAccessor(arg0: PropertyAccessor): Boolean
    Definition Classes
    StandardEvaluationContext
  32. def setBeanResolver(arg0: BeanResolver): Unit
    Definition Classes
    StandardEvaluationContext
  33. def setConstructorResolvers(arg0: List[ConstructorResolver]): Unit
    Definition Classes
    StandardEvaluationContext
  34. def setMethodResolvers(arg0: List[MethodResolver]): Unit
    Definition Classes
    StandardEvaluationContext
  35. def setOperatorOverloader(arg0: OperatorOverloader): Unit
    Definition Classes
    StandardEvaluationContext
  36. def setPropertyAccessors(arg0: List[PropertyAccessor]): Unit
    Definition Classes
    StandardEvaluationContext
  37. def setRootObject(arg0: AnyRef): Unit
    Definition Classes
    StandardEvaluationContext
  38. def setRootObject(arg0: AnyRef, arg1: TypeDescriptor): Unit
    Definition Classes
    StandardEvaluationContext
  39. def setTypeComparator(arg0: TypeComparator): Unit
    Definition Classes
    StandardEvaluationContext
  40. def setTypeConverter(arg0: TypeConverter): Unit
    Definition Classes
    StandardEvaluationContext
  41. def setTypeLocator(arg0: TypeLocator): Unit
    Definition Classes
    StandardEvaluationContext
  42. def setVariable(name: String, value: AnyRef): Unit
    Definition Classes
    OptimizedEvaluationContext → StandardEvaluationContext → EvaluationContext
  43. def setVariables(arg0: Map[String, AnyRef]): Unit
    Definition Classes
    StandardEvaluationContext
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StandardEvaluationContext

Inherited from EvaluationContext

Inherited from AnyRef

Inherited from Any

Ungrouped