
[ Class com.github.javaparser.ast.body.Parameter ]
  superclass: com.github.javaparser.ast.body.BaseParameter
  superclass: com.github.javaparser.ast.Node
  superclass: java.lang.Object
  interface: java.lang.Cloneable
  Line 43) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
  Line 44) setType(type) ==> void
  Line 48) modifiers ==> int
  Line 48) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
  Line 49) setType(type) ==> void
  Line 53) beginLine ==> int
  Line 53) beginColumn ==> int
  Line 53) endLine ==> int
  Line 53) endColumn ==> int
  Line 53) modifiers ==> int
  Line 53) annotations ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
  Line 53) id ==> com.github.javaparser.ast.body.VariableDeclaratorId
  Line 54) setType(type) ==> void
  Line 55) setVarArgs(isVarArgs) ==> void
  Line 60) v.visit(this, arg) ==> R
  Line 65) v.visit(this, arg) ==> void
  Line 69) type ==> com.github.javaparser.ast.type.Type
  Line 73) isVarArgs ==> boolean
  Line 77) this.type = type ==> com.github.javaparser.ast.type.Type
  Line 78) setAsParentNodeOf(this.type) ==> void
  Line 82) this.isVarArgs = isVarArgs ==> boolean
