Class MethodDef

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

public class MethodDef extends LocatedDef
  • Field Details

    • name

      public String name
    • typeParams

      public List typeParams
    • returnType

      public TypeDef returnType
    • modifiers

      public Set modifiers
    • params

      public List params
    • exceptions

      public Set exceptions
    • constructor

      public boolean constructor
    • dimensions

      public int dimensions
    • body

      public String body
  • Constructor Details

    • MethodDef

      public MethodDef()
  • Method Details