R - the return type of this visitor's methods. Use Void for visitors that do not need to return results.P - the type of the additional parameter to this visitor's
methods. Use Void for visitors that do not need an
additional parameter.public interface CPropertyVisitor2<R,P>
CPropertyInfo.
The number 2 signals number of arguments.CPropertyInfo.accept(CPropertyVisitor2, Object)| Modifier and Type | Method and Description |
|---|---|
R |
visit(CAttributePropertyInfo t,
P p)
Visits a CAttributePropertyInfo type.
|
R |
visit(CElementPropertyInfo t,
P p)
Visits a CElementPropertyInfo type.
|
R |
visit(CReferencePropertyInfo t,
P p)
Visits a CReferencePropertyInfo type.
|
R |
visit(CValuePropertyInfo t,
P p)
Visits a CValuePropertyInfo type.
|
R visit(CElementPropertyInfo t, P p)
t - the type to visitp - a visitor-specified parameterR visit(CAttributePropertyInfo t, P p)
t - the type to visitp - a visitor-specified parameterR visit(CValuePropertyInfo t, P p)
t - the type to visitp - a visitor-specified parameterR visit(CReferencePropertyInfo t, P p)
t - the type to visitp - a visitor-specified parameterCopyright © 2017 JBoss by Red Hat. All rights reserved.