Interface JsonIntLiteral

All Superinterfaces:
JsonLiteral, JsonValue
All Known Implementing Classes:
JsonIntLiteralImpl

public interface JsonIntLiteral extends JsonLiteral
Integer literal value. (123, 334, 21244532, ...)
Author:
antons
  • Method Details

    • longValue

      long longValue()
      Long value of this literal (Integer is small)
      Returns:
      long value