Uses of Class
dev.cel.common.CelSourceLocation
-
Packages that use CelSourceLocation Package Description dev.cel.common dev.cel.parser -
-
Uses of CelSourceLocation in dev.cel.common
Fields in dev.cel.common declared as CelSourceLocation Modifier and Type Field Description static CelSourceLocationCelSourceLocation. NONEMethods in dev.cel.common that return CelSourceLocation Modifier and Type Method Description abstract CelSourceLocationCelIssue. getSourceLocation()static CelSourceLocationCelSourceLocation. of(int line, int column)Methods in dev.cel.common that return types with arguments of type CelSourceLocation Modifier and Type Method Description java.util.Optional<CelSourceLocation>CelSource.Builder. getOffsetLocation(int offset)Get the line and column in the source expression text for the given code pointoffset.java.util.Optional<CelSourceLocation>CelSource. getOffsetLocation(int offset)Get the line and column in the source expression text for the given code pointoffset.static java.util.Optional<CelSourceLocation>CelSource. getOffsetLocationImpl(java.util.List<java.lang.Integer> lineOffsets, int offset)Get the line and column in the source expression text for the given code pointoffset.Methods in dev.cel.common with parameters of type CelSourceLocation Modifier and Type Method Description intCelSourceLocation. compareTo(CelSourceLocation other)static CelIssueCelIssue. formatError(CelSourceLocation sourceLocation, java.lang.String message)BuildCelIssuefrom the givenCelSourceLocation, format string, and arguments.java.util.Optional<java.lang.Integer>CelSource.Builder. getLocationOffset(CelSourceLocation location)java.util.Optional<java.lang.Integer>CelSource. getLocationOffset(CelSourceLocation location)abstract CelIssue.BuilderCelIssue.Builder. setSourceLocation(CelSourceLocation location) -
Uses of CelSourceLocation in dev.cel.parser
Methods in dev.cel.parser that return CelSourceLocation Modifier and Type Method Description protected abstract CelSourceLocationCelExprFactory. currentSourceLocationForMacro()Returns the current (last known) source location.protected abstract CelSourceLocationCelExprFactory. getSourceLocation(long exprId)Retrieves the source location for the givenCelExprID.CelSourceLocationCelExprFactory. getSourceLocation(CelExpr expr)Retrieves the source location for the givenCelExprID.
-