Uses of Class
com.evolveum.concepts.SourceLocation
Package
Description
-
Uses of SourceLocation in com.evolveum.axiom.api.stream
Modifier and TypeMethodDescriptionvoid
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.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.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.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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionprotected 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) ValueContext.startInfra
(AxiomName identifier, SourceLocation loc) ItemContext<?>
ValueContext.startItem
(AxiomName identifier, SourceLocation loc) ItemContext.startValue
(Object value, SourceLocation loc) ModifierConstructorDescriptionItemContext
(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
Modifier and TypeMethodDescriptionfinal Optional<SourceLocation>
AxiomSyntaxException.getSource()
Modifier and TypeMethodDescriptionstatic 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.ValueBuilder.startItem
(AxiomName identifier, SourceLocation loc) AxiomItemStreamTreeBuilder.ItemBuilder.startValue
(Object value, SourceLocation loc) void
AxiomItemStreamTreeBuilder.startValue
(Object value, SourceLocation loc) ModifierConstructorDescriptionAxiomSemanticException
(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
Modifier and TypeMethodDescriptionValueDecoder.ExceptionFactory.create
(I input, SourceLocation loc) default AxiomPath
AxiomPathValueDecoder.decode
(I input, AxiomNameResolver localResolver, SourceLocation location) ValueDecoder.decode
(I input, AxiomNameResolver localResolver, SourceLocation location) default O
ValueDecoder.NamespaceIngoring.decode
(I input, AxiomNameResolver localResolver, SourceLocation location) ValueDecoder.NamespaceIngoring.decode
(I input, SourceLocation location) -
Uses of SourceLocation in com.evolveum.concepts
Modifier and TypeMethodDescriptionstatic SourceLocation
static SourceLocation
SourceLocation.offset
(int offsetLine, int character) static SourceLocation
SourceLocation.runtime()
SourceLocation.Aware.sourceLocation()
static SourceLocation
SourceLocation.unknown()