Package com.oracle.truffle.api.utilities
Class JSONHelper.JSONStringBuilder
- java.lang.Object
-
- com.oracle.truffle.api.utilities.JSONHelper.JSONStringBuilder
-
- Direct Known Subclasses:
JSONHelper.JSONArrayBuilder
,JSONHelper.JSONObjectBuilder
- Enclosing class:
- JSONHelper
public abstract static class JSONHelper.JSONStringBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JSONStringBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
appendTo(java.lang.StringBuilder sb)
protected static void
appendValue(java.lang.StringBuilder sb, java.lang.Object value)
java.lang.String
toString()
-