Interface Typed

All Known Subinterfaces:
AbstractMethodCreator, AnonymousClassCreator, Assignable, BlockCreator, ClassCreator, ClassMethodDesc, Const, ConstructorCreator, ConstructorDesc, ExecutableCreator, Expr, FieldCreator, FieldDesc, FieldVar, GenericTyped, InstanceExecutableCreator, InstanceFieldCreator, InstanceFieldVar, InstanceMethodCreator, InterfaceCreator, InterfaceMethodDesc, LocalVar, MemberCreator, MemberDesc, MethodCreator, MethodDesc, MethodTyped, ParamCreator, ParamVar, SimpleTyped, StaticExecutableCreator, StaticFieldCreator, StaticFieldVar, StaticMethodCreator, SwitchCreator, This, TypeCreator, Var
All Known Implementing Classes:
TypeParameter, TypeParameter.OfConstructor, TypeParameter.OfMethod, TypeParameter.OfType

public sealed interface Typed permits MethodTyped, SimpleTyped, MemberCreator, MemberDesc
A thing which has a type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of this entity (not null).
  • Method Details

    • type

      ConstantDesc type()
      Returns the type of this entity (not null).
      Returns:
      the type of this entity (not null)