org.duelengine.duel.ast
Class VIEWCommandNode
java.lang.Object
org.duelengine.duel.ast.DuelNode
org.duelengine.duel.ast.ContainerNode
org.duelengine.duel.ast.ElementNode
org.duelengine.duel.ast.CommandNode
org.duelengine.duel.ast.VIEWCommandNode
public class VIEWCommandNode
- extends CommandNode
| Methods inherited from class org.duelengine.duel.ast.ElementNode |
canHaveChildren, clearAttributes, equals, getAttribute, getAttributeNames, getTagName, hasAttributes, hashCode, isAncestor, isAncestorOrSelf, isBoolAttribute, isLinkAttribute, mapAttrName, removeAttribute |
EXT_NAME
public static final String EXT_NAME
- See Also:
- Constant Field Values
VIEWCommandNode
public VIEWCommandNode(int index,
int line,
int column)
VIEWCommandNode
public VIEWCommandNode(AttributePair[] attr,
DuelNode... children)
getName
public String getName()
setName
public void setName(String value)
isClientOnly
public boolean isClientOnly()
setClientOnly
public void setClientOnly(boolean value)
isServerOnly
public boolean isServerOnly()
setServerOnly
public void setServerOnly(boolean value)
isSelf
public boolean isSelf(String tag)
- Overrides:
isSelf in class ElementNode
addAttribute
public void addAttribute(AttributePair attr)
throws NullPointerException
- Overrides:
addAttribute in class CommandNode
- Throws:
NullPointerException
setAttribute
public void setAttribute(String name,
DuelNode value)
- Overrides:
setAttribute in class CommandNode
Copyright © 2013. All Rights Reserved.