Uses of Class
com.squareup.javawriter.StringLiteral
-
-
Uses of StringLiteral in com.squareup.javawriter
Methods in com.squareup.javawriter that return StringLiteral Modifier and Type Method Description static StringLiteral
StringLiteral. forValue(java.lang.String value)
Returns a newStringLiteral
instance for the intended value of the literal.
-