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

java.lang.Object
  extended by com.google.clearsilver.jsilver.syntax.node.Node
      extended by com.google.clearsilver.jsilver.syntax.node.PCommand
All Implemented Interfaces:
Switchable, Cloneable
Direct Known Subclasses:
AAltCommand, AAutoescapeCommand, ACallCommand, ACommentCommand, AContentTypeCommand, ADataCommand, ADefCommand, AEachCommand, AEscapeCommand, AEvarCommand, AHardIncludeCommand, AHardLincludeCommand, AIfCommand, AIncludeCommand, AInlineCommand, ALincludeCommand, ALoopCommand, ALoopIncCommand, ALoopToCommand, ALvarCommand, AMultipleCommand, ANameCommand, ANoopCommand, AOptimizedMultipleCommand, ASetCommand, AUvarCommand, AVarCommand, AWithCommand

public abstract class PCommand
extends Node


Constructor Summary
PCommand()
           
 
Method Summary
 
Methods inherited from class com.google.clearsilver.jsilver.syntax.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.clearsilver.jsilver.syntax.node.Switchable
apply
 

Constructor Detail

PCommand

public PCommand()


Copyright © 2010-2012 Google. All Rights Reserved.