xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | 静态包属性
JsonNode类 参考

Public 成员函数

静态 Public 成员函数

静态包属性

详细描述

在文件 BuiltinObjects.x838 行定义.

成员函数说明

◆ child()

JsonNode child ( )

◆ clone()

JsonNode clone ( )

◆ equals()

bool equals ( JsonNode  )

◆ finalize()

void finalize ( )

◆ From()

static final JsonNode From ( String  )
static

◆ getName()

String getName ( )

◆ getType()

final int getType ( )

◆ isArray()

bool isArray ( )

◆ next()

JsonNode next ( )

◆ prev()

JsonNode prev ( )

◆ toString()

String toString ( bool  )

结构体成员变量说明

◆ JSONTYPE_ARRAY

const int JSONTYPE_ARRAY
staticpackage

在文件 BuiltinObjects.x843 行定义.

◆ JSONTYPE_BOOL

const int JSONTYPE_BOOL
staticpackage

在文件 BuiltinObjects.x839 行定义.

◆ JSONTYPE_NULL

const int JSONTYPE_NULL
staticpackage

在文件 BuiltinObjects.x840 行定义.

◆ JSONTYPE_NUMBER

const int JSONTYPE_NUMBER
staticpackage

在文件 BuiltinObjects.x841 行定义.

◆ JSONTYPE_OBJECT

const int JSONTYPE_OBJECT
staticpackage

在文件 BuiltinObjects.x844 行定义.

◆ JSONTYPE_STRING

const int JSONTYPE_STRING
staticpackage

在文件 BuiltinObjects.x842 行定义.