org.xwiki.query.jpql.node
Class TMod

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.TMod
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class TMod
extends Token


Constructor Summary
TMod(java.lang.String text)
           
TMod(java.lang.String text, int line, int pos)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.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

TMod

public TMod(java.lang.String text)

TMod

public TMod(java.lang.String text,
            int line,
            int pos)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)


Copyright © 2004-2011 XWiki. All Rights Reserved.