polyglot.ast
Class FloatLit.Kind

java.lang.Object
  extended by polyglot.util.Enum
      extended by polyglot.ast.FloatLit.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
FloatLit

public static class FloatLit.Kind
extends Enum

Integer literal kinds: float (e.g., 0.0F) or double (e.g., 0.0).

See Also:
Serialized Form

Constructor Summary
FloatLit.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

FloatLit.Kind

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