Constructor and Description |
---|
ImmutableLocation(int characterOffset,
int columnNumber,
int lineNumber,
String publicId,
String systemId) |
ImmutableLocation(Location location) |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
public ImmutableLocation(Location location)
public int getCharacterOffset()
getCharacterOffset
in interface Location
public int getColumnNumber()
getColumnNumber
in interface Location
public int getLineNumber()
getLineNumber
in interface Location
public String getPublicId()
getPublicId
in interface Location
public String getSystemId()
getSystemId
in interface Location
Copyright © 2017 JBoss by Red Hat. All rights reserved.