public abstract class AbstractBlockCommandNode extends AbstractParentCommandNode<SoyNode.StandaloneNode> implements SoyNode.BlockCommandNode
Important: Do not use outside of Soy code (treat as superpackage-private).
SoyNode.BlockCommandNode, SoyNode.BlockNode, SoyNode.CommandNode, SoyNode.ConditionalBlockNode, SoyNode.ExprHolderNode, SoyNode.Kind, SoyNode.LocalVarBlockNode, SoyNode.LocalVarInlineNode, SoyNode.LocalVarNode, SoyNode.LoopNode, SoyNode.MsgBlockNode, SoyNode.MsgPlaceholderInitialNode, SoyNode.MsgSubstUnitNode, SoyNode.ParentSoyNode<N extends SoyNode>, SoyNode.RenderUnitNode, SoyNode.SplitLevelTopNode<N extends SoyNode>, SoyNode.StandaloneNode, SoyNode.StatementNode
SPACES
Modifier | Constructor and Description |
---|---|
protected |
AbstractBlockCommandNode(AbstractBlockCommandNode orig)
Copy constructor.
|
|
AbstractBlockCommandNode(int id,
String commandName,
String commandText) |
addChild, addChild, addChildren, addChildren, appendSourceStringForChildren, appendTreeStringForChildren, clearChildren, getChild, getChildIndex, getChildren, numChildren, removeChild, removeChild, replaceChild, replaceChild, toSourceString, toTreeString
buildTagStringHelper, buildTagStringHelper, getCommandName, getCommandText, getTagString
clone, getId, getParent, getSourceLocation, setId, setSourceLocation, toString
couldHaveSyntaxVersionAtLeast, getNearestAncestor, getSyntaxVersionBound, hasAncestor, maybeSetSyntaxVersionBound, setParent
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCommandName, getCommandText, getTagString
clone, getId, getKind, getParent, getSourceLocation, setId, setSourceLocation
addChild, addChild, addChildren, addChildren, appendSourceStringForChildren, appendTreeStringForChildren, clearChildren, getChild, getChildIndex, getChildren, numChildren, removeChild, removeChild, replaceChild, replaceChild
couldHaveSyntaxVersionAtLeast, getNearestAncestor, getSyntaxVersionBound, hasAncestor, maybeSetSyntaxVersionBound, setParent, toSourceString, toTreeString
public AbstractBlockCommandNode(int id, String commandName, String commandText)
id
- The id for this node.commandName
- The name of the Soy command.commandText
- The command text, or empty string if none.protected AbstractBlockCommandNode(AbstractBlockCommandNode orig)
orig
- The node to copy.