public final class CommandSymbolData
extends java.lang.Object
| Constructor and Description |
|---|
CommandSymbolData(int value,
boolean commandEnum,
boolean softEnum,
boolean postfix) |
| Modifier and Type | Method and Description |
|---|---|
static CommandSymbolData |
deserialize(int type) |
boolean |
equals(java.lang.Object o) |
int |
getValue() |
int |
hashCode() |
boolean |
isCommandEnum() |
boolean |
isPostfix() |
boolean |
isSoftEnum() |
int |
serialize() |
java.lang.String |
toString() |
public CommandSymbolData(int value,
boolean commandEnum,
boolean softEnum,
boolean postfix)
public static CommandSymbolData deserialize(int type)
public int serialize()
public int getValue()
public boolean isCommandEnum()
public boolean isSoftEnum()
public boolean isPostfix()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object