Interface Types.SNonVoid

All Superinterfaces:
Types.SType
All Known Subinterfaces:
Types.BNonVoid, Types.BPrim<A>, Types.SPrim<A>, Types.TCat1, Types.TCat2
All Known Implementing Classes:
Types.TBool, Types.TByte, Types.TChar, Types.TDouble, Types.TFloat, Types.TInt, Types.TLong, Types.TRef, Types.TShort
Enclosing interface:
Types

public static interface Types.SNonVoid extends Types.SType
Types that may be ascribed to a variable in Java source

This is essentially "all types except void" as far as Java is concerned.