Uses of Class
dev.cel.common.internal.Errors.SourceLocation
-
Packages that use Errors.SourceLocation Package Description dev.cel.common.internal -
-
Uses of Errors.SourceLocation in dev.cel.common.internal
Methods in dev.cel.common.internal that return Errors.SourceLocation Modifier and Type Method Description Errors.SourceLocationErrors. getPositionLocation(int position)Returns theSourceLocationfor the given codepoint offsetposition.static Errors.SourceLocationErrors.SourceLocation. of(int line, int column)Create a newSourceLocationfromlineandcolumn.
-