| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.syntaxchecker |
Contains a set of classes that check C4 PlantUML files for syntax errors, and display error messages.
|
| Modifier and Type | Method and Description |
|---|---|
static SyntaxErrorMessageMapper |
SyntaxErrorMessageMapper.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntaxErrorMessageMapper[] |
SyntaxErrorMessageMapper.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SyntaxErrorMessageMapper> |
SyntaxErrorMessageMapper.getMappingForParserMessage(String message)
Returns an instance of
SyntaxErrorMessageMapper given a parser message, if found. |
Copyright © 2020. All rights reserved.