Class LLJava.AbstractIntVType

All Implemented Interfaces:
Formattable, Cloneable
Direct Known Subclasses:
LLJava.BooleanVType, LLJava.ByteVType, LLJava.CharVType, LLJava.IntVType, LLJava.ShortVType
Enclosing class:
LLJava

public abstract static class LLJava.AbstractIntVType extends LLJava.Category1VType
Common superclass for all machine word types. All subclasses of this class represent equivalent machine word types, i.e. their instances are all subtypes of each other. They differ only with respect to the implied field descriptor.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":962.1-963.9, see this pretty print.)
  • Constructor Details

    • AbstractIntVType

      public AbstractIntVType()
      Synthetic minimal constructor provided by the umod compiler.
      Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
      (All object fields are set to their default values.)
  • Method Details