public class IdentifierModel extends ExpressionModel
Modifier and Type | Field and Description |
---|---|
String |
name |
builder
Constructor and Description |
---|
IdentifierModel(CodeBuilder builder,
String name,
VariableScope scope) |
Modifier and Type | Method and Description |
---|---|
void |
render(CodeWriter writer) |
as, onField, onInstanceOf, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlus
unsupported
public final String name
public IdentifierModel(CodeBuilder builder, String name, VariableScope scope)
public void render(CodeWriter writer)
Copyright © 2018. All rights reserved.