Package ghidra.pcode.emu.jit.gen.util
Interface Types.TCat2
- All Superinterfaces:
Types.BNonVoid,Types.BType,Types.SNonVoid,Types.SType
- All Known Implementing Classes:
Types.TDouble,Types.TLong
- Enclosing interface:
Types
Category 2 types as defined by the JVM specification
This includes long and double.
-
Method Summary
Modifier and TypeMethodDescriptiondefault intslots()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, typeMethods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.SType
cls
-
Method Details
-
slots
default int slots()Description copied from interface:Types.BNonVoidReturns the number of slots (stack entries or local indices) taken by this type.- Specified by:
slotsin interfaceTypes.BNonVoid- Returns:
- the number of slots (stack entries or local indices) taken by this type
-