org.jrdf.sparql.parser.node
Class Start

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

public final class Start
extends Node


Constructor Summary
Start()
           
Start(PStart _pStart_, EOF _eof_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 EOF getEOF()
           
 PStart getPStart()
           
 void setEOF(EOF node)
           
 void setPStart(PStart 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

Start

public Start()

Start

public Start(PStart _pStart_,
             EOF _eof_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPStart

public PStart getPStart()

setPStart

public void setPStart(PStart node)

getEOF

public EOF getEOF()

setEOF

public void setEOF(EOF node)

toString

public String toString()
Overrides:
toString in class Object