| Package | Description |
|---|---|
| net.sourceforge.plantuml | |
| net.sourceforge.plantuml.command | |
| net.sourceforge.plantuml.core |
Core classes used by PlantUML.
|
| net.sourceforge.plantuml.preproc | |
| net.sourceforge.plantuml.syntax |
| Modifier and Type | Class and Description |
|---|---|
class |
LineLocationImpl |
| Modifier and Type | Method and Description |
|---|---|
static LineLocation |
LineLocationImpl.fromLine(CharSequence cs) |
LineLocation |
PSystemError.getHigherErrorPosition2() |
LineLocation |
PSystemError.getLineLocation() |
LineLocation |
ErrorUml.getLineLocation() |
LineLocation |
CharSequence2.getLocation() |
LineLocation |
CharSequence2Impl.getLocation() |
LineLocation |
LineLocation.getParent()
Get the parent of this location.
|
LineLocation |
LineLocationImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
int |
LineLocationImpl.compareTo(LineLocation other) |
| Constructor and Description |
|---|
CharSequence2Impl(CharSequence s,
LineLocation location) |
CharSequence2Impl(CharSequence s,
LineLocation location,
String preprocessorError) |
ErrorUml(ErrorUmlType type,
String error,
LineLocation lineLocation) |
LineLocationImpl(String desc,
LineLocation parent) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPSystem |
PSystemAbstractFactory.buildEmptyError(UmlSource source,
LineLocation lineLocation) |
protected PSystemError |
PSystemAbstractFactory.buildExecutionError(UmlSource source,
String stringError,
LineLocation lineLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
UmlSource.getLine(LineLocation n) |
| Constructor and Description |
|---|
ReadLineList(List<? extends CharSequence> definition,
LineLocation location) |
ReadLineReader(Reader reader,
String desc,
LineLocation parent) |
| Modifier and Type | Method and Description |
|---|---|
LineLocation |
SyntaxResult.getLineLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntaxResult.setLineLocation(LineLocation lineLocation) |
Copyright © 2017. All rights reserved.