Class FormalParameter

java.lang.Object
org.jd.core.v1.model.javasyntax.declaration.FormalParameter
All Implemented Interfaces:
Iterable<FormalParameter>, BaseFormalParameter, Declaration, Base<FormalParameter>
Direct Known Subclasses:
ClassFileFormalParameter

public class FormalParameter extends Object implements BaseFormalParameter
  • Field Details

    • annotationReferences

      protected BaseAnnotationReference annotationReferences
    • fina1

      protected boolean fina1
    • type

      protected Type type
    • varargs

      protected boolean varargs
    • name

      protected String name
  • Constructor Details

  • Method Details

    • getAnnotationReferences

      public BaseAnnotationReference getAnnotationReferences()
    • isFinal

      public boolean isFinal()
    • setFinal

      public void setFinal(boolean fina1)
    • getType

      public Type getType()
    • isVarargs

      public boolean isVarargs()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • accept

      public void accept(DeclarationVisitor visitor)
      Specified by:
      accept in interface Declaration
    • toString

      public String toString()
      Overrides:
      toString in class Object