Class FormalParameter

All Implemented Interfaces:
ASTNode

public class FormalParameter extends LocalVariable
A parameter to a method.
Version:
1.0
  • Field Details

  • Constructor Details

  • Method Details

    • getAnnotationCount

      public int getAnnotationCount()
    • toString

      public String toString()
      Overridden to return "getType() getName()".
      Overrides:
      toString in class AbstractASTNode
      Returns:
      This parameter, as a string.