public class SourceCodeLocation extends Object
| Constructor and Description |
|---|
SourceCodeLocation(String fileName,
Integer startLine,
Integer startColumn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileName() |
Integer |
getStartColumn() |
Integer |
getStartLine() |
int |
hashCode() |
public String getFileName()
public Integer getStartLine()
public Integer getStartColumn()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.