Uses of Class
net.sourceforge.plantuml.syntax.SyntaxResult
-
Packages that use SyntaxResult Package Description net.sourceforge.plantuml.syntax -
-
Uses of SyntaxResult in net.sourceforge.plantuml.syntax
Methods in net.sourceforge.plantuml.syntax that return SyntaxResult Modifier and Type Method Description static SyntaxResult
SyntaxChecker. checkSyntax(String source)
static SyntaxResult
SyntaxChecker. checkSyntax(List<String> source)
static SyntaxResult
SyntaxChecker. checkSyntaxFair(String source)
-