org.jrdf.sparql.parser.node
Class ABooleanLiteralPrimaryExpression

java.lang.Object
  extended by org.jrdf.sparql.parser.node.Node
      extended by org.jrdf.sparql.parser.node.PPrimaryExpression
          extended by org.jrdf.sparql.parser.node.ABooleanLiteralPrimaryExpression
All Implemented Interfaces:
Cloneable, Switchable

public final class ABooleanLiteralPrimaryExpression
extends PPrimaryExpression


Constructor Summary
ABooleanLiteralPrimaryExpression()
           
ABooleanLiteralPrimaryExpression(PBooleanLiteral _booleanLiteral_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PBooleanLiteral getBooleanLiteral()
           
 void setBooleanLiteral(PBooleanLiteral node)
           
 String toString()
           
 
Methods inherited from class org.jrdf.sparql.parser.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

ABooleanLiteralPrimaryExpression

public ABooleanLiteralPrimaryExpression()

ABooleanLiteralPrimaryExpression

public ABooleanLiteralPrimaryExpression(PBooleanLiteral _booleanLiteral_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getBooleanLiteral

public PBooleanLiteral getBooleanLiteral()

setBooleanLiteral

public void setBooleanLiteral(PBooleanLiteral node)

toString

public String toString()
Overrides:
toString in class Object