Interface JsonBoolLiteral

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

public interface JsonBoolLiteral extends JsonLiteral
Boolean literal. (true/false)
Author:
antons
  • Method Details

    • boolValue

      boolean boolValue()
      Returns boolean value represented by this literal.
      Returns:
      boolean value