Package eu.bandm.tools.lljava.absy
Class LLJava.Field
java.lang.Object
eu.bandm.tools.lljava.absy.LLJava.Node
eu.bandm.tools.lljava.absy.LLJava.Modifiable
eu.bandm.tools.lljava.absy.LLJava.Attributable
eu.bandm.tools.lljava.absy.LLJava.Member
eu.bandm.tools.lljava.absy.LLJava.Field
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- LLJava
Definition of a field.
- See Also:
-
- ยง4.5
Reflects the data from the "field_info structure", as defined in [JVM] Section 4.5. Please note that the "field descriptor", giving the type of the field in a textual code, as defined in [JVM] Section 4.3.2, is stored as an instance of Type in the Field #type.
- ยง4.5
-
Field Summary
Modifier and TypeFieldDescriptionprotected LLJava.Literal
Generated by umod; model author's documentation MISSING.protected LLJava.TypeExpr
Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Member
descriptorEntry, name, nameEntry, signatureEntry
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Attributable
attrs
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Modifiable
annotations, modifiers
Fields inherited from class eu.bandm.tools.lljava.absy.LLJava.Node
location
-
Constructor Summary
ConstructorDescriptionField
(LLJava.TypeExpr type, LLJava.Id name) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Field
(LLJava.TypeExpr type, LLJava.Id name, LLJava.Literal initializer) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.format()
Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Field>
get_initializer
(Pattern<? super LLJava.Literal> p) Lifts a pattern which matches the field value to one which matches this whole object.get_type()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Field>
get_type
(Pattern<? super LLJava.TypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.boolean
Generated by umod; model author's documentation MISSING.boolean
set_type
(LLJava.TypeExpr val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Member
get_descriptorEntry, get_descriptorEntry, get_name, get_name, get_nameEntry, get_nameEntry, get_signatureEntry, get_signatureEntry, set_descriptorEntry, set_name, set_nameEntry, set_signatureEntry
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Attributable
descend_attrs, get_attrs, get_attrs, set_attrs
Methods inherited from class eu.bandm.tools.lljava.absy.LLJava.Modifiable
descend_annotations, descend_modifiers, get_annotations, get_annotations, get_modifiers, get_modifiers, set_annotations, set_modifiers
Methods 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":186.9-83, see this pretty print.)
The type of this field isLLJava.TypeExpr
(never null)
It is set by every possible constructor. -
initializer
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":188.9-83, see this pretty print.)
The type of this field isLLJava.Literal
(maybe null)
Its value defaults to null.
-
-
Constructor Details
-
Field
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
type
- is copied to fieldtype
name
- is copied to fieldLLJava.Member.name
-
Field
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".- Parameters:
type
- is copied to fieldtype
name
- is copied to fieldLLJava.Member.name
initializer
- is copied to fieldinitializer
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classLLJava.Member
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
annotations[, , /]modifiers{$java 'FormatUtils.modifier'}[, , /],type name( '=' initializer?)';'
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:
format
in interfaceFormattable
- Overrides:
format
in classLLJava.Member
- 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:
initFrom
in classLLJava.Member
-
get_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":186.9-83, see this pretty print.)
Generated getter method. @see #type- Returns:
- The current field value of type
LLJava.TypeExpr
(never null)
-
set_type
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":186.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.TypeExpr
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_initializer
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":188.9-83, see this pretty print.)
Generated getter method. @see #initializer- Returns:
- The current field value of type
LLJava.Literal
(maybe null)
-
set_initializer
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":188.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.Literal
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_type
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
. -
get_initializer
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classLLJava.__Patterns
.
-