Uses of Class
de.gebit.integrity.utils.ParsedDocumentationComment.ParseException
-
Packages that use ParsedDocumentationComment.ParseException Package Description de.gebit.integrity.utils -
-
Uses of ParsedDocumentationComment.ParseException in de.gebit.integrity.utils
Fields in de.gebit.integrity.utils with type parameters of type ParsedDocumentationComment.ParseException Modifier and Type Field Description protected List<ParsedDocumentationComment.ParseException>ParsedDocumentationComment. parseExceptionsNon-critical parse exceptions that were encountered while parsing the comment.Methods in de.gebit.integrity.utils that throw ParsedDocumentationComment.ParseException Modifier and Type Method Description protected voidParsedDocumentationComment. parse(String aCommentString, ModelSourceInformationElement aModelSourceInfo, boolean anAllowUnnamedResultsFlag)Actually performs the heavy lifting.Constructors in de.gebit.integrity.utils that throw ParsedDocumentationComment.ParseException Constructor Description ParsedDocumentationComment(DocumentationComment aComment, ModelSourceInformationElement aModelSourceInfo)Parses a givenDocumentationCommentand extracts the documentation info.ParsedDocumentationComment(DocumentationComment aComment, ModelSourceInformationElement aModelSourceInfo, boolean anAllowUnnamedResultsFlag)Parses a givenDocumentationCommentand extracts the documentation info.
-