com.google.clearsilver.jsilver.syntax.node
Class Start

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.Start
All Implemented Interfaces:
Switchable, Cloneable

public final class Start
extends Node


Constructor Summary
Start()
           
Start(PCommand _pCommand_, EOF _eof_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 EOF getEOF()
           
 PCommand getPCommand()
           
 void setEOF(EOF node)
           
 void setPCommand(PCommand node)
           
 String toString()
           
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.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(PCommand _pCommand_,
             EOF _eof_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPCommand

public PCommand getPCommand()

setPCommand

public void setPCommand(PCommand node)

getEOF

public EOF getEOF()

setEOF

public void setEOF(EOF node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.