Class FieldDef

java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.FieldDef

public class FieldDef extends LocatedDef
  • Field Details

    • name

      public String name
    • type

      public TypeDef type
    • modifiers

      public Set modifiers
    • dimensions

      public int dimensions
    • isVarArgs

      public boolean isVarArgs
    • body

      public String body
  • Constructor Details

    • FieldDef

      public FieldDef()
  • Method Details