org.jrdf.sparql.parser.node
Class AQuotedUnescapedQuotedStrand

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

public final class AQuotedUnescapedQuotedStrand
extends PQuotedStrand


Constructor Summary
AQuotedUnescapedQuotedStrand()
           
AQuotedUnescapedQuotedStrand(TQtext _qtext_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TQtext getQtext()
           
 void setQtext(TQtext 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

AQuotedUnescapedQuotedStrand

public AQuotedUnescapedQuotedStrand()

AQuotedUnescapedQuotedStrand

public AQuotedUnescapedQuotedStrand(TQtext _qtext_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getQtext

public TQtext getQtext()

setQtext

public void setQtext(TQtext node)

toString

public String toString()
Overrides:
toString in class Object