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.streamMethods in com.evolveum.axiom.api.stream with parameters of type SourceLocation Modifier and Type Method Description voidAbstractStreamAdapter. 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.ItemBuilderAxiomBuilderStreamTarget.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.ItemBuilderAxiomBuilderStreamTarget.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.ValueBuilderAxiomBuilderStreamTarget.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.antlrMethods in com.evolveum.axiom.lang.antlr with parameters of type SourceLocation Modifier and Type Method Description voidAntlrStreamToItemStream. 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.implMethods in com.evolveum.axiom.lang.impl that return SourceLocation Modifier and Type Method Description SourceLocationRuleErrorMessage. 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)voidItemContext. endNode(SourceLocation loc)voidValueContext. endValue(SourceLocation loc)static RuleErrorMessageRuleErrorMessage. from(SourceLocation loc, String format, Object... args)AxiomBuilderStreamTarget.ItemBuilderValueContext. 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.spiMethods 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 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.ItemBuilderAxiomItemStreamTreeBuilder.ValueBuilder. startItem(AxiomName identifier, SourceLocation loc)AxiomItemStreamTreeBuilder.ValueBuilderAxiomItemStreamTreeBuilder.ItemBuilder. startValue(Object value, SourceLocation loc)voidAxiomItemStreamTreeBuilder. 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.codecMethods in com.evolveum.axiom.spi.codec with parameters of type SourceLocation Modifier and Type Method Description RuntimeExceptionValueDecoder.ExceptionFactory. create(I input, SourceLocation loc)default AxiomPathAxiomPathValueDecoder. decode(I input, AxiomNameResolver localResolver, SourceLocation location)OValueDecoder. decode(I input, AxiomNameResolver localResolver, SourceLocation location)default OValueDecoder.NamespaceIngoring. decode(I input, AxiomNameResolver localResolver, SourceLocation location)OValueDecoder.NamespaceIngoring. decode(I input, SourceLocation location)
- 
Uses of SourceLocation in com.evolveum.conceptsMethods in com.evolveum.concepts that return SourceLocation Modifier and Type Method Description static SourceLocationSourceLocation. from(String source)static SourceLocationSourceLocation. from(String source, int line, int pos)SourceLocationSourceLocation. offset(int offsetLine, int character)static SourceLocationSourceLocation. runtime()SourceLocationSourceLocation.Aware. sourceLocation()static SourceLocationSourceLocation. unknown()
 
-