Module grammar

Class FloatLiteral

java.lang.Object
antlr.Token
All Implemented Interfaces:
Cloneable

public final class FloatLiteral extends NumberLiteral
  • Constructor Details

    • FloatLiteral

      public FloatLiteral(String value)
    • FloatLiteral

      public FloatLiteral(float value)
  • Method Details