org.jrdf.sparql.parser.node
Class AVariablePrimaryExpression

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

public final class AVariablePrimaryExpression
extends PPrimaryExpression


Constructor Summary
AVariablePrimaryExpression()
           
AVariablePrimaryExpression(PVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PVariable getVariable()
           
 void setVariable(PVariable 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

AVariablePrimaryExpression

public AVariablePrimaryExpression()

AVariablePrimaryExpression

public AVariablePrimaryExpression(PVariable _variable_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getVariable

public PVariable getVariable()

setVariable

public void setVariable(PVariable node)

toString

public String toString()
Overrides:
toString in class Object