Class | Description |
---|---|
eveUtils |
This class provides several handy methods for the Eve VM.
|
JsonUtils |
Class that provides utility methods for working with org.json.JSONObject
A pointer to get a target object from inside a JSONObject looks like this: "/library/shelves/0/books/2/pages" This would get the number of pages of the 3rd book in the first shelf of the library A pointer "" would return the JSONObject itself The index of elements of a JSONArray (e.g. books) starts with 0 (zero) (see RFC 6901) |
taLog | |
taUtils |
This class provides several handy methods for the Eve VM.
|
taVector |
This class extends eve.util.mVector
A taVector containing Strings can be loaded from a text file and also be saved to a text file. |