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

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

public class Q_PatternLiteral
extends SimpleNode
implements Expr


Field Summary
 
Fields inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
children, id, parent, parser
 
Method Summary
 String asInfixString()
           
 String asPrefixString()
           
 Value eval(com.hp.hpl.jena.rdql.Query q, ResultBinding env)
           
 void print(PrintWriter pw, int level)
           
 void setModifiers(String str)
           
 void setPattern(String str)
           
 String toString()
           
 
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
 

Method Detail

setPattern

public void setPattern(String str)

setModifiers

public void setModifiers(String str)

toString

public String toString()
Overrides:
toString in class SimpleNode

print

public void print(PrintWriter pw,
                  int level)
Specified by:
print in interface com.hp.hpl.jena.rdql.Printable

eval

public Value eval(com.hp.hpl.jena.rdql.Query q,
                  ResultBinding env)
Specified by:
eval in interface Expr

asPrefixString

public String asPrefixString()
Specified by:
asPrefixString in interface com.hp.hpl.jena.rdql.Printable

asInfixString

public String asInfixString()
Specified by:
asInfixString in interface com.hp.hpl.jena.rdql.Printable