Class ParameterDeclaration

java.lang.Object
io.codemodder.ast.ParameterDeclaration
All Implemented Interfaces:
LocalDeclaration

public class ParameterDeclaration extends Object implements LocalDeclaration
Represents the declaration of a parameter in a method, constructor, lambda expression, and catch clause.
  • Constructor Details

    • ParameterDeclaration

      public ParameterDeclaration(com.github.javaparser.ast.body.Parameter parameter)
  • Method Details