org.duelengine.duel.ast
Class CALLCommandNode
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.CALLCommandNode
public class CALLCommandNode
- extends CommandNode
| Methods inherited from class org.duelengine.duel.ast.ElementNode |
canHaveChildren, clearAttributes, equals, getAttribute, getAttributeNames, getTagName, hasAttributes, hashCode, isAncestor, isAncestorOrSelf, isLinkAttribute, removeAttribute |
EXT_NAME
public static final String EXT_NAME
- See Also:
- Constant Field Values
VIEW
public static final String VIEW
- See Also:
- Constant Field Values
DATA
public static final String DATA
- See Also:
- Constant Field Values
INDEX
public static final String INDEX
- See Also:
- Constant Field Values
COUNT
public static final String COUNT
- See Also:
- Constant Field Values
KEY
public static final String KEY
- See Also:
- Constant Field Values
DEFER
public static final String DEFER
- See Also:
- Constant Field Values
CALLCommandNode
public CALLCommandNode(int index,
int line,
int column)
CALLCommandNode
public CALLCommandNode(AttributePair[] attr,
DuelNode... children)
setDefer
public void setDefer(boolean value)
isDefer
public boolean isDefer()
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
appendChild
public void appendChild(DuelNode child)
- Overrides:
appendChild in class ContainerNode
replaceChild
public boolean replaceChild(DuelNode newChild,
DuelNode oldChild)
- Overrides:
replaceChild in class ContainerNode
Copyright © 2011. All Rights Reserved.