Package eu.bandm.tools.lljava.absy
Class LLJava.AbstractIntVType
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.VType
eu.bandm.tools.lljava.absy.LLJava.Category1VType
eu.bandm.tools.lljava.absy.LLJava.AbstractIntVType
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
LLJava.BooleanVType
,LLJava.ByteVType
,LLJava.CharVType
,LLJava.IntVType
,LLJava.ShortVType
- Enclosing class:
- LLJava
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 Summary
ConstructorDescriptionSynthetic minimal constructor provided by the umod compiler. -
Method Summary
-
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
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.Category1VType
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.Category1VType
- Returns:
- a format that represents this object in a pretty-printable way
-
isPrimitive
public boolean isPrimitive()- Overrides:
isPrimitive
in classLLJava.VType
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFrom
in classLLJava.Category1VType
-