public class DefaultPropertyInfoVisitor<T,C extends T,V> extends Object implements MPropertyInfoVisitor<T,C,V>
Constructor and Description |
---|
DefaultPropertyInfoVisitor() |
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 |
visitPropertyInfo(MPropertyInfo<T,C> info) |
V |
visitValuePropertyInfo(MValuePropertyInfo<T,C> info) |
public V visitPropertyInfo(MPropertyInfo<T,C> info)
public V visitElementPropertyInfo(MElementPropertyInfo<T,C> info)
visitElementPropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitElementsPropertyInfo(MElementsPropertyInfo<T,C> info)
visitElementsPropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitAnyElementPropertyInfo(MAnyElementPropertyInfo<T,C> info)
visitAnyElementPropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitAttributePropertyInfo(MAttributePropertyInfo<T,C> info)
visitAttributePropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitAnyAttributePropertyInfo(MAnyAttributePropertyInfo<T,C> info)
visitAnyAttributePropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitValuePropertyInfo(MValuePropertyInfo<T,C> info)
visitValuePropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitElementRefPropertyInfo(MElementRefPropertyInfo<T,C> info)
visitElementRefPropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
public V visitElementRefsPropertyInfo(MElementRefsPropertyInfo<T,C> info)
visitElementRefsPropertyInfo
in interface MPropertyInfoVisitor<T,C extends T,V>
Copyright © 2005–2018. All rights reserved.