|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.javascript.jscomp.jsonml.JsonMLUtil
public class JsonMLUtil
JsonMLUtil contains utilities for the JsonML object.
| Constructor Summary | |
|---|---|
JsonMLUtil()
|
|
| Method Summary | |
|---|---|
static String |
compare(JsonML tree1,
JsonML tree2)
Compares two specified JsonML trees. |
static boolean |
isExpression(JsonML element)
Checks if the specified JsonML element represents an expression. |
static JsonML |
parseString(String jsonml)
Parses JSON string which contains serialized JsonML content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonMLUtil()
| Method Detail |
|---|
public static boolean isExpression(JsonML element)
public static JsonML parseString(String jsonml)
throws Exception
jsonml - string representation of JsonML
Exception
public static String compare(JsonML tree1,
JsonML tree2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||