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

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

public final class ACommentCommand
extends PCommand


Constructor Summary
ACommentCommand()
           
ACommentCommand(PPosition _position_, TComment _comment_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComment getComment()
           
 PPosition getPosition()
           
 void setComment(TComment node)
           
 void setPosition(PPosition 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

ACommentCommand

public ACommentCommand()

ACommentCommand

public ACommentCommand(PPosition _position_,
                       TComment _comment_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getPosition

public PPosition getPosition()

setPosition

public void setPosition(PPosition node)

getComment

public TComment getComment()

setComment

public void setComment(TComment node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.