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

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_URL
All Implemented Interfaces:
com.hp.hpl.jena.rdql.Printable, Settable, Value, Expr, Node

public class Q_URL
extends ParsedLiteral


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
 void jjtClose()
          This method is called after all the child nodes have been added.
 String toString()
           
 
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, unset, valueString
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
dump, fixup, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

jjtClose

public void jjtClose()
Description copied from interface: Node
This method is called after all the child nodes have been added.

Specified by:
jjtClose in interface Node
Overrides:
jjtClose in class SimpleNode

toString

public String toString()
Specified by:
toString in interface Value
Overrides:
toString in class ParsedLiteral