jltools.ast
Class IntLit.Kind

java.lang.Object
  |
  +--jltools.util.Enum
        |
        +--jltools.ast.IntLit.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IntLit

public static class IntLit.Kind
extends Enum

Integer literal kinds: byte, short, int, or long.

See Also:
Serialized Form

Constructor Summary
protected IntLit.Kind(java.lang.String name)
           
 
Methods inherited from class jltools.util.Enum
equals, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntLit.Kind

protected IntLit.Kind(java.lang.String name)