public class ImaJson.Entry
extends Object
Modifier and Type | Field and Description |
---|---|
int |
count
The count of items in an array, or the value of an integer entry
|
int |
level
The level in the document tree
|
int |
line
The line number from the start of the source (first line = 1)
|
String |
name
The name of the entry.
|
ImaJson.JObject |
objtype
The type of the object
|
String |
value
The value
|
Constructor and Description |
---|
Entry() |
public String name
public String value
public int count
public int level
public int line
public ImaJson.JObject objtype
Copyright © Contributors to the Eclipse Foundation 2014-2021