org.xwiki.query.jpql.node
Class PNumericLiteral

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.PNumericLiteral
All Implemented Interfaces:
Cloneable, Switchable
Direct Known Subclasses:
AFloatNumericLiteral, AIntegerNumericLiteral

public abstract class PNumericLiteral
extends Node


Constructor Summary
PNumericLiteral()
           
 
Method Summary
 
Methods inherited from class org.xwiki.query.jpql.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xwiki.query.jpql.node.Switchable
apply
 

Constructor Detail

PNumericLiteral

public PNumericLiteral()


Copyright © 2004-2012 XWiki. All Rights Reserved.