- parent - Variable in class org.da.sparqlhelper.sparql.parser.ast.SimpleNode
-
- parentRequest - Variable in class org.da.sparqlhelper.sparql.model.AbstractSparqFormExpression
-
- ParseException - Exception in org.da.sparqlhelper.sparql.parser.ast
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.da.sparqlhelper.sparql.parser.ast.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException() - Constructor for exception org.da.sparqlhelper.sparql.parser.ast.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.da.sparqlhelper.sparql.parser.ast.ParseException
-
Constructor with message.
- parseQuery(String) - Static method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
Parses the supplied SPARQL query and builds a syntax tree from it.
- parseQuery(String) - Method in class org.da.sparqlhelper.sparql.parser.SPARQLParser
-
Parse a query.
- parser - Variable in class org.da.sparqlhelper.sparql.parser.ast.SimpleNode
-
- parseUpdateSequence(String) - Static method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
Parses the supplied SPARQL update sequence and builds a syntax tree from it.
- Path() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathAlternative() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathElt() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathMod() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathNegatedPropertySet() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathOneInPropertySet() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathPrimary() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PathSequence() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- peekNode() - Method in class org.da.sparqlhelper.sparql.parser.ast.JJTSyntaxTreeBuilderState
-
- PERCENT - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PIPE - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PLUS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.Expression
-
The "+" operator.
- PLUS - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PLX - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_CHARS - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_CHARS_BASE - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_CHARS_U - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_LOCAL - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_LOCAL_ESC - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PN_PREFIX - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PNAME_LN - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PNAME_NS - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- popNode() - Method in class org.da.sparqlhelper.sparql.parser.ast.JJTSyntaxTreeBuilderState
-
- POSITIVE_INTEGER - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.XSD
-
http://www.w3.org/2001/XMLSchema#positiveInteger
- PREDICATE - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
- prefix - Variable in class org.da.sparqlhelper.sparql.model.prefix.SparqlPrefix
-
- PREFIX - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
-
RegularExpression Id.
- PREFIX - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.RDF
-
Recommended prefix for the RDF namespace: "rdf"
- PrefixDecl() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PrefixedName - Class in org.da.sparqlhelper.sparql.model
-
A prefixed name for a query.
- PrefixedName(String) - Constructor for class org.da.sparqlhelper.sparql.model.PrefixedName
-
- PrefixedName(ISparqlRequestGroup, String) - Constructor for class org.da.sparqlhelper.sparql.model.PrefixedName
-
- PrefixedName(String, String) - Constructor for class org.da.sparqlhelper.sparql.model.PrefixedName
-
- PrefixedName() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- prevCharIsCR - Variable in class org.da.sparqlhelper.sparql.parser.ast.JavaCharStream
-
- prevCharIsLF - Variable in class org.da.sparqlhelper.sparql.parser.ast.JavaCharStream
-
- PrimaryExpression() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- process(ASTOperationContainer) - Method in class org.da.sparqlhelper.sparql.parser.QueryProcessor
-
Processes escape sequences in ASTString objects.
- ProjectionElem() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- Prolog() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- Property - Class in org.da.sparqlhelper.sparql.model
-
Represents a property.
- Property(String, Object, List<? extends Object>, boolean) - Constructor for class org.da.sparqlhelper.sparql.model.Property
-
- PROPERTY - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
- PropertyDecl - Class in org.da.sparqlhelper.sparql.model
-
- PropertyDecl(String) - Constructor for class org.da.sparqlhelper.sparql.model.PropertyDecl
-
- PropertyDecl(ISparqlRequestGroup, String) - Constructor for class org.da.sparqlhelper.sparql.model.PropertyDecl
-
- PropertyDecl(String, String) - Constructor for class org.da.sparqlhelper.sparql.model.PropertyDecl
-
- propertyIndRefs - Variable in class org.da.sparqlhelper.sparql.model.AbstractSparqVariableFormExpression
-
- PropertyList() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PropertyListPath() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
-
- PropertyRef - Class in org.da.sparqlhelper.sparql.model
-
Represents a property reference.
- propertyRefs - Variable in class org.da.sparqlhelper.sparql.model.AbstractSparqVariableFormExpression
-
- propertyValues - Variable in class org.da.sparqlhelper.sparql.model.AbstractSparqVariableFormExpression
-
- pushNode(Node) - Method in class org.da.sparqlhelper.sparql.parser.ast.JJTSyntaxTreeBuilderState
-