Uses of Class
org.apache.commons.jexl3.internal.Source
-
Packages that use Source Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of Source in org.apache.commons.jexl3.internal
Fields in org.apache.commons.jexl3.internal with type parameters of type Source Modifier and Type Field Description protected JexlCache<Source,java.lang.Object>Engine. cacheThe expression cache.(package private) JexlCache<Source,java.lang.Object>TemplateEngine. cacheThe TemplateExpression cache.Methods in org.apache.commons.jexl3.internal that return types with arguments of type Source Modifier and Type Method Description protected JexlCache<Source,java.lang.Object>Engine. createCache(int capacity)Creates a new cache instance.(package private) JexlCache<Source,java.lang.Object>Engine. getCache()Methods in org.apache.commons.jexl3.internal with parameters of type Source Modifier and Type Method Description intSource. compareTo(Source s)
-