-
- Type Parameters:
A- The type of returned values
public interface CVersionVisitorType<A>A version number visitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Astandard(CVersionStandardType s)Visit aCVersionStandardType.Atext(CVersionTextType s)Visit aCVersionTextType.
-
-
-
Method Detail
-
standard
A standard(CVersionStandardType s) throws Exception
Visit aCVersionStandardType.- Parameters:
s- The number- Returns:
- A value of type
A - Throws:
Exception- If required
-
text
A text(CVersionTextType s) throws Exception
Visit aCVersionTextType.- Parameters:
s- The number- Returns:
- A value of type
A - Throws:
Exception- If required
-
-