public class LazyVarModel extends LazyElementModel implements VarModel
| Constructor and Description |
|---|
LazyVarModel(Supplier<List<AnnotationModel>> annotationSupplier,
boolean isStatic,
boolean isPublic,
TypeModel type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
TypeModel |
type() |
annotations, isPublic, isStatic, metadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, isPublic, isStatic, metadatapublic LazyVarModel(Supplier<List<AnnotationModel>> annotationSupplier, boolean isStatic, boolean isPublic, TypeModel type, String name)
Copyright © 2019. All rights reserved.