Uses of Class
net.thevpc.tson.TsonComment
Packages that use TsonComment
-
Uses of TsonComment in net.thevpc.tson
Classes in net.thevpc.tson that implement interfaces with type arguments of type TsonCommentMethods in net.thevpc.tson that return TsonCommentModifier and TypeMethodDescriptionTsonComments.getComments()TsonComments.leadingComments()static TsonCommentstatic TsonCommentTsonComment.ofMultiLine(String text) static TsonCommentTsonComment.ofSingleLine(String text) static TsonCommentTson.parseComments(String image) TsonElementsFactory.parseComments(String c) TsonComments.trailingComments()Methods in net.thevpc.tson with parameters of type TsonCommentModifier and TypeMethodDescriptionTsonComments.addLeading(TsonComment other) TsonComments.addLeading(TsonComment... other) TsonComments.addTrailing(TsonComment other) TsonComments.addTrailing(TsonComment... other) intTsonComment.compareTo(TsonComment o) default voidTsonParserVisitor.visitComments(TsonComment comments) Constructors in net.thevpc.tson with parameters of type TsonCommentModifierConstructorDescriptionTsonComments(TsonComment[] leadingComments, TsonComment[] trailingComments)