public abstract class AbstractTsonElementBase extends Object implements TsonElement
| Constructor and Description |
|---|
AbstractTsonElementBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyString() |
boolean |
isArray() |
boolean |
isBoolean() |
boolean |
isComplexNumber() |
boolean |
isContainer() |
boolean |
isFloatingNumber() |
boolean |
isFunction() |
boolean |
isName() |
boolean |
isNamedArray() |
boolean |
isNamedObject() |
boolean |
isNumber() |
boolean |
isObject() |
boolean |
isOrdinalNumber() |
boolean |
isPair() |
boolean |
isPrimitive() |
boolean |
isSimple() |
boolean |
isSimplePair() |
boolean |
isString() |
boolean |
isTemporal() |
boolean |
isUplet() |
TsonArray |
toArray() |
TsonContainer |
toContainer() |
TsonObject |
toObject() |
String |
toString() |
String |
toString(boolean compact) |
String |
toString(TsonFormat format) |
TsonUplet |
toUplet() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitannotations, annotationsCount, booleanObject, booleanValue, build, builder, byteObject, byteValue, charObject, charValue, comments, dateTimeValue, dateValue, doubleObject, doubleValue, floatObject, floatValue, getBigDecimal, getBigInteger, intObject, intValue, isNull, longObject, longValue, numberValue, of, regexValue, shortObject, shortValue, stringValue, temporalValue, time, toAlias, toBigComplex, toBigDecimal, toBigInt, toBinaryStream, toBinOp, toBoolean, toByte, toChar, toCharStream, toCustom, toDate, toDateTime, toDouble, toDoubleComplex, toFloat, toFloatComplex, toFunction, toInt, toLong, toMatrix, toName, toNumber, toPair, toRegex, toShort, toStr, toTime, visit, visittypecompareTopublic String toString()
toString in interface TsonElementBasetoString in class Objectpublic String toString(boolean compact)
toString in interface TsonElementBasepublic String toString(TsonFormat format)
toString in interface TsonElementBasepublic boolean isContainer()
isContainer in interface TsonElementpublic boolean isNumber()
isNumber in interface TsonElementpublic boolean isFloatingNumber()
isFloatingNumber in interface TsonElementpublic boolean isComplexNumber()
isComplexNumber in interface TsonElementpublic boolean isOrdinalNumber()
isOrdinalNumber in interface TsonElementpublic boolean isString()
isString in interface TsonElementpublic boolean isPair()
isPair in interface TsonElementpublic boolean isSimple()
isSimple in interface TsonElementpublic boolean isSimplePair()
isSimplePair in interface TsonElementpublic boolean isName()
isName in interface TsonElementpublic boolean isBoolean()
isBoolean in interface TsonElementpublic boolean isFunction()
isFunction in interface TsonElementpublic boolean isArray()
isArray in interface TsonElementpublic boolean isObject()
isObject in interface TsonElementpublic boolean isNamedObject()
isNamedObject in interface TsonElementpublic boolean isNamedArray()
isNamedArray in interface TsonElementpublic boolean isUplet()
isUplet in interface TsonElementpublic boolean isAnyString()
isAnyString in interface TsonElementpublic boolean isPrimitive()
isPrimitive in interface TsonElementpublic boolean isTemporal()
isTemporal in interface TsonElementpublic TsonContainer toContainer()
toContainer in interface TsonElementpublic TsonArray toArray()
toArray in interface TsonElementpublic TsonObject toObject()
toObject in interface TsonElementpublic TsonUplet toUplet()
toUplet in interface TsonElementCopyright © 2025 vpc open source initiative. All rights reserved.