|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dslplatform.json.processor.Analysis.AccessElements
public static class Analysis.AccessElements
| Field Summary | |
|---|---|
AnnotationMirror |
annotation
|
VariableElement |
arg
|
VariableElement |
field
|
ExecutableElement |
read
|
ExecutableElement |
write
|
| Method Summary | |
|---|---|
static Analysis.AccessElements |
field(VariableElement field,
VariableElement arg,
AnnotationMirror annotation)
|
static Analysis.AccessElements |
readOnly(ExecutableElement read,
VariableElement arg,
AnnotationMirror annotation)
|
static Analysis.AccessElements |
readOnly(VariableElement field,
ExecutableElement write,
AnnotationMirror annotation)
|
static Analysis.AccessElements |
readWrite(ExecutableElement read,
ExecutableElement write,
AnnotationMirror annotation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final ExecutableElement read
public final ExecutableElement write
public final VariableElement field
public final VariableElement arg
public final AnnotationMirror annotation
| Method Detail |
|---|
public static Analysis.AccessElements readWrite(ExecutableElement read,
ExecutableElement write,
@Nullable
AnnotationMirror annotation)
public static Analysis.AccessElements field(VariableElement field,
VariableElement arg,
@Nullable
AnnotationMirror annotation)
public static Analysis.AccessElements readOnly(ExecutableElement read,
VariableElement arg,
@Nullable
AnnotationMirror annotation)
public static Analysis.AccessElements readOnly(VariableElement field,
ExecutableElement write,
@Nullable
AnnotationMirror annotation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||