polyglot.ast
Class IntLit.Kind

java.lang.Object
  extended bypolyglot.util.Enum
      extended bypolyglot.ast.IntLit.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IntLit

public static class IntLit.Kind
extends Enum

Integer literal kinds: int (e.g., 0) or long (e.g., 0L).

See Also:
Serialized Form

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

Constructor Detail

IntLit.Kind

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