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

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
      extended by de.fuberlin.wiwiss.ng4j.triql.parser.Q_CountExpression
All Implemented Interfaces:
Node

public class Q_CountExpression
extends SimpleNode


Field Summary
 
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 operator()
           
 void setOperator(String operator)
           
 long value()
           
 String variableName()
           
 
Methods inherited from class de.fuberlin.wiwiss.ng4j.triql.parser.SimpleNode
dump, fixup, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, 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

setOperator

public void setOperator(String operator)

variableName

public String variableName()

operator

public String operator()

value

public long value()