|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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>
Visitor for CPropertyInfo.
The number 2 signals number of arguments.
CPropertyInfo.accept(CPropertyVisitor2, Object)| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
R visit(CElementPropertyInfo t,
P p)
t - the type to visitp - a visitor-specified parameter
R visit(CAttributePropertyInfo t,
P p)
t - the type to visitp - a visitor-specified parameter
R visit(CValuePropertyInfo t,
P p)
t - the type to visitp - a visitor-specified parameter
R visit(CReferencePropertyInfo t,
P p)
t - the type to visitp - a visitor-specified parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||