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 继承的字段
accessFlags, attributeBytes, constant, descriptor, name, signature, signatureUtf8Offset, tagBits, wrappedConstantValue
 
方法摘要
 IBinaryAnnotation[] getAnnotations()
          Answer the runtime visible and invisible annotations for this field or null if none.
protected  void initialize()
          This method is used to fully initialize the contents of the receiver.
protected  void reset()
           
 String toString()
           
 
从类 org.eclipse.jdt.internal.compiler.classfmt.FieldInfo 继承的方法
compareTo, createField, equals, getConstant, getGenericSignature, getModifiers, getName, getTagBits, getTypeName, getWrappedConstantValue, hasConstant, hashCode, isSynthetic, sizeInBytes, throwFormatException, toStringContent
 
从类 org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct 继承的方法
doubleAt, floatAt, i4At, i8At, u1At, u2At, u4At, utf8At
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

方法详细信息

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.