Package jminusminus

Interface IDefn

All Known Implementing Classes:
LocalVariableDefn, TypeNameDefn

interface IDefn
The IDefn type is used to implement definitions of things (local variables, formal arguments, types) that are named in some context (aka scope).
  • Method Summary

    Modifier and Type
    Method
    Description
    The (local variable, formal parameter, or local or imported name) definition's type.
  • Method Details

    • type

      Type type()
      The (local variable, formal parameter, or local or imported name) definition's type.
      Returns:
      the definition's type.