Uses of Enum
org.eclipse.rdf4j.spin.SpinParser.Input
Packages that use SpinParser.Input
Package
Description
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of SpinParser.Input in org.eclipse.rdf4j.spin
Subclasses with type arguments of type SpinParser.Input in org.eclipse.rdf4j.spinMethods in org.eclipse.rdf4j.spin that return SpinParser.InputModifier and TypeMethodDescriptionstatic SpinParser.Input
Returns the enum constant of this type with the specified name.static SpinParser.Input[]
SpinParser.Input.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.spin with parameters of type SpinParser.InputModifierConstructorDescriptionSpinParser
(SpinParser.Input input) SpinParser
(SpinParser.Input input, com.google.common.base.Function<IRI, String> wellKnownVarsMapper, com.google.common.base.Function<IRI, String> wellKnownFuncMapper)