Uses of Class
com.evolveum.concepts.SourceLocation
-
Packages that use SourceLocation Package Description com.evolveum.axiom.api.stream com.evolveum.axiom.lang.antlr com.evolveum.axiom.lang.impl com.evolveum.axiom.lang.spi com.evolveum.axiom.spi.codec com.evolveum.concepts -
-
Uses of SourceLocation in com.evolveum.axiom.api.stream
Methods in com.evolveum.axiom.api.stream with parameters of type SourceLocation Modifier and Type Method Description void
AbstractStreamAdapter. endInfra(SourceLocation loc)
void
AxiomBuilderStreamTarget. endInfra(SourceLocation loc)
default void
AxiomStreamTarget. endInfra(SourceLocation loc)
void
PrefixedToQNameTarget. endInfra(SourceLocation loc)
void
AbstractStreamAdapter. endItem(SourceLocation loc)
void
AxiomBuilderStreamTarget. endItem(SourceLocation loc)
void
AxiomStreamTarget. endItem(SourceLocation loc)
void
PrefixedToQNameTarget. endItem(SourceLocation loc)
void
StringToQNameTarget. endItem(SourceLocation loc)
void
AxiomBuilderStreamTarget.ItemBuilder. endNode(SourceLocation loc)
void
AbstractStreamAdapter. endValue(SourceLocation loc)
void
AxiomBuilderStreamTarget. endValue(SourceLocation loc)
void
AxiomBuilderStreamTarget.ValueBuilder. endValue(SourceLocation loc)
void
AxiomStreamTarget. endValue(SourceLocation loc)
void
PrefixedToQNameTarget. endValue(SourceLocation loc)
void
StringToQNameTarget. endValue(SourceLocation loc)
void
AxiomBuilderStreamTarget. startInfra(AxiomName item, SourceLocation loc)
AxiomBuilderStreamTarget.ItemBuilder
AxiomBuilderStreamTarget.ValueBuilder. startInfra(AxiomName identifier, SourceLocation loc)
default void
AxiomStreamTarget. startInfra(N item, SourceLocation loc)
void
PrefixedToQNameTarget. startInfra(AxiomPrefixedName name, SourceLocation loc)
void
StringToQNameTarget. startInfra(String item, SourceLocation loc)
void
AxiomBuilderStreamTarget. startItem(AxiomName item, SourceLocation loc)
AxiomBuilderStreamTarget.ItemBuilder
AxiomBuilderStreamTarget.ValueBuilder. startItem(AxiomName identifier, SourceLocation loc)
void
AxiomStreamTarget. startItem(N item, SourceLocation loc)
void
PrefixedToQNameTarget. startItem(AxiomPrefixedName name, SourceLocation loc)
void
StringToQNameTarget. startItem(String item, SourceLocation loc)
AxiomBuilderStreamTarget.ValueBuilder
AxiomBuilderStreamTarget.ItemBuilder. startValue(Object value, SourceLocation loc)
void
AxiomBuilderStreamTarget. startValue(Object value, SourceLocation loc)
void
AxiomStreamTarget. startValue(V value, SourceLocation loc)
void
PrefixedToQNameTarget. startValue(Object value, SourceLocation loc)
void
StringToQNameTarget. startValue(Object value, SourceLocation loc)
-
Uses of SourceLocation in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr with parameters of type SourceLocation Modifier and Type Method Description void
AntlrStreamToItemStream. startInfra(AxiomParser.PrefixedNameContext item, SourceLocation loc)
void
AntlrStreamToItemStream. startItem(AxiomParser.PrefixedNameContext item, SourceLocation loc)
void
AntlrStreamToItemStream. startValue(AxiomParser.ArgumentContext value, SourceLocation loc)
-
Uses of SourceLocation in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return SourceLocation Modifier and Type Method Description SourceLocation
RuleErrorMessage. location()
Methods in com.evolveum.axiom.lang.impl with parameters of type SourceLocation Modifier and Type Method Description protected ItemContext<?>
ValueContext. createItem(AxiomName id, SourceLocation loc)
void
ItemContext. endNode(SourceLocation loc)
void
ValueContext. endValue(SourceLocation loc)
static RuleErrorMessage
RuleErrorMessage. from(SourceLocation loc, String format, Object... args)
AxiomBuilderStreamTarget.ItemBuilder
ValueContext. startInfra(AxiomName identifier, SourceLocation loc)
ItemContext<?>
ValueContext. startItem(AxiomName identifier, SourceLocation loc)
ValueContext<V>
ItemContext. startValue(Object value, SourceLocation loc)
Constructors in com.evolveum.axiom.lang.impl with parameters of type SourceLocation Constructor Description ItemContext(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc)
MapItemContext(ValueContext<?> sourceContext, AxiomName name, AxiomItemDefinition definition, SourceLocation loc)
ValueContext(ItemContext<V> itemContext, V value, SourceLocation loc)
ValueContext(SourceLocation loc, com.evolveum.axiom.lang.impl.IdentifierSpaceHolder space)
-
Uses of SourceLocation in com.evolveum.axiom.lang.spi
Methods in com.evolveum.axiom.lang.spi that return types with arguments of type SourceLocation Modifier and Type Method Description Optional<SourceLocation>
AxiomSyntaxException. getSource()
Methods in com.evolveum.axiom.lang.spi with parameters of type SourceLocation Modifier and Type Method Description static void
AxiomSemanticException. check(boolean check, SourceLocation start, String format, Object... arguments)
static void
AxiomSyntaxException. check(boolean test, SourceLocation source, String format, Object... args)
static AxiomSemanticException
AxiomSemanticException. create(SourceLocation start, String format, Object... arguments)
void
AxiomItemStreamTreeBuilder. endItem(SourceLocation loc)
void
AxiomItemStreamTreeBuilder.ItemBuilder. endNode(SourceLocation loc)
void
AxiomItemStreamTreeBuilder. endValue(SourceLocation loc)
void
AxiomItemStreamTreeBuilder.ValueBuilder. endValue(SourceLocation loc)
void
AxiomItemStreamTreeBuilder. startItem(AxiomName item, SourceLocation loc)
AxiomItemStreamTreeBuilder.ItemBuilder
AxiomItemStreamTreeBuilder.ValueBuilder. startItem(AxiomName identifier, SourceLocation loc)
AxiomItemStreamTreeBuilder.ValueBuilder
AxiomItemStreamTreeBuilder.ItemBuilder. startValue(Object value, SourceLocation loc)
void
AxiomItemStreamTreeBuilder. startValue(Object value, SourceLocation loc)
Constructors in com.evolveum.axiom.lang.spi with parameters of type SourceLocation Constructor Description AxiomSemanticException(SourceLocation source, String message)
AxiomSemanticException(SourceLocation source, String message, Throwable cause)
AxiomSyntaxException(@Nullable SourceLocation source, String message, @Nullable Throwable cause)
AxiomSyntaxException(SourceLocation source, String message)
-
Uses of SourceLocation in com.evolveum.axiom.spi.codec
Methods in com.evolveum.axiom.spi.codec with parameters of type SourceLocation Modifier and Type Method Description RuntimeException
ValueDecoder.ExceptionFactory. create(I input, SourceLocation loc)
default AxiomPath
AxiomPathValueDecoder. decode(I input, AxiomNameResolver localResolver, SourceLocation location)
O
ValueDecoder. decode(I input, AxiomNameResolver localResolver, SourceLocation location)
default O
ValueDecoder.NamespaceIngoring. decode(I input, AxiomNameResolver localResolver, SourceLocation location)
O
ValueDecoder.NamespaceIngoring. decode(I input, SourceLocation location)
-
Uses of SourceLocation in com.evolveum.concepts
Methods in com.evolveum.concepts that return SourceLocation Modifier and Type Method Description static SourceLocation
SourceLocation. from(String source)
static SourceLocation
SourceLocation. from(String source, int line, int pos)
SourceLocation
SourceLocation. offset(int offsetLine, int character)
static SourceLocation
SourceLocation. runtime()
SourceLocation
SourceLocation.Aware. sourceLocation()
static SourceLocation
SourceLocation. unknown()
-