org.eclipse.jdt.internal.compiler.classfmt
类 FieldInfoWithAnnotation
java.lang.Object
org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.FieldInfo
org.eclipse.jdt.internal.compiler.classfmt.FieldInfoWithAnnotation
- 所有已实现的接口:
- Comparable, IBinaryField, IGenericField
public final class FieldInfoWithAnnotation
- extends FieldInfo
| 从类 org.eclipse.jdt.internal.compiler.classfmt.FieldInfo 继承的方法 |
compareTo, createField, equals, getConstant, getGenericSignature, getModifiers, getName, getTagBits, getTypeName, getWrappedConstantValue, hasConstant, hashCode, isSynthetic, sizeInBytes, throwFormatException, toStringContent |
getAnnotations
public IBinaryAnnotation[] getAnnotations()
- 从接口
IBinaryField 复制的描述
- Answer the runtime visible and invisible annotations for this field or null if none.
- 指定者:
- 接口
IBinaryField 中的 getAnnotations - 覆盖:
- 类
FieldInfo 中的 getAnnotations
- 返回:
- the annotations or null if there is none.
initialize
protected void initialize()
- 从类
FieldInfo 复制的描述
- This method is used to fully initialize the contents of the receiver. All methodinfos, fields infos
will be therefore fully initialized and we can get rid of the bytes.
- 覆盖:
- 类
FieldInfo 中的 initialize
reset
protected void reset()
- 覆盖:
- 类
ClassFileStruct 中的 reset
toString
public String toString()
- 覆盖:
- 类
FieldInfo 中的 toString
Copyright © 2013. All Rights Reserved.