com.hp.hpl.jena.rdf.query.parser
Class RDQLParser
java.lang.Object
|
+--com.hp.hpl.jena.rdf.query.parser.RDQLParser
- All Implemented Interfaces:
- RDQLParserConstants, RDQLParserTreeConstants
- public class RDQLParser
- extends java.lang.Object
- implements RDQLParserTreeConstants, RDQLParserConstants
Fields inherited from interface com.hp.hpl.jena.rdf.query.parser.RDQLParserTreeConstants |
JJTADD, JJTARGLIST, JJTBITAND, JJTBITOR, JJTBITXOR, JJTBOOLEANLITERAL, JJTCONSTRAINTCLAUSE, JJTDIVIDE, JJTEQUAL, JJTFUNCTIONCALL, JJTGREATERTHAN, JJTGREATERTHANOREQUAL, JJTIDENTIFIER, JJTLEFTSHIFT, JJTLESSTHAN, JJTLESSTHANOREQUAL, JJTLOGICALAND, JJTLOGICALOR, JJTMODULUS, JJTMULTIPLY, jjtNodeName, JJTNOTEQUAL, JJTNULLLITERAL, JJTNUMERICLITERAL, JJTPREFIXDECL, JJTPREFIXESCLAUSE, JJTQUERY, JJTRIGHTSIGNEDSHIFT, JJTRIGHTUNSIGNEDSHIFT, JJTSELECTCLAUSE, JJTSOURCECLAUSE, JJTSOURCESELECTOR, JJTSTRINGEQUAL, JJTSTRINGNOTEQUAL, JJTSUBTRACT, JJTTEXTLITERAL, JJTTRIPLEPATTERN, JJTTRIPLEPATTERNCLAUSE, JJTUNARYMINUS, JJTUNARYNOT, JJTUNARYPLUS, JJTURI, JJTURL, JJTVAR, JJTVOID |
Fields inherited from interface com.hp.hpl.jena.rdf.query.parser.RDQLParserConstants |
ASSIGN, BANG, BIT_AND, BIT_OR, BIT_XOR, BOOLEAN_LITERAL, COLON, COMMA, DECIMAL_LITERAL, DECR, DEFAULT, DIGIT, DIGITS, DOT, EOF, EQ, EXPONENT, FLOATING_POINT_LITERAL, FOR, FROM, GE, GT, HEX_LITERAL, HOOK, IDENTIFIER, IN_MULTI_LINE_COMMENT, IN_SINGLE_LINE_COMMENT, INCR, INTEGER_LITERAL, LBRACE, LBRACKET, LE, LETTER, LPAREN, LSHIFT, LT, MINUS, MULTI_LINE_COMMENT, NEQ, NULL_LITERAL, PLUS, PREFIXES, RBRACE, RBRACKET, READ_IDENTIFIER, READ_URI, REM, RPAREN, RSIGNEDSHIFT, RUNSIGNEDSHIFT, SC_AND, SC_OR, SC_XOR, SELECT, SEMICOLON, SINGLE_LINE_COMMENT, SLASH, SOURCE, STAR, STR_EQ, STR_NE, STRING_LITERAL, SUCHTHAT, TILDE, tokenImage, URI, WHERE |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public RDQLParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
lookingAhead
public boolean lookingAhead
RDQLParser
public RDQLParser(java.io.InputStream stream)
RDQLParser
public RDQLParser(java.io.Reader stream)
RDQLParser
public RDQLParser(RDQLParserTokenManager tm)
top
public SimpleNode top()
CompilationUnit
public final void CompilationUnit()
throws ParseException
Query
public final void Query()
throws ParseException
SelectClause
public final void SelectClause()
throws ParseException
SourceClause
public final void SourceClause()
throws ParseException
SourceSelector
public final void SourceSelector()
throws ParseException
TriplePatternClause
public final void TriplePatternClause()
throws ParseException
ConstraintClause
public final void ConstraintClause()
throws ParseException
TriplePattern
public final void TriplePattern()
throws ParseException
VarOrURI
public final void VarOrURI()
throws ParseException
VarOrLiteral
public final void VarOrLiteral()
throws ParseException
Var
public final void Var()
throws ParseException
PrefixesClause
public final void PrefixesClause()
throws ParseException
PrefixDecl
public final void PrefixDecl()
throws ParseException
Expression
public final void Expression()
throws ParseException
ConditionalOrExpression
public final void ConditionalOrExpression()
throws ParseException
ConditionalXorExpression
public final void ConditionalXorExpression()
throws ParseException
ConditionalAndExpression
public final void ConditionalAndExpression()
throws ParseException
ValueLogical
public final void ValueLogical()
throws ParseException
StringEqualityExpression
public final void StringEqualityExpression()
throws ParseException
NumericalLogical
public final void NumericalLogical()
throws ParseException
InclusiveOrExpression
public final void InclusiveOrExpression()
throws ParseException
ExclusiveOrExpression
public final void ExclusiveOrExpression()
throws ParseException
AndExpression
public final void AndExpression()
throws ParseException
ArithmeticCondition
public final void ArithmeticCondition()
throws ParseException
EqualityExpression
public final void EqualityExpression()
throws ParseException
RelationalExpression
public final void RelationalExpression()
throws ParseException
NumericExpression
public final void NumericExpression()
throws ParseException
ShiftExpression
public final void ShiftExpression()
throws ParseException
AdditiveExpression
public final void AdditiveExpression()
throws ParseException
MultiplicativeExpression
public final void MultiplicativeExpression()
throws ParseException
UnaryExpression
public final void UnaryExpression()
throws ParseException
UnaryExpressionNotPlusMinus
public final void UnaryExpressionNotPlusMinus()
throws ParseException
PrimaryExpression
public final void PrimaryExpression()
throws ParseException
FunctionCall
public final void FunctionCall()
throws ParseException
ArgList
public final void ArgList()
throws ParseException
Literal
public final void Literal()
throws ParseException
NumericLiteral
public final void NumericLiteral()
throws ParseException
TextLiteral
public final void TextLiteral()
throws ParseException
BooleanLiteral
public final void BooleanLiteral()
throws ParseException
NullLiteral
public final void NullLiteral()
throws ParseException
URL
public final void URL()
throws ParseException
URI
public final void URI()
throws ParseException
Identifier
public final void Identifier()
throws ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(RDQLParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2001 Hewlett-Packard. All Rights Reserved.