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

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.AContentTypeCommand
All Implemented Interfaces:
Switchable, Cloneable

public final class AContentTypeCommand
extends PCommand


Constructor Summary
AContentTypeCommand()
           
AContentTypeCommand(PPosition _position_, TString _string_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PPosition getPosition()
           
 TString getString()
           
 void setPosition(PPosition node)
           
 void setString(TString 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

AContentTypeCommand

public AContentTypeCommand()

AContentTypeCommand

public AContentTypeCommand(PPosition _position_,
                           TString _string_)
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)

getString

public TString getString()

setString

public void setString(TString node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 Google. All Rights Reserved.