de.fuberlin.wiwiss.ng4j.triql.parser
Class Q_BooleanLiteral

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
      extended by de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
          extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_BooleanLiteral
All Implemented Interfaces:
com.hp.hpl.jena.rdql.Printable, Settable, Value, Expr, ExprBoolean, Node

public class Q_BooleanLiteral
extends ParsedLiteral
implements ExprBoolean


Field Summary
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
isBoolean, isDouble, isInt, isRDFLiteral, isRDFResource, isSet, isString, isURI, valBoolean, valDouble, valInt, valRDFLiteral, valRDFResource, valString, valURI
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
children, id, parent, parser
 
Method Summary
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
asInfixString, asPrefixString, asQuotedString, asUnquotedString, eval, getBoolean, getDouble, getInt, getRDFLiteral, getRDFResource, getString, getURI, isBoolean, isDouble, isInt, isNumber, isRDFLiteral, isRDFResource, isSet, isString, isURI, makeString, makeURI, print, setBoolean, setDouble, setInt, setRDFLiteral, setRDFResource, setString, setURI, toString, unset, valueString
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
dump, fixup, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.fuberlin.wiwiss.ng4j.triql.parser.Expr
eval
 
Methods inherited from interface com.hp.hpl.jena.rdql.Printable
asInfixString, asPrefixString, print