Interface Types.TCat1

All Superinterfaces:
Types.BNonVoid, Types.BType, Types.SNonVoid, Types.SType
All Known Implementing Classes:
Types.TFloat, Types.TInt, Types.TRef
Enclosing interface:
Types

public static interface Types.TCat1 extends Types.BNonVoid
Category 1 types as defined by the JVM specification

This includes reference types, int, and float.

  • 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