Marker interface for an ICommentContainerInformation that is Opaque - i.e. it is unknown how to extract the comment text from its surrounding container. The only possible "formatting" is to output the verbatim comment container and text.
Calling any of the informational methods on a class implementing this interface will result in an a {@code UnsupportedOperationException}. It is legal to create instances with {@code new} or via the factory {@link #create(int)} method. It is also possible to obtain the{@link #getLeftPosition()}.
|
|