java.lang.Object
com.thoughtworks.qdox.model.expression.FieldRef
所有已实现的接口:
AnnotationValue, Expression

public class FieldRef extends Object implements AnnotationValue
  • 构造器详细资料

    • FieldRef

      public FieldRef(String name)
      参数:
      name - the field name, not null
    • FieldRef

      public FieldRef(String name, TypeResolver typeResolver)
      create with the name and the TypeResolver object of the declaring class
      参数:
      name - the field name of the declaring class or any other class, not null
      typeResolver -
  • 方法详细资料