org.xwiki.query.jpql.node
Class ANumLiteral

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

public final class ANumLiteral
extends PLiteral


Constructor Summary
ANumLiteral()
           
ANumLiteral(PNumericLiteral _numericLiteral_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PNumericLiteral getNumericLiteral()
           
 void setNumericLiteral(PNumericLiteral node)
           
 String 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

ANumLiteral

public ANumLiteral()

ANumLiteral

public ANumLiteral(PNumericLiteral _numericLiteral_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getNumericLiteral

public PNumericLiteral getNumericLiteral()

setNumericLiteral

public void setNumericLiteral(PNumericLiteral node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 XWiki. All Rights Reserved.