polyglot.ast
Class FloatLit.Kind

java.lang.Object
  extended bypolyglot.util.Enum
      extended bypolyglot.ast.FloatLit.Kind
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
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)
           
 
Methods inherited from class polyglot.util.Enum
equals, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatLit.Kind

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