Uses of Class
com.evolveum.axiom.lang.impl.ItemContext
-
Packages that use ItemContext Package Description com.evolveum.axiom.lang.impl -
-
Uses of ItemContext in com.evolveum.axiom.lang.impl
Subclasses of ItemContext in com.evolveum.axiom.lang.impl Modifier and Type Class Description class
MapItemContext<V>
Methods in com.evolveum.axiom.lang.impl that return ItemContext Modifier and Type Method Description <T> ItemContext<T>
ValueContext. childItem(AxiomName name)
protected ItemContext<?>
ValueContext. createItem(AxiomName id, SourceLocation loc)
ItemContext<?>
ValueContext. startItem(AxiomName identifier, SourceLocation loc)
Constructors in com.evolveum.axiom.lang.impl with parameters of type ItemContext Constructor Description ValueContext(ItemContext<V> itemContext, V value, SourceLocation loc)
-