@NoImplement
public interface LocationPart
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
getColumn() |
Optional<String> |
getFileName() |
OptionalInt |
getLine() |
Optional<Integer> |
getLineInFile()
Deprecated.
Use
getLine() instead. |
Optional<TypedComponentIdentifier> |
getPartIdentifier()
A location part represent an specific location of a component within another component.
|
String |
getPartPath() |
Optional<Integer> |
getStartColumn()
Deprecated.
Use
getColumn() instead. |
String getPartPath()
Optional<TypedComponentIdentifier> getPartIdentifier()
Optional<String> getFileName()
@Deprecated Optional<Integer> getLineInFile()
getLine() instead.@Deprecated Optional<Integer> getStartColumn()
getColumn() instead.OptionalInt getLine()
OptionalInt getColumn()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.