Class RenderingUtil
java.lang.Object
org.teavm.backend.javascript.rendering.RenderingUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendLongConstant(SourceWriter writer, long value) static StringescapeName(String name) static StringescapeString(String str) static StringindexToId(int index) static Stringstatic booleanisSmallInteger(Expr expr) static voidtypeToClsString(SourceWriter writer, ValueType type) static voidwriteString(SourceWriter writer, String s)
-
Field Details
-
KEYWORDS
-
VARIABLE_START_CHARS
- See Also:
-
VARIABLE_PART_CHARS
- See Also:
-
-
Method Details
-
escapeName
-
writeString
-
escapeString
-
indexToId
-
indexToId
-
isSmallInteger
-
typeToClsString
-
appendLongConstant
-