Package net.sourceforge.plantuml.syntax
Class SyntaxResult
java.lang.Object
net.sourceforge.plantuml.syntax.SyntaxResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddErrorText(String error) voidgenerateDiagramDescriptionForError(OutputStream os, FileFormatOption fileFormatOption) final booleanbooleanisError()final voidsetCmapData(boolean hasCmapData) voidsetDescription(String description) voidsetError(boolean isError) voidsetLineLocation(LineLocation lineLocation) voidsetSystemError(PSystemError systemError) voidsetUmlDiagramType(UmlDiagramType umlDiagramType)
-
Constructor Details
-
SyntaxResult
public SyntaxResult()
-
-
Method Details
-
getUmlDiagramType
-
isError
public boolean isError() -
getDescription
-
getErrors
-
setUmlDiagramType
-
setError
public void setError(boolean isError) -
setDescription
-
addErrorText
-
hasCmapData
public final boolean hasCmapData() -
setCmapData
public final void setCmapData(boolean hasCmapData) -
setSystemError
-
generateDiagramDescriptionForError
public void generateDiagramDescriptionForError(OutputStream os, FileFormatOption fileFormatOption) throws IOException - Throws:
IOException
-
setLineLocation
-
getLineLocation
-