Interface Types.BNonVoid

All Superinterfaces:
Types.BType, Types.SNonVoid, Types.SType
All Known Subinterfaces:
Types.BPrim<A>, Types.TCat1, Types.TCat2
All Known Implementing Classes:
Types.TDouble, Types.TFloat, Types.TInt, Types.TLong, Types.TRef
Enclosing interface:
Types

public static interface Types.BNonVoid extends Types.BType, Types.SNonVoid
The types that may be ascribed to local variables in JVM bytecode
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      int slots()
      Returns the number of slots (stack entries or local indices) taken by this type.
      Returns:
      the number of slots (stack entries or local indices) taken by this type