Uses of Class
com.evolveum.concepts.SourceLocation
Packages that use SourceLocation
Package
Description
-
Uses of SourceLocation in com.evolveum.axiom.api.stream
Methods in com.evolveum.axiom.api.stream with parameters of type SourceLocationModifier and TypeMethodDescriptionvoidAbstractStreamAdapter.endInfra(SourceLocation loc) voidAxiomBuilderStreamTarget.endInfra(SourceLocation loc) default voidAxiomStreamTarget.endInfra(SourceLocation loc) voidPrefixedToQNameTarget.endInfra(SourceLocation loc) voidAbstractStreamAdapter.endItem(SourceLocation loc) voidAxiomBuilderStreamTarget.endItem(SourceLocation loc) voidAxiomStreamTarget.endItem(SourceLocation loc) voidPrefixedToQNameTarget.endItem(SourceLocation loc) voidStringToQNameTarget.endItem(SourceLocation loc) voidAxiomBuilderStreamTarget.ItemBuilder.endNode(SourceLocation loc) voidAbstractStreamAdapter.endValue(SourceLocation loc) voidAxiomBuilderStreamTarget.endValue(SourceLocation loc) voidAxiomBuilderStreamTarget.ValueBuilder.endValue(SourceLocation loc) voidAxiomStreamTarget.endValue(SourceLocation loc) voidPrefixedToQNameTarget.endValue(SourceLocation loc) voidStringToQNameTarget.endValue(SourceLocation loc) voidAxiomBuilderStreamTarget.startInfra(AxiomName item, SourceLocation loc) AxiomBuilderStreamTarget.ValueBuilder.startInfra(AxiomName identifier, SourceLocation loc) default voidAxiomStreamTarget.startInfra(N item, SourceLocation loc) voidPrefixedToQNameTarget.startInfra(AxiomPrefixedName name, SourceLocation loc) voidStringToQNameTarget.startInfra(String item, SourceLocation loc) voidAxiomBuilderStreamTarget.startItem(AxiomName item, SourceLocation loc) AxiomBuilderStreamTarget.ValueBuilder.startItem(AxiomName identifier, SourceLocation loc) voidAxiomStreamTarget.startItem(N item, SourceLocation loc) voidPrefixedToQNameTarget.startItem(AxiomPrefixedName name, SourceLocation loc) voidStringToQNameTarget.startItem(String item, SourceLocation loc) AxiomBuilderStreamTarget.ItemBuilder.startValue(Object value, SourceLocation loc) voidAxiomBuilderStreamTarget.startValue(Object value, SourceLocation loc) voidAxiomStreamTarget.startValue(V value, SourceLocation loc) voidPrefixedToQNameTarget.startValue(Object value, SourceLocation loc) voidStringToQNameTarget.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 SourceLocationModifier and TypeMethodDescriptionvoidAntlrStreamToItemStream.startInfra(AxiomParser.PrefixedNameContext item, SourceLocation loc) voidAntlrStreamToItemStream.startItem(AxiomParser.PrefixedNameContext item, SourceLocation loc) voidAntlrStreamToItemStream.startValue(AxiomParser.ArgumentContext value, SourceLocation loc) -
Uses of SourceLocation in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return SourceLocationMethods in com.evolveum.axiom.lang.impl with parameters of type SourceLocationModifier and TypeMethodDescriptionprotected ItemContext<?>ValueContext.createItem(AxiomName id, SourceLocation loc) voidItemContext.endNode(SourceLocation loc) voidValueContext.endValue(SourceLocation loc) static RuleErrorMessageRuleErrorMessage.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) Constructors in com.evolveum.axiom.lang.impl with parameters of type SourceLocationModifierConstructorDescriptionItemContext(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 SourceLocationModifier and TypeMethodDescriptionfinal Optional<SourceLocation>AxiomSyntaxException.getSource()Methods in com.evolveum.axiom.lang.spi with parameters of type SourceLocationModifier and TypeMethodDescriptionstatic voidAxiomSemanticException.check(boolean check, SourceLocation start, String format, Object... arguments) static voidAxiomSyntaxException.check(boolean test, SourceLocation source, String format, Object... args) static AxiomSemanticExceptionAxiomSemanticException.create(SourceLocation start, String format, Object... arguments) voidAxiomItemStreamTreeBuilder.endItem(SourceLocation loc) voidAxiomItemStreamTreeBuilder.ItemBuilder.endNode(SourceLocation loc) voidAxiomItemStreamTreeBuilder.endValue(SourceLocation loc) voidAxiomItemStreamTreeBuilder.ValueBuilder.endValue(SourceLocation loc) voidAxiomItemStreamTreeBuilder.startItem(AxiomName item, SourceLocation loc) AxiomItemStreamTreeBuilder.ValueBuilder.startItem(AxiomName identifier, SourceLocation loc) AxiomItemStreamTreeBuilder.ItemBuilder.startValue(Object value, SourceLocation loc) voidAxiomItemStreamTreeBuilder.startValue(Object value, SourceLocation loc) Constructors in com.evolveum.axiom.lang.spi with parameters of type SourceLocationModifierConstructorDescriptionAxiomSemanticException(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 SourceLocationModifier and TypeMethodDescriptionValueDecoder.ExceptionFactory.create(I input, SourceLocation loc) default AxiomPathAxiomPathValueDecoder.decode(I input, AxiomNameResolver localResolver, SourceLocation location) ValueDecoder.decode(I input, AxiomNameResolver localResolver, SourceLocation location) default OValueDecoder.NamespaceIngoring.decode(I input, AxiomNameResolver localResolver, SourceLocation location) ValueDecoder.NamespaceIngoring.decode(I input, SourceLocation location) -
Uses of SourceLocation in com.evolveum.concepts
Methods in com.evolveum.concepts that return SourceLocationModifier and TypeMethodDescriptionstatic SourceLocationstatic SourceLocationSourceLocation.offset(int offsetLine, int character) static SourceLocationSourceLocation.runtime()SourceLocation.Aware.sourceLocation()static SourceLocationSourceLocation.unknown()