com.google.clearsilver.jsilver.syntax.node
Class ACommentCommand
java.lang.Object
com.google.clearsilver.jsilver.syntax.node.Node
com.google.clearsilver.jsilver.syntax.node.PCommand
com.google.clearsilver.jsilver.syntax.node.ACommentCommand
- All Implemented Interfaces:
- Switchable, Cloneable
public final class ACommentCommand
- extends PCommand
ACommentCommand
public ACommentCommand()
ACommentCommand
public ACommentCommand(PPosition _position_,
TComment _comment_)
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.