public class SPARQLParser10 extends SPARQLParserBase implements SPARQLParser10Constants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
SPARQLParser10TokenManager |
token_source
Generated Token Manager.
|
ParserLoggerNameA2Z, A2ZN, AND, ANON, ASC, ASK, AT, BANG, BASE, BLANK_NODE_LABEL, BOUND, BY, COLON, COMMA, CONSTRUCT, DATATYPE, DECIMAL, DECIMAL_NEGATIVE, DECIMAL_POSITIVE, DEFAULT, DESC, DESCRIBE, DIGITS, DISTINCT, DOT, DOUBLE, DOUBLE_NEGATIVE, DOUBLE_POSITIVE, DTYPE, ECHAR, EOF, EQ, EXPONENT, FALSE, FILTER, FROM, GE, GRAPH, GT, INTEGER, INTEGER_NEGATIVE, INTEGER_POSITIVE, IRIref, IS_BLANK, IS_IRI, IS_LITERAL, IS_URI, KW_A, LANG, LANGMATCHES, LANGTAG, LBRACE, LBRACKET, LE, LIMIT, LPAREN, LT, MINUS, NAMED, NE, NIL, OFFSET, OPTIONAL, ORDER, PLUS, PN_CHARS, PN_CHARS_BASE, PN_CHARS_U, PN_LOCAL, PN_PREFIX, PNAME_LN, PNAME_NS, PREFIX, QUOTE_3D, QUOTE_3S, RBRACE, RBRACKET, REDUCED, REGEX, RPAREN, SAME_TERM, SC_AND, SC_OR, SELECT, SEMICOLON, SINGLE_LINE_COMMENT, SLASH, STAR, STR, STRDT, STRING_LITERAL_LONG1, STRING_LITERAL_LONG2, STRING_LITERAL1, STRING_LITERAL2, STRLANG, TILDE, tokenImage, TRUE, UNION, UNKNOWN, VAR1, VAR2, VARNAME, WHERE, WS| Constructor and Description |
|---|
SPARQLParser10(InputStream stream)
Constructor with InputStream.
|
SPARQLParser10(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
SPARQLParser10(Reader stream)
Constructor.
|
SPARQLParser10(SPARQLParser10TokenManager tm)
Constructor with generated Token Manager.
|
getQuery, setQuery, setUpdateSinkgetPrologue, hex, setPrologue, stripChars, throwParseException, throwParseException, unescape, unescapePName, unescapeStr, unescapeStrpublic SPARQLParser10TokenManager token_source
public Token token
public Token jj_nt
public SPARQLParser10(InputStream stream)
public SPARQLParser10(InputStream stream, String encoding)
public SPARQLParser10(Reader stream)
public SPARQLParser10(SPARQLParser10TokenManager tm)
public final void QueryUnit()
throws ParseException
ParseExceptionpublic final void Query()
throws ParseException
ParseExceptionpublic final void Prologue()
throws ParseException
ParseExceptionpublic final void BaseDecl()
throws ParseException
ParseExceptionpublic final void PrefixDecl()
throws ParseException
ParseExceptionpublic final void SelectQuery()
throws ParseException
ParseExceptionpublic final void SubSelect()
throws ParseException
ParseExceptionpublic final void Project()
throws ParseException
ParseExceptionpublic final void ConstructQuery()
throws ParseException
ParseExceptionpublic final void DescribeQuery()
throws ParseException
ParseExceptionpublic final void AskQuery()
throws ParseException
ParseExceptionpublic final void DatasetClause()
throws ParseException
ParseExceptionpublic final void DefaultGraphClause()
throws ParseException
ParseExceptionpublic final void NamedGraphClause()
throws ParseException
ParseExceptionpublic final String SourceSelector() throws ParseException
ParseExceptionpublic final void WhereClause()
throws ParseException
ParseExceptionpublic final void SolutionModifier()
throws ParseException
ParseExceptionpublic final void OrderClause()
throws ParseException
ParseExceptionpublic final void OrderCondition()
throws ParseException
ParseExceptionpublic final void LimitOffsetClauses()
throws ParseException
ParseExceptionpublic final void LimitClause()
throws ParseException
ParseExceptionpublic final void OffsetClause()
throws ParseException
ParseExceptionpublic final Element GroupGraphPattern() throws ParseException
ParseExceptionpublic final Element GroupGraphPatternSub() throws ParseException
ParseExceptionpublic final Element TriplesBlock(ElementTriplesBlock acc) throws ParseException
ParseExceptionpublic final Element GraphPatternNotTriples() throws ParseException
ParseExceptionpublic final Element OptionalGraphPattern() throws ParseException
ParseExceptionpublic final Element GraphGraphPattern() throws ParseException
ParseExceptionpublic final Element GroupOrUnionGraphPattern() throws ParseException
ParseExceptionpublic final Element Filter() throws ParseException
ParseExceptionpublic final Expr Constraint() throws ParseException
ParseExceptionpublic final Expr FunctionCall() throws ParseException
ParseExceptionpublic final ExprList ArgList() throws ParseException
ParseExceptionpublic final ExprList ParamList() throws ParseException
ParseExceptionpublic final Template ConstructTemplate() throws ParseException
ParseExceptionpublic final void ConstructTriples(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final void TriplesSameSubject(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final void PropertyListNotEmpty(Node s, TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final void PropertyList(Node s, TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final void ObjectList(Node s, Node p, Path path, TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final void Object(Node s, Node p, Path path, TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final Node Verb() throws ParseException
ParseExceptionpublic final Node TriplesNode(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final Node BlankNodePropertyList(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final Node Collection(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final Node GraphNode(TripleCollectorMark acc) throws ParseException
ParseExceptionpublic final Node VarOrTerm() throws ParseException
ParseExceptionpublic final Node VarOrIRIref() throws ParseException
ParseExceptionpublic final Var Var() throws ParseException
ParseExceptionpublic final Node GraphTerm() throws ParseException
ParseExceptionpublic final Expr Expression() throws ParseException
ParseExceptionpublic final Expr ConditionalOrExpression() throws ParseException
ParseExceptionpublic final Expr ConditionalAndExpression() throws ParseException
ParseExceptionpublic final Expr ValueLogical() throws ParseException
ParseExceptionpublic final Expr RelationalExpression() throws ParseException
ParseExceptionpublic final Expr NumericExpression() throws ParseException
ParseExceptionpublic final Expr AdditiveExpression() throws ParseException
ParseExceptionpublic final Expr MultiplicativeExpression() throws ParseException
ParseExceptionpublic final Expr UnaryExpression() throws ParseException
ParseExceptionpublic final Expr PrimaryExpression() throws ParseException
ParseExceptionpublic final Expr BrackettedExpression() throws ParseException
ParseExceptionpublic final Expr BuiltInCall() throws ParseException
ParseExceptionpublic final Expr RegexExpression() throws ParseException
ParseExceptionpublic final Expr IRIrefOrFunction() throws ParseException
ParseExceptionpublic final Node RDFLiteral() throws ParseException
ParseExceptionpublic final Node NumericLiteral() throws ParseException
ParseExceptionpublic final Node NumericLiteralUnsigned() throws ParseException
ParseExceptionpublic final Node NumericLiteralPositive() throws ParseException
ParseExceptionpublic final Node NumericLiteralNegative() throws ParseException
ParseExceptionpublic final Node BooleanLiteral() throws ParseException
ParseExceptionpublic final String String() throws ParseException
ParseExceptionpublic final String IRIref() throws ParseException
ParseExceptionpublic final String PrefixedName() throws ParseException
ParseExceptionpublic final Node BlankNode() throws ParseException
ParseExceptionpublic final String IRI_REF() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(SPARQLParser10TokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Licenced under the Apache License, Version 2.0