Package sk.antons.json.literal
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlongValue()Long value of this literal (Integer is small)-
Methods inherited from interface sk.antons.json.literal.JsonLiteral
literal, stringValue
-
Methods inherited from interface sk.antons.json.JsonValue
asArray, asBoolLiteral, asExpLiteral, asFracLiteral, asIntLiteral, asLiteral, asNullLiteral, asObject, asStringLiteral, asTemplateParam, copy, findAll, findAllLiterals, findFirst, findFirstLiteral, isArray, isBoolLiteral, isDescendantOf, isExpLiteral, isFracLiteral, isIntLiteral, isLiteral, isNullLiteral, isObject, isStringLiteral, name, parent, parentIndex, path, pathAsString, remove, replaceBy, toCompactString, toPrettyString
-
-