diagapplet.CodeGen
Class EnumTypeInfo
java.lang.Object
diagapplet.CodeGen.EnumTypeInfo
public class EnumTypeInfo
- extends java.lang.Object
A class that includes informataion on the various values and their assocated names
with any enumeration.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Name
public java.lang.String Name
Info
public java.lang.String Info
NameSpace
public java.lang.String NameSpace
CppQualifiedName
public java.lang.String CppQualifiedName
insideNameSpace
public boolean insideNameSpace
hashtable
public java.util.Hashtable hashtable
reverse_hashtable
public java.util.Hashtable reverse_hashtable
override_names_hashtable
public java.util.Hashtable override_names_hashtable
typedef
public boolean typedef
generate_symbol_lookup
public boolean generate_symbol_lookup
EnumTypeInfo
public EnumTypeInfo()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object