Package sk.antons.json.literal
Interface JsonBoolLiteral
- All Superinterfaces:
JsonLiteral,JsonValue
- All Known Implementing Classes:
JsonBoolLiteralImpl
Boolean literal. (true/false)
- Author:
- antons
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns boolean value represented by this literal.Methods inherited from interface sk.antons.json.literal.JsonLiteral
literal, stringValueMethods inherited from interface sk.antons.json.JsonValue
asArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, asTemplateParam, copy, find, find, findAll, findAllLiterals, findFirst, findFirstLiteral, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, remove, replaceBy, toCompactString, toPrettyString, writeCompact, writePretty
-
Method Details
-
boolValue
boolean boolValue()Returns boolean value represented by this literal.- Returns:
- boolean value
-