public interface MPropertyInfoVisitor<T,C extends T,V>
Modifier and Type | Method and Description |
---|---|
V |
visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info) |
V |
visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info) |
V |
visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info) |
V |
visitElementPropertyInfo(MElementPropertyInfo<T,C> info) |
V |
visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info) |
V |
visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info) |
V |
visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info) |
V |
visitValuePropertyInfo(MValuePropertyInfo<T,C> info) |
V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
Copyright © 2005–2018. All rights reserved.