Interface Types.SType

All Known Subinterfaces:
Types.BNonVoid, Types.BPrim<A>, Types.BType, Types.SNonVoid, Types.SPrim<A>, Types.TCat1, Types.TCat2
All Known Implementing Classes:
Types.TBool, Types.TByte, Types.TChar, Types.TDouble, Types.TFloat, Types.TInt, Types.TLong, Types.TRef, Types.TShort, Types.TVoid
Enclosing interface:
Types

public static interface Types.SType
Types that may be returned by a method in Java source

This is essentially "all types including void" as far as Java is concerned.

  • Method Summary

    Modifier and Type
    Method
    Description
    cls()
    Get the Java class to describe this type
    org.objectweb.asm.Type
    Get the ASM type for this type
  • Method Details

    • type

      org.objectweb.asm.Type type()
      Get the ASM type for this type
      Returns:
      the type
    • cls

      Class<?> cls()
      Get the Java class to describe this type

      For generated types, this may instead be a suitable super type.

      Returns:
      the class