Uses of Class
org.apache.commons.jexl3.internal.introspection.IndexedType
-
Packages that use IndexedType Package Description org.apache.commons.jexl3.internal.introspection Provides low-level introspective services. -
-
Uses of IndexedType in org.apache.commons.jexl3.internal.introspection
Fields in org.apache.commons.jexl3.internal.introspection declared as IndexedType Modifier and Type Field Description (package private) IndexedType
IndexedType.IndexedContainer. type
The container type instance.Constructors in org.apache.commons.jexl3.internal.introspection with parameters of type IndexedType Constructor Description IndexedContainer(IndexedType theType, java.lang.Object theContainer)
Creates a new duck container.
-