|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.lang.ParserBase
com.hp.hpl.jena.sparql.lang.ParserQueryBase
com.hp.hpl.jena.sparql.lang.arq.ARQParser
public class ARQParser
Field Summary | |
---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
ARQParserTokenManager |
token_source
Generated Token Manager. |
Constructor Summary | |
---|---|
ARQParser(ARQParserTokenManager tm)
Constructor with generated Token Manager. |
|
ARQParser(InputStream stream)
Constructor with InputStream. |
|
ARQParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
ARQParser(Reader stream)
Constructor. |
Methods inherited from class com.hp.hpl.jena.sparql.lang.ParserQueryBase |
---|
getQuery, setQuery, setUpdateRequest |
Methods inherited from class com.hp.hpl.jena.sparql.lang.ParserBase |
---|
getPrologue, hex, setPrologue, stripChars, throwParseException, unescape, unescapePName, unescapeStr, unescapeStr |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ARQParserTokenManager token_source
public Token token
public Token jj_nt
Constructor Detail |
---|
public ARQParser(InputStream stream)
public ARQParser(InputStream stream, String encoding)
public ARQParser(Reader stream)
public ARQParser(ARQParserTokenManager tm)
Method Detail |
---|
public final void QueryUnit() throws ParseException
ParseException
public final void Query() throws ParseException
ParseException
public final void UpdateUnit() throws ParseException
ParseException
public final void Prologue() throws ParseException
ParseException
public final void BaseDecl() throws ParseException
ParseException
public final void PrefixDecl() throws ParseException
ParseException
public final void SelectQuery() throws ParseException
ParseException
public final void SubSelect() throws ParseException
ParseException
public final void SelectClause() throws ParseException
ParseException
public final void ConstructQuery() throws ParseException
ParseException
public final void DescribeQuery() throws ParseException
ParseException
public final void AskQuery() throws ParseException
ParseException
public final void DatasetClause() throws ParseException
ParseException
public final void DefaultGraphClause() throws ParseException
ParseException
public final void NamedGraphClause() throws ParseException
ParseException
public final String SourceSelector() throws ParseException
ParseException
public final void WhereClause() throws ParseException
ParseException
public final void SolutionModifier() throws ParseException
ParseException
public final void GroupClause() throws ParseException
ParseException
public final void GroupCondition() throws ParseException
ParseException
public final void HavingClause() throws ParseException
ParseException
public final void HavingCondition() throws ParseException
ParseException
public final void OrderClause() throws ParseException
ParseException
public final void OrderCondition() throws ParseException
ParseException
public final void LimitOffsetClauses() throws ParseException
ParseException
public final void LimitClause() throws ParseException
ParseException
public final void OffsetClause() throws ParseException
ParseException
public final void BindingsClause() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node BindingValue() throws ParseException
ParseException
public final void Update() throws ParseException
ParseException
public final void Update1() throws ParseException
ParseException
public final Update Load() throws ParseException
ParseException
public final Update Clear() throws ParseException
ParseException
public final Update Drop() throws ParseException
ParseException
public final Update Create() throws ParseException
ParseException
public final Update Add() throws ParseException
ParseException
public final Update Move() throws ParseException
ParseException
public final Update Copy() throws ParseException
ParseException
public final Update InsertData() throws ParseException
ParseException
public final Update DeleteData() throws ParseException
ParseException
public final Update DeleteWhere() throws ParseException
ParseException
public final Update Modify() throws ParseException
ParseException
public final Update ModifyOld() throws ParseException
ParseException
public final void DeleteClause(UpdateModify up) throws ParseException
ParseException
public final void InsertClause(UpdateModify up) throws ParseException
ParseException
public final void OptionalIntoTarget(QuadAcc qp) throws ParseException
ParseException
public final void OptionalFromTarget(QuadAcc qp) throws ParseException
ParseException
public final void UsingClause(UpdateWithUsing update) throws ParseException
ParseException
public final Target GraphOrDefault() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node GraphRef() throws ParseException
ParseException
public final Target GraphRefAll() throws ParseException
ParseException
public final void QuadPattern(QuadAcc acc) throws ParseException
ParseException
public final void QuadData(QuadDataAcc acc) throws ParseException
ParseException
public final void Quads(QuadAcc acc) throws ParseException
ParseException
public final void QuadsNotTriples(QuadAcc acc) throws ParseException
ParseException
public final void TriplesTemplate(TripleCollector acc) throws ParseException
ParseException
public final Element GroupGraphPattern() throws ParseException
ParseException
public final Element GroupGraphPatternSub() throws ParseException
ParseException
public final Element TriplesBlock(ElementPathBlock acc) throws ParseException
ParseException
public final Element GraphPatternNotTriples() throws ParseException
ParseException
public final Element OptionalGraphPattern() throws ParseException
ParseException
public final Element GraphGraphPattern() throws ParseException
ParseException
public final Element ServiceGraphPattern() throws ParseException
ParseException
public final Element Bind() throws ParseException
ParseException
public final Element Assignment() throws ParseException
ParseException
public final Element ExistsElt() throws ParseException
ParseException
public final Element NotExistsElt() throws ParseException
ParseException
public final Element MinusGraphPattern() throws ParseException
ParseException
public final Element GroupOrUnionGraphPattern() throws ParseException
ParseException
public final Element Filter() throws ParseException
ParseException
public final Expr Constraint() throws ParseException
ParseException
public final Expr FunctionCall() throws ParseException
ParseException
public final ExprList ArgList() throws ParseException
ParseException
public final ExprList ExpressionList() throws ParseException
ParseException
public final Template ConstructTemplate() throws ParseException
ParseException
public final void ConstructTriples(TripleCollector acc) throws ParseException
ParseException
public final void TriplesSameSubject(TripleCollector acc) throws ParseException
ParseException
public final void PropertyListNotEmpty(com.hp.hpl.jena.graph.Node s, TripleCollector acc) throws ParseException
ParseException
public final void PropertyList(com.hp.hpl.jena.graph.Node s, TripleCollector acc) throws ParseException
ParseException
public final void ObjectList(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc) throws ParseException
ParseException
public final void Object(com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, Path path, TripleCollector acc) throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node Verb() throws ParseException
ParseException
public final void TriplesSameSubjectPath(TripleCollector acc) throws ParseException
ParseException
public final void PropertyListNotEmptyPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc) throws ParseException
ParseException
public final void PropertyListPath(com.hp.hpl.jena.graph.Node s, TripleCollector acc) throws ParseException
ParseException
public final Path VerbPath() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node VerbSimple() throws ParseException
ParseException
public final Path PathUnit() throws ParseException
ParseException
public final Path Path() throws ParseException
ParseException
public final Path PathAlternative() throws ParseException
ParseException
public final Path PathSequence() throws ParseException
ParseException
public final Path PathElt() throws ParseException
ParseException
public final Path PathEltOrInverse() throws ParseException
ParseException
public final Path PathMod(Path p) throws ParseException
ParseException
public final Path PathPrimary() throws ParseException
ParseException
public final Path PathNegatedPropertySet() throws ParseException
ParseException
public final P_Path0 PathOneInPropertySet() throws ParseException
ParseException
public final long Integer() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node TriplesNode(TripleCollector acc) throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node BlankNodePropertyList(TripleCollector acc) throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node Collection(TripleCollector acc) throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node GraphNode(TripleCollector acc) throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node VarOrTerm() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node VarOrIRIref() throws ParseException
ParseException
public final Var Var() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node GraphTerm() throws ParseException
ParseException
public final Expr Expression() throws ParseException
ParseException
public final Expr ConditionalOrExpression() throws ParseException
ParseException
public final Expr ConditionalAndExpression() throws ParseException
ParseException
public final Expr ValueLogical() throws ParseException
ParseException
public final Expr RelationalExpression() throws ParseException
ParseException
public final Expr NumericExpression() throws ParseException
ParseException
public final Expr AdditiveExpression() throws ParseException
ParseException
public final Expr MultiplicativeExpression() throws ParseException
ParseException
public final Expr UnaryExpression() throws ParseException
ParseException
public final Expr PrimaryExpression() throws ParseException
ParseException
public final Expr BrackettedExpression() throws ParseException
ParseException
public final Expr BuiltInCall() throws ParseException
ParseException
public final Expr RegexExpression() throws ParseException
ParseException
public final Expr SubstringExpression() throws ParseException
ParseException
public final Expr StrReplaceExpression() throws ParseException
ParseException
public final Expr ExistsFunc() throws ParseException
ParseException
public final Expr NotExistsFunc() throws ParseException
ParseException
public final Expr Aggregate() throws ParseException
ParseException
public final Expr IRIrefOrFunction() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node RDFLiteral() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node NumericLiteral() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node NumericLiteralUnsigned() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node NumericLiteralPositive() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node NumericLiteralNegative() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node BooleanLiteral() throws ParseException
ParseException
public final String String() throws ParseException
ParseException
public final String IRIref() throws ParseException
ParseException
public final String PrefixedName() throws ParseException
ParseException
public final com.hp.hpl.jena.graph.Node BlankNode() throws ParseException
ParseException
public final String IRI_REF() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(ARQParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
public void setHandler(JSONHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |