| Package | Description |
|---|---|
| org.duelengine.duel.ast |
| Modifier and Type | Method and Description |
|---|---|
CommandName |
CommandNode.getCommand() |
static CommandName |
CommandName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandName[] |
CommandName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CommandNode(CommandName cmd,
String name,
boolean codeAttrs,
AttributePair[] attr,
DuelNode... children) |
CommandNode(CommandName cmd,
String name,
boolean codeAttrs,
int index,
int line,
int column) |
Copyright © 2014. All rights reserved.