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.
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
(This definition has been created by UMod
from the source at SYSTEM "LLJava.umod":181.1-192.16, see this pretty
print.)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
LLJava.Type
in the Field
type
.
- See Also:
-
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
(nevernull
)
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
(maybenull
)
Its value defaults tonull
.
-
-
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.- Returns:
- The current field value of type
LLJava.TypeExpr
(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":186.9-83, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLLJava.TypeExpr
(nevernull
)- 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.- Returns:
- The current field value of type
LLJava.Literal
(maybenull
) - See Also:
-
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
(maybenull
)- 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
.
-