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

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

public class Q_TextLiteral
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
 String asQuotedString()
           
 void fixup(PrefixMapping prefixes)
           
 void jjtClose()
          This method is called after all the child nodes have been added.
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.ParsedLiteral
asInfixString, asPrefixString, 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, 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

fixup

public void fixup(PrefixMapping prefixes)
Overrides:
fixup in class SimpleNode

asQuotedString

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