Package ghidra.pcode.emu.jit.gen.util
Interface Types.BPrim<A>
- Type Parameters:
A- the array type for which this primitive is the element type
- All Superinterfaces:
Types.BNonVoid,Types.BType,Types.SNonVoid,Types.SPrim<A>,Types.SType
- All Known Implementing Classes:
Types.TDouble,Types.TFloat,Types.TInt,Types.TLong
- Enclosing interface:
Types
The primitive types that may be ascribed to local variables in JVM bytecode
This includes only int, float, long, and double.
-
Method Summary
Modifier and TypeMethodDescriptionintt()The type id, as inMethodVisitor.visitIntInsn(int, int)forOpcodes.NEWARRAY, e.g.,Opcodes.T_INT.Methods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.BNonVoid
slotsMethods 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
-
t
int t()Description copied from interface:Types.SPrimThe type id, as inMethodVisitor.visitIntInsn(int, int)forOpcodes.NEWARRAY, e.g.,Opcodes.T_INT.- Specified by:
tin interfaceTypes.SPrim<A>- Returns:
- the type id
-