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, unaryPlusunsupportedpublic final String name
public IdentifierModel(CodeBuilder builder, String name, VariableScope scope)
public void render(CodeWriter writer)
Copyright © 2017. All rights reserved.