public class StringLiteralModel extends ExpressionModel
builder
Constructor and Description |
---|
StringLiteralModel(CodeBuilder builder,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
boolean |
isStringDecl() |
void |
render(CodeWriter writer) |
as, onField, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlus
unsupported
public StringLiteralModel(CodeBuilder builder, String value)
public boolean isStringDecl()
public String getValue()
public void render(CodeWriter writer)
Copyright © 2018. All rights reserved.