Package eu.bandm.tools.lljava.absy
Class LLJava.Instanceof
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.Statement
eu.bandm.tools.lljava.absy.LLJava.Instruction
eu.bandm.tools.lljava.absy.LLJava.TypeInstruction
eu.bandm.tools.lljava.absy.LLJava.Instanceof
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
LLJava
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-08-17_22h53m35")
public static class LLJava.Instanceof
extends LLJava.TypeInstruction
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":601.1-603.16, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":601.1-603.16, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LLJava.ReferenceTypeExprGenerated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeInstruction
entryFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
post, preFields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location -
Constructor Summary
ConstructorsConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()Clones this object.format()Delivers a format object for pretty-printing, as specified in the umod source.get_type()Generated by umod; model author's documentation MISSING.static StringDelivers the format specification from the umod source.Copies values of all common fields from the argument.booleanset_type(LLJava.TypeExpr val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.TypeInstruction
get_entry, get_entry, get_type, set_entryMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Instruction
get_post, get_post, get_pre, get_pre, set_post, set_preMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Statement
toStringMethods inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
get_location, get_location, set_location
-
Field Details
-
type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":602.9-55, see this pretty print.)
The type of this field isLLJava.ReferenceTypeExpr(nevernull)
It is set by every possible constructor.- See Also:
-
-
Constructor Details
-
Instanceof
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
type- is copied to fieldtype
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneableis known to be implemented.- Overrides:
doclonein classLLJava.TypeInstruction- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'instanceof' type
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
formatin interfaceFormattable- Overrides:
formatin classLLJava.TypeInstruction- Returns:
- a format that represents this object in a pretty-printable way
-
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:
initFromin classLLJava.TypeInstruction
-
get_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":602.9-55, see this pretty print.)
Generated getter method.- Overrides:
get_typein classLLJava.TypeInstruction- Returns:
- The current field value of type
LLJava.ReferenceTypeExpr(nevernull) - See Also:
-
set_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":602.9-55, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeLLJava.ReferenceTypeExpr(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-