Uses of Class
com.strobel.expressions.BoundConstants.TypedConstant
Packages that use BoundConstants.TypedConstant
-
Uses of BoundConstants.TypedConstant in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type BoundConstants.TypedConstantModifier and TypeFieldDescriptionprivate final HashMap
<BoundConstants.TypedConstant, LocalBuilder> BoundConstants._cache
Bytecode locals for storing frequently used constantsprivate final HashMap
<BoundConstants.TypedConstant, MutableInteger> BoundConstants._references
Each constant referenced within this lambda, and how often it was referencedMethods in com.strobel.expressions with parameters of type BoundConstants.TypedConstantModifier and TypeMethodDescriptionprivate void
BoundConstants.incrementCount
(BoundConstants.TypedConstant typedConstant, HashMap<BoundConstants.TypedConstant, MutableInteger> references) Method parameters in com.strobel.expressions with type arguments of type BoundConstants.TypedConstantModifier and TypeMethodDescriptionprivate void
BoundConstants.incrementCount
(BoundConstants.TypedConstant typedConstant, HashMap<BoundConstants.TypedConstant, MutableInteger> references)