public static class LLJava.DimensionExpr extends LLJava.Node
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<LLJava.Annotation> |
annotations
Generated by umod; model author's documentation MISSING.
|
protected boolean |
specified
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
DimensionExpr(boolean specified)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_annotations(LLJava.MATCH_ONLY_00 visitor) |
LLJava.DimensionExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<LLJava.Annotation> |
get_annotations()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.DimensionExpr> |
get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
get_specified()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.DimensionExpr> |
get_specified(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.DimensionExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_specified(boolean val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected boolean specified
get_specified(),
set_specified(boolean)protected CheckedList<LLJava.Annotation> annotations
CheckedList<LLJava.Annotation(never
null)>(never null)public DimensionExpr(boolean specified)
specified - is copied to field specifiedpublic LLJava.DimensionExpr doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic static String getFormatHint()
annotations[ , ,
/]'['specified{$java 'FormatUtils.dimension'}']' public Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.DimensionExpr initFrom(Object o0)
initFrom in class LLJava.Nodepublic boolean get_specified()
public boolean set_specified(boolean val)
val - the new value of type boolean(never null)specifiedpublic CheckedList<LLJava.Annotation> get_annotations()
CheckedList<LLJava.Annotation(never
null)>(never null)public boolean set_annotations(CheckedList<LLJava.Annotation> val)
val - the new value of type CheckedList<LLJava.Annotation(never
null)>(never null)annotationspublic void descend_annotations(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.DimensionExpr> get_specified(Pattern<? super Boolean> p)
LLJava.__Patterns.public static Pattern<LLJava.DimensionExpr> get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
LLJava.__Patterns.see also the complete user documentation .