org.xwiki.query.jpql.node
Class TFunctionsReturningDatetime

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.Token
          extended by org.xwiki.query.jpql.node.TFunctionsReturningDatetime
All Implemented Interfaces:
Cloneable, Switchable

public final class TFunctionsReturningDatetime
extends Token


Constructor Summary
TFunctionsReturningDatetime(String text)
           
TFunctionsReturningDatetime(String text, int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 
Methods inherited from class org.xwiki.query.jpql.node.Token
getLine, getPos, getText, setLine, setPos, setText, toString
 
Methods inherited from class org.xwiki.query.jpql.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TFunctionsReturningDatetime

public TFunctionsReturningDatetime(String text)

TFunctionsReturningDatetime

public TFunctionsReturningDatetime(String text,
                                   int line,
                                   int pos)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)


Copyright © 2004-2013 XWiki. All Rights Reserved.