public class VarModelImpl extends ElementModelImpl implements VarModel
| Constructor and Description |
|---|
VarModelImpl(ModifiersModel modifiers,
TypeModel type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
initializer() |
VarModel |
initializer(String initializer) |
String |
name() |
String |
toString() |
TypeModel |
type() |
annotations, metadata, modifiersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitannotations, metadata, modifierspublic VarModelImpl(ModifiersModel modifiers, TypeModel type, String name)
public String initializer()
initializer in interface VarModelpublic VarModel initializer(String initializer)
initializer in interface VarModelCopyright © 2020. All rights reserved.