| Constructor and Description |
|---|
MLArrayQuery(String queryString) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent(MLArray array,
int m,
int n)
Returns the content of the field/cell/object.
|
static Object |
q(MLArray array,
String query) |
Object |
query(MLArray array)
Parses the query string and returns the object it refers to.
|
public MLArrayQuery(String queryString)
public static Object q(MLArray array, String query)
array - arrayquery - querypublic Object query(MLArray array)
array - source MLArraypublic Object getContent(MLArray array, int m, int n)
array - the parent structure/cellm - column or -1n - row or -1MLArray, if n is -1, returns
content under index m, if both m and n are not-negative, returns
content of (m,n)Copyright © 2018. All rights reserved.