Package iota

Interface Defn

All Known Implementing Classes:
LocalVariableDefn, TypeNameDefn

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

    Modifier and Type
    Method
    Description
    The definition's type.
  • Method Details

    • type

      Type type()
      The definition's type.
      Returns:
      the definition's type.