polyglot.ast
Class IntLit.Kind

java.lang.Object
  extended by polyglot.util.Enum
      extended by polyglot.ast.IntLit.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
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)
           
 
Method Summary
 
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)