Interface Types.TCat2

All Superinterfaces:
Types.BNonVoid, Types.BType, Types.SNonVoid, Types.SType
All Known Implementing Classes:
Types.TDouble, Types.TLong
Enclosing interface:
Types

public static interface Types.TCat2 extends Types.BNonVoid
Category 2 types as defined by the JVM specification

This includes long and double.

  • Method Summary

    Modifier and Type
    Method
    Description
    default int
    Returns the number of slots (stack entries or local indices) taken by this type.

    Methods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.BType

    internalName, type

    Methods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.SType

    cls
  • Method Details

    • slots

      default int slots()
      Description copied from interface: Types.BNonVoid
      Returns the number of slots (stack entries or local indices) taken by this type.
      Specified by:
      slots in interface Types.BNonVoid
      Returns:
      the number of slots (stack entries or local indices) taken by this type