public class AnnotationParser.FieldInfo extends Object
Constructor and Description |
---|
AnnotationParser.FieldInfo(AnnotationParser.ClassInfo classInfo,
String fieldName,
int access,
String fieldType,
String signature,
Object value) |
Modifier and Type | Method and Description |
---|---|
int |
getAccess() |
AnnotationParser.ClassInfo |
getClassInfo() |
String |
getFieldName() |
String |
getFieldType() |
String |
getSignature() |
Object |
getValue() |
public AnnotationParser.FieldInfo(AnnotationParser.ClassInfo classInfo, String fieldName, int access, String fieldType, String signature, Object value)
public AnnotationParser.ClassInfo getClassInfo()
public String getFieldName()
public int getAccess()
public String getFieldType()
public String getSignature()
public Object getValue()
Copyright © 1995-2015 Webtide. All Rights Reserved.