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
The types that may be ascribed to local variables in JVM bytecode
-
Method Summary
Modifier and TypeMethodDescriptionintslots()Returns the number of slots (stack entries or local indices) taken by this type.Methods inherited from interface Types.BType
internalName, typeMethods inherited from interface 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
-