Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.d2d2.model |
Umod main model class: This is the internal
model for the d2d text type definitions.
|
eu.bandm.tools.d2d2.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
eu.bandm.tools.doctypes.xhtml |
Created by bandm/metatools/tdom on 2022-06-25T16:43:34
|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.dtm |
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
|
eu.bandm.tools.lablog.xml |
Meaning: Created from d2d definition module
lablog$expanded at
2022-07-01_07h58m33.
|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.parser | |
eu.bandm.tools.muli.tdom |
Meaning: Source format for multi lingual
support.
|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
eu.bandm.tools.umod |
Compiler for data models, from a concise mathematical oriented language into
Java.
|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<Expression> |
UMod2Def.fieldRefs |
protected CheckedList<Expression> |
Text2Udom.Starter.skipped_backend_elements |
Modifier and Type | Method and Description |
---|---|
protected CheckedList<DTD.CP> |
Def2Dtd.translatesubs(Collection<Expression> subs) |
Modifier and Type | Method and Description |
---|---|
protected void |
Text2Udom.addRestPerm(State_perm permstate,
CheckedList<Expression> misslist)
Add obligate members of a "perm" expression to the term which
describes the missing input.
|
protected Element_block_content[] |
Def2Doc3.f_renderDocu(CheckedList<LocString> in,
String docu_ident) |
protected String |
Def2Doc.joinAllDocStrings(CheckedList<LocString> list) |
static String |
Def2Doc3.joinAllDocStrings(CheckedList<LocString> list) |
protected Alt |
XsltSpecialized.makealt(CheckedList<Expression> subs) |
protected Alt |
Text2Udom.makealt(CheckedList<Expression> subs) |
protected void |
Def2Dtd.makeSeq(CheckedList<Expression> on) |
protected void |
Def2Xslt3.output(CheckedList<LocString> docu) |
protected void |
Def2Xslt.output(CheckedList<LocString> docu) |
protected void |
Text2Udom.report_assumed_xslt_output(State_singleton ss,
CheckedList<Expression> misslist)
Is called when an target-language open/close tag has been found after
an xslt template call, to report the necessary expansion.
|
protected void |
Text2Udom.report_missing_elements(boolean isOpen,
String tag,
boolean frameFound,
CheckedList<Expression> misslist,
List<SimpleMessage<String>> messlist,
Location<String> closeTagDefLoc)
this proc can be called from
Text2Udom.process_open_tag(String, boolean) or
Text2Udom.process_close_tag(String, boolean) .Basically, there are two classes of error recovery: framefound = false ==> the tag is NOT KNOWN, then discard all input up to the next tag and try again. |
Expression |
CharParserPrepare.ReduceToCardinalities.translate(CheckedList<Expression> ins) |
Modifier and Type | Method and Description |
---|---|
protected Element_block_content[] |
Def2Doc.f_renderDocu(Location<XMLDocumentIdentifier> location,
String docIdent,
CheckedMap_RD<String,CheckedList<LocString>> map)
Convert the docu text for the item (according to the value of
targetcode) from d2d source into xhtml.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<NamespaceDecl> |
Module.namespaces
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Perm.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Alt.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
Seq.on
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<String> |
Enumeration.sourceOrder
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<String,CheckedList<LocString>> |
SourceItem.docu
Generated by umod; model author's documentation MISSING.
|
static Function<SourceItem,CheckedMap_RD<String,CheckedList<LocString>>> |
SourceItem.get_docu
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>>> |
Enumeration.get_itemDocu
Deprecated.
Use new '::' method reference instead.
|
static Function<Module,CheckedList<NamespaceDecl>> |
Module.get_namespaces
Deprecated.
Use new '::' method reference instead.
|
static Function<Perm,CheckedList<Expression>> |
Perm.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Alt,CheckedList<Expression>> |
Alt.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Seq,CheckedList<Expression>> |
Seq.get_on
Deprecated.
Use new '::' method reference instead.
|
static Function<Enumeration,CheckedList<String>> |
Enumeration.get_sourceOrder
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.itemDocu
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<NamespaceDecl> |
Module.get_namespaces()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Perm.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Alt.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Expression> |
Seq.get_on()
Generated by umod; model author's documentation MISSING.
|
CheckedList<String> |
Enumeration.get_sourceOrder()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedList<LocString>> |
SourceItem.get_docu()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> |
Enumeration.get_itemDocu()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceItem.put_docu(String key0,
CheckedList<LocString> value)
Convenience un-Currying method.
|
void |
Enumeration.put_itemDocu(int key0,
String key1,
CheckedList<LocString> value)
Convenience un-Currying method.
|
boolean |
Module.set_namespaces(CheckedList<NamespaceDecl> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Enumeration.set_sourceOrder(CheckedList<String> val)
Generated by umod; model author's documentation MISSING.
|
Perm |
Perm.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Alt |
Alt.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Seq |
Seq.with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
Enumeration.put_itemDocu(int key0,
CheckedMap_RD<String,CheckedList<LocString>> value)
Convenience un-Currying method.
|
boolean |
SourceItem.set_docu(CheckedMap_RD<String,CheckedList<LocString>> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Enumeration.set_itemDocu(CheckedMap_RD<Integer,CheckedMap_RD<String,CheckedList<LocString>>> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
Alt(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Perm(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Seq(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on,
boolean istight)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<Udom> |
ResultContainer.sequ
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<ResultContainer,CheckedList<Udom>> |
ResultContainer.get_sequ
Deprecated.
Use new '::' method reference instead.
|
static Function<AdditionalDocs,CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>>> |
AdditionalDocs.get_text
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.text
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<Udom> |
ResultContainer.get_sequ()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> |
AdditionalDocs.get_text()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
AdditionalDocs.put_text(String key0,
String key1,
String key2,
CheckedList<LocString> value)
Convenience un-Currying method.
|
boolean |
ResultContainer.set_sequ(CheckedList<Udom> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
void |
AdditionalDocs.put_text(String key0,
CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>> value)
Convenience un-Currying method.
|
void |
AdditionalDocs.put_text(String key0,
String key1,
CheckedMap_RD<String,CheckedList<LocString>> value)
Convenience un-Currying method.
|
boolean |
AdditionalDocs.set_text(CheckedMap_RD<String,CheckedMap_RD<String,CheckedMap_RD<String,CheckedList<LocString>>>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<DTD.CP> |
DTD.Choice.alts
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTD.AttDef> |
DTD.Attlist.atts
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTD.CP> |
DTD.Seq.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTD.MarkupDecl> |
DTD.Dtd.markup
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<String> |
DTD.Mixed.names
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<String> |
DTD.Enumerated.tokens
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<DTD.CP> |
DTD.Choice.get_alts()
Generated by umod; model author's documentation MISSING.
|
CheckedList<DTD.AttDef> |
DTD.Attlist.get_atts()
Generated by umod; model author's documentation MISSING.
|
CheckedList<DTD.CP> |
DTD.Seq.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedList<DTD.MarkupDecl> |
DTD.Dtd.get_markup()
Generated by umod; model author's documentation MISSING.
|
CheckedList<String> |
DTD.Mixed.get_names()
Generated by umod; model author's documentation MISSING.
|
CheckedList<String> |
DTD.Enumerated.get_tokens()
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<String> |
DTD.__SAX_Parser.parse_0() |
protected CheckedList<DTD.CP> |
DTD.__SAX_Parser.parse_1() |
protected CheckedList<DTD.CP> |
DTD.__SAX_Parser.parse_2() |
protected CheckedList<DTD.MarkupDecl> |
DTD.__SAX_Parser.parse_3() |
protected CheckedList<DTD.AttDef> |
DTD.__SAX_Parser.parse_5() |
protected CheckedList<String> |
DTD.__SAX_Parser.parse_6() |
Modifier and Type | Method and Description |
---|---|
boolean |
DTD.Attlist.set_atts(CheckedList<DTD.AttDef> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
DTD.Dtd.set_markup(CheckedList<DTD.MarkupDecl> val)
Generated by umod; model author's documentation MISSING.
|
DTD.Choice |
DTD.Choice.with_alts(CheckedList<DTD.CP> val)
Generated by umod; model author's documentation MISSING.
|
DTD.Seq |
DTD.Seq.with_elems(CheckedList<DTD.CP> val)
Generated by umod; model author's documentation MISSING.
|
DTD.Mixed |
DTD.Mixed.with_names(CheckedList<String> val)
Generated by umod; model author's documentation MISSING.
|
DTD.Enumerated |
DTD.Enumerated.with_tokens(CheckedList<String> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<DTD.Choice> |
DTD.Choice.get_alts(Pattern<? super CheckedList<DTD.CP>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Attlist> |
DTD.Attlist.get_atts(Pattern<? super CheckedList<DTD.AttDef>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Seq> |
DTD.Seq.get_elems(Pattern<? super CheckedList<DTD.CP>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Mixed> |
DTD.Mixed.get_names(Pattern<? super CheckedList<String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Enumerated> |
DTD.Enumerated.get_tokens(Pattern<? super CheckedList<String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Attlist> |
DTD.__Patterns.term_Attlist(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_element,
Pattern<? super CheckedList<DTD.AttDef>> p_atts) |
static Pattern<? super DTD.Choice> |
DTD.__Patterns.term_Choice(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_alts) |
static Pattern<? super DTD.Dtd> |
DTD.__Patterns.term_Dtd(Pattern<Object> superpattern,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super XMLDocumentIdentifier> p_documentId,
Pattern<? super DTD.TextDecl> p_textDecl,
Pattern<? super CheckedList<DTD.MarkupDecl>> p_markup,
Pattern<? super CheckedMultimap_RD<String,String>> p_entityUsage) |
static Pattern<? super DTD.Enumerated> |
DTD.__Patterns.term_Enumerated(Pattern<? super DTD.AttType> superpattern,
Pattern<? super CheckedList<String>> p_tokens) |
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
static Pattern<? super DTD.Seq> |
DTD.__Patterns.term_Seq(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_elems) |
Constructor and Description |
---|
Choice(CheckedList<DTD.CP> alts)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Choice(int modifier,
CheckedList<DTD.CP> alts)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Enumerated(CheckedList<String> tokens)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Mixed(CheckedList<String> names)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Seq(CheckedList<DTD.CP> elems)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Seq(int modifier,
CheckedList<DTD.CP> elems)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<DTM.CP> |
DTM.Choice.alts
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTM.CP> |
DTM.Sequence.elems
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
static Function<DTM.Choice,CheckedList<DTM.CP>> |
DTM.Choice.get_alts
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Sequence,CheckedList<DTM.CP>> |
DTM.Sequence.get_elems
Deprecated.
Use new '::' method reference instead.
|
static Function<DTM.Dtd,CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>>> |
DTM.Dtd.get_instructions
Deprecated.
Use new '::' method reference instead.
|
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.Dtd.instructions
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<DTM.CP> |
DTM.Choice.get_alts()
Generated by umod; model author's documentation MISSING.
|
CheckedList<DTM.CP> |
DTM.Sequence.get_elems()
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<DTM.ProcessingInstruction> |
DTM.__SAX_Parser.parse_0() |
protected CheckedList<DTM.CP> |
DTM.__SAX_Parser.parse_3() |
protected CheckedList<DTM.CP> |
DTM.__SAX_Parser.parse_4() |
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.Dtd.get_instructions()
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> |
DTM.__SAX_Parser.parse_1() |
Modifier and Type | Method and Description |
---|---|
void |
DTM.Dtd.put_instructions(String key0,
CheckedList<DTM.ProcessingInstruction> value)
Convenience un-Currying method.
|
DTM.Choice |
DTM.Choice.with_alts(CheckedList<DTM.CP> val)
Generated by umod; model author's documentation MISSING.
|
DTM.Sequence |
DTM.Sequence.with_elems(CheckedList<DTM.CP> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DTM.Dtd.set_instructions(CheckedMap_RD<String,CheckedList<DTM.ProcessingInstruction>> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
CheckedList<Element_a_th.Content> |
Element_a_th.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_loc.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_image_align.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_bold.Content> |
Element_a_bold.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_td.Content> |
Element_a_td.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_framename.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_p.Content> |
Element_a_p.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_scaps.Content> |
Element_a_scaps.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_refdate.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_footnotetext.Content> |
Element_a_footnotetext.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_listSymbol.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_xemph.Content> |
Element_a_xemph.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_ascii_lower.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_SRC.Content> |
Element_a_SRC.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_locus.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_all.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_pers.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_url.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_indexlo.Content> |
Element_a_indexlo.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_ulin.Content> |
Element_a_ulin.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_ppers.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_ital.Content> |
Element_a_ital.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_author.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_ascii_upper.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_path.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_blink.Content> |
Element_a_blink.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_key.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_costs.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_border.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_label.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_footnote.Content> |
Element_a_footnote.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_opus.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_tdCls.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_spanstyle.Content> |
Element_a_spanstyle.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_image_width.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_ascii_alpha.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_xlang.Content> |
Element_a_xlang.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_prior.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_name.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_larger.Content> |
Element_a_larger.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_popus.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_alpha.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_emph.Content> |
Element_a_emph.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_src.Content> |
Element_a_src.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_desc.Content> |
Element_desc.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_listContinues.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_verbatimXml.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_pkind.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_listitem.Content> |
Element_a_listitem.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_listStartnum.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_decimalDigit.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_whitespace.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_image_file.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_mode.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_date.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_reference.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_image_height.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_image_alt.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_text.Content> |
Element_a_text.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_strikeout.Content> |
Element_a_strikeout.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_indexhi.Content> |
Element_a_indexhi.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_a_ref.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element_a_smaller.Content> |
Element_a_smaller.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Annotation> |
LLJava.DimensionExpr.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.Modifiable.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.TypeArgument.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Annotation> |
LLJava.TypeParameter.annotations
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Loadable> |
LLJava.BootstrapMethod.arguments
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.TypeArgument> |
LLJava.ClassTypeExpr.arguments
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Attribute> |
LLJava.Attributable.attrs
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Attribute> |
LLJava.CustomAttribute.attrs
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.LoadableExpr> |
LLJava.MemberDynamicName.bootstrapArguments
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.BootstrapMethod> |
LLJava.BootstrapMethodsAttribute.bootstrapMethods
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Case> |
LLJava.Switch.cases
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.AnnotationValue> |
LLJava.ArrayAnnotationValue.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Statement> |
LLJava.Block.elems
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ClassReference> |
LLJava.Method.exceptions
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Exception> |
LLJava.CodeMethodBody.exceptionTable
The table of exception handlers for the code of
this
method.
|
protected CheckedList<LLJava.Field> |
LLJava.Class.fields
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Handler> |
LLJava.Try.handlers
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.InnerClass> |
LLJava.Class.innerClasses
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ClassReference> |
LLJava.Class.interfaces
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ReferenceTypeExpr> |
LLJava.UpperTypeBound.interfaces
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Name> |
LLJava.Block.labels
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.VType> |
LLJava.StackFrame.locals
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Method> |
LLJava.Class.methods
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.VType> |
LLJava.StackFrame.operands
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Parameter> |
LLJava.Method.parameters
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.MethodReferenceParameter> |
LLJava.MethodReference.parameters
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.TypeExpr> |
LLJava.MethodTypeExpr.parameters
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ConstantPoolEntry> |
LLJava.Class.pool
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Id> |
LLJava.QualId.qualifier
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.StackFrameDelta> |
LLJava.CodeMethodBody.stackMap
A stack map specifying the static type analysis of
the
code of this method.
|
protected CheckedList<LLJava.TypeParameter> |
LLJava.Class.typeParameters
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.TypeParameter> |
LLJava.Method.typeParameters
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.Annotation> |
LLJava.DimensionExpr.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.Modifiable.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.TypeArgument.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Annotation> |
LLJava.TypeParameter.get_annotations()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Loadable> |
LLJava.BootstrapMethod.get_arguments()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.TypeArgument> |
LLJava.ClassTypeExpr.get_arguments()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Attribute> |
LLJava.Attributable.get_attrs()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Attribute> |
LLJava.CustomAttribute.get_attrs()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.LoadableExpr> |
LLJava.MemberDynamicName.get_bootstrapArguments()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.BootstrapMethod> |
LLJava.BootstrapMethodsAttribute.get_bootstrapMethods()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Case> |
LLJava.Switch.get_cases()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.AnnotationValue> |
LLJava.ArrayAnnotationValue.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Statement> |
LLJava.Block.get_elems()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.ClassReference> |
LLJava.Method.get_exceptions()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Exception> |
LLJava.CodeMethodBody.get_exceptionTable()
The table of exception handlers for the code of
this
method.
|
CheckedList<LLJava.Field> |
LLJava.Class.get_fields()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Handler> |
LLJava.Try.get_handlers()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.InnerClass> |
LLJava.Class.get_innerClasses()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.ClassReference> |
LLJava.Class.get_interfaces()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.ReferenceTypeExpr> |
LLJava.UpperTypeBound.get_interfaces()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Name> |
LLJava.Block.get_labels()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.VType> |
LLJava.StackFrame.get_locals()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Method> |
LLJava.Class.get_methods()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.VType> |
LLJava.StackFrame.get_operands()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Parameter> |
LLJava.Method.get_parameters()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.MethodReferenceParameter> |
LLJava.MethodReference.get_parameters()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.TypeExpr> |
LLJava.MethodTypeExpr.get_parameters()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.ConstantPoolEntry> |
LLJava.Class.get_pool()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.Id> |
LLJava.QualId.get_qualifier()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.StackFrameDelta> |
LLJava.CodeMethodBody.get_stackMap()
A stack map specifying the static type analysis of
the
code of this method.
|
CheckedList<LLJava.TypeParameter> |
LLJava.Class.get_typeParameters()
Generated by umod; model author's documentation MISSING.
|
CheckedList<LLJava.TypeParameter> |
LLJava.Method.get_typeParameters()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LLJava.DimensionExpr.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Modifiable.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeArgument.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.TypeParameter.set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ClassTypeExpr.set_arguments(CheckedList<LLJava.TypeArgument> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Attributable.set_attrs(CheckedList<LLJava.Attribute> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CustomAttribute.set_attrs(CheckedList<LLJava.Attribute> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MemberDynamicName.set_bootstrapArguments(CheckedList<LLJava.LoadableExpr> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.BootstrapMethodsAttribute.set_bootstrapMethods(CheckedList<LLJava.BootstrapMethod> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Switch.set_cases(CheckedList<LLJava.Case> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ArrayAnnotationValue.set_elems(CheckedList<LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Block.set_elems(CheckedList<LLJava.Statement> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Method.set_exceptions(CheckedList<LLJava.ClassReference> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CodeMethodBody.set_exceptionTable(CheckedList<LLJava.Exception> val)
The table of exception handlers for the code of
this
method.
|
boolean |
LLJava.Class.set_fields(CheckedList<LLJava.Field> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Try.set_handlers(CheckedList<LLJava.Handler> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_innerClasses(CheckedList<LLJava.InnerClass> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_interfaces(CheckedList<LLJava.ClassReference> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.UpperTypeBound.set_interfaces(CheckedList<LLJava.ReferenceTypeExpr> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Block.set_labels(CheckedList<LLJava.Name> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_methods(CheckedList<LLJava.Method> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodReference.set_parameters(CheckedList<LLJava.MethodReferenceParameter> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Method.set_parameters(CheckedList<LLJava.Parameter> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodTypeExpr.set_parameters(CheckedList<LLJava.TypeExpr> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Class.set_pool(CheckedList<LLJava.ConstantPoolEntry> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.CodeMethodBody.set_stackMap(CheckedList<LLJava.StackFrameDelta> val)
A stack map specifying the static type analysis of
the
code of this method.
|
boolean |
LLJava.Class.set_typeParameters(CheckedList<LLJava.TypeParameter> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.Method.set_typeParameters(CheckedList<LLJava.TypeParameter> val)
Generated by umod; model author's documentation MISSING.
|
LLJava.BootstrapMethod |
LLJava.BootstrapMethod.with_arguments(CheckedList<LLJava.Loadable> val)
Generated by umod; model author's documentation MISSING.
|
LLJava.StackFrame |
LLJava.StackFrame.with_locals(CheckedList<LLJava.VType> val)
Generated by umod; model author's documentation MISSING.
|
LLJava.StackFrame |
LLJava.StackFrame.with_operands(CheckedList<LLJava.VType> val)
Generated by umod; model author's documentation MISSING.
|
LLJava.QualId |
LLJava.QualId.with_qualifier(CheckedList<LLJava.Id> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.DimensionExpr> |
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.
|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeArgument> |
LLJava.TypeArgument.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BootstrapMethod> |
LLJava.BootstrapMethod.get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_arguments(Pattern<? super CheckedList<LLJava.TypeArgument>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Attributable> |
LLJava.Attributable.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CustomAttribute> |
LLJava.CustomAttribute.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberDynamicName> |
LLJava.MemberDynamicName.get_bootstrapArguments(Pattern<? super CheckedList<LLJava.LoadableExpr>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BootstrapMethodsAttribute> |
LLJava.BootstrapMethodsAttribute.get_bootstrapMethods(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Switch> |
LLJava.Switch.get_cases(Pattern<? super CheckedList<LLJava.Case>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayAnnotationValue> |
LLJava.ArrayAnnotationValue.get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_elems(Pattern<? super CheckedList<LLJava.Statement>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_exceptions(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_exceptionTable(Pattern<? super CheckedList<LLJava.Exception>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_fields(Pattern<? super CheckedList<LLJava.Field>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Try> |
LLJava.Try.get_handlers(Pattern<? super CheckedList<LLJava.Handler>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_innerClasses(Pattern<? super CheckedList<LLJava.InnerClass>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_interfaces(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.UpperTypeBound> |
LLJava.UpperTypeBound.get_interfaces(Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_labels(Pattern<? super CheckedList<LLJava.Name>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrame> |
LLJava.StackFrame.get_locals(Pattern<? super CheckedList<LLJava.VType>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_methods(Pattern<? super CheckedList<LLJava.Method>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrame> |
LLJava.StackFrame.get_operands(Pattern<? super CheckedList<LLJava.VType>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_parameters(Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_parameters(Pattern<? super CheckedList<LLJava.Parameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodTypeExpr> |
LLJava.MethodTypeExpr.get_parameters(Pattern<? super CheckedList<LLJava.TypeExpr>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.QualId> |
LLJava.QualId.get_qualifier(Pattern<? super CheckedList<LLJava.Id>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_stackMap(Pattern<? super CheckedList<LLJava.StackFrameDelta>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ArrayAnnotationValue> |
LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Attributable> |
LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.Block> |
LLJava.__Patterns.term_Block(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super CheckedList<LLJava.Name>> p_labels,
Pattern<? super Boolean> p_implicit,
Pattern<? super CheckedList<LLJava.Statement>> p_elems,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p_controlEnv,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p_dataEnv) |
static Pattern<? super LLJava.Block> |
LLJava.__Patterns.term_Block(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super CheckedList<LLJava.Name>> p_labels,
Pattern<? super Boolean> p_implicit,
Pattern<? super CheckedList<LLJava.Statement>> p_elems,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p_controlEnv,
Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p_dataEnv) |
static Pattern<? super LLJava.BootstrapMethod> |
LLJava.__Patterns.term_BootstrapMethod(Pattern<Object> superpattern,
Pattern<? super LLJava.MethodHandle> p_handle,
Pattern<? super CheckedList<LLJava.Loadable>> p_arguments) |
static Pattern<? super LLJava.BootstrapMethodsAttribute> |
LLJava.__Patterns.term_BootstrapMethodsAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.BootstrapMethod>> p_bootstrapMethods) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.ClassTypeExpr> |
LLJava.__Patterns.term_ClassTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super CheckedList<LLJava.TypeArgument>> p_arguments,
Pattern<? super Boolean> p_parameter) |
static Pattern<? super LLJava.CodeMethodBody> |
LLJava.__Patterns.term_CodeMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.Block> p_block,
Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable,
Pattern<? super Integer> p_maxLocals,
Pattern<? super Integer> p_maxOperands,
Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces,
Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) |
static Pattern<? super LLJava.CodeMethodBody> |
LLJava.__Patterns.term_CodeMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.Block> p_block,
Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable,
Pattern<? super Integer> p_maxLocals,
Pattern<? super Integer> p_maxOperands,
Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces,
Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) |
static Pattern<? super LLJava.CustomAttribute> |
LLJava.__Patterns.term_CustomAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.DimensionExpr> |
LLJava.__Patterns.term_DimensionExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super Boolean> p_specified,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations) |
static Pattern<? super LLJava.MemberDynamicName> |
LLJava.__Patterns.term_MemberDynamicName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.MethodHandleExpr> p_factory,
Pattern<? super CheckedList<LLJava.LoadableExpr>> p_bootstrapArguments) |
static Pattern<? super LLJava.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
static Pattern<? super LLJava.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
static Pattern<? super LLJava.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
static Pattern<? super LLJava.MethodReference> |
LLJava.__Patterns.term_MethodReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super Boolean> p_asInterface,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p_parameters,
Pattern<? super LLJava.InvokeDynamic> p_dynamicEntry) |
static Pattern<? super LLJava.MethodTypeExpr> |
LLJava.__Patterns.term_MethodTypeExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.TypeExpr>> p_parameters) |
static Pattern<? super LLJava.Modifiable> |
LLJava.__Patterns.term_Modifiable(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers) |
static Pattern<? super LLJava.QualId> |
LLJava.__Patterns.term_QualId(Pattern<Object> superpattern,
Pattern<? super CheckedList<LLJava.Id>> p_qualifier,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super LLJava.StackFrame> |
LLJava.__Patterns.term_StackFrame(Pattern<Object> superpattern,
Pattern<? super CheckedList<LLJava.VType>> p_locals,
Pattern<? super CheckedList<LLJava.VType>> p_operands,
Pattern<? super Boolean> p_uninitThis) |
static Pattern<? super LLJava.StackFrame> |
LLJava.__Patterns.term_StackFrame(Pattern<Object> superpattern,
Pattern<? super CheckedList<LLJava.VType>> p_locals,
Pattern<? super CheckedList<LLJava.VType>> p_operands,
Pattern<? super Boolean> p_uninitThis) |
static Pattern<? super LLJava.Switch> |
LLJava.__Patterns.term_Switch(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super CheckedList<LLJava.Case>> p_cases) |
static Pattern<? super LLJava.Try> |
LLJava.__Patterns.term_Try(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.CodeInterval> p_body,
Pattern<? super CheckedList<LLJava.Handler>> p_handlers) |
static Pattern<? super LLJava.TypeArgument> |
LLJava.__Patterns.term_TypeArgument(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeParameter> |
LLJava.__Patterns.term_TypeParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.UpperTypeBound> p_bound) |
static Pattern<? super LLJava.UpperTypeBound> |
LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern,
Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p_interfaces) |
Constructor and Description |
---|
ArrayAnnotationValue(CheckedList<LLJava.AnnotationValue> elems)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
BootstrapMethod(LLJava.MethodHandle handle,
CheckedList<LLJava.Loadable> arguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ClassTypeExpr(LLJava.QualId name,
CheckedList<LLJava.TypeArgument> arguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
MemberDynamicName(LLJava.Id name,
LLJava.MethodHandleExpr factory,
CheckedList<LLJava.LoadableExpr> bootstrapArguments)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
QualId(CheckedList<LLJava.Id> qualifier,
LLJava.Id id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Switch(CheckedList<LLJava.Case> cases)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Try(LLJava.CodeInterval body,
CheckedList<LLJava.Handler> handlers)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
TypeParameter(CheckedList<LLJava.Annotation> annotations,
LLJava.Id name,
LLJava.UpperTypeBound bound)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
UpperTypeBound(LLJava.ReferenceTypeExpr limit,
CheckedList<LLJava.ReferenceTypeExpr> interfaces)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected static <A> CheckedList<A> |
LLJavaGrammar.check(List<? extends A> elems) |
Modifier and Type | Field and Description |
---|---|
CheckedList<Element.UnmixedContent> |
Element_text.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
Modifier and Type | Field and Description |
---|---|
CheckedList<Element.UnmixedContent> |
Element_text.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
CheckedList<Element.UnmixedContent> |
Element_v.content
List of contents elements, may freely be manipulated, as long as no null
value is tried to enter.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedListPlus<T>
Extends the checked list to ensure that it does not become empty.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> CheckedList<T> |
TypedNode.checkStar(String name,
CheckedList<T> arg) |
static <C extends TypedContent,E extends TypedExtension,Y extends Exception> |
TypedElement.decodeStarList(TypedContent.DecodingConstructor<? extends C,E,Y> constructor,
DecodingInputStream in,
E ext,
Class<C> contentClass) |
static <C extends TypedContent,E extends TypedElement<E,X>,X extends TypedExtension,Y extends Exception> |
TypedElement.parseStarList(TypedContent.ParsingConstructor<? extends C,E,X,Y> constructor,
ContentMapping content,
X ext,
TypedNode.ParseListener<E> listener,
Class<C> contentClass) |
Modifier and Type | Method and Description |
---|---|
protected static <T> CheckedList<T> |
TypedNode.checkStar(String name,
CheckedList<T> arg) |
protected static <E extends TypedExtension> |
TypedNode.encodeStar(boolean asAbstract,
CheckedList<? extends TypedNode<E>> nodes,
EncodingOutputStream out,
E ext) |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<TPath.Expr> |
TPath.FunctionCall.args |
protected CheckedList<TPath.Expr> |
TPath.Step.predicates |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.FunctionCall,CheckedList<TPath.Expr>> |
TPath.FunctionCall.get_args
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.Step,CheckedList<TPath.Expr>> |
TPath.Step.get_predicates
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<TPath.Expr> |
TPath.FunctionCall.get_args() |
CheckedList<TPath.Expr> |
TPath.Step.get_predicates() |
protected CheckedList<TPath.Expr> |
TPath.__SAX_Parser.parse_0() |
protected CheckedList<TPath.Expr> |
TPath.__SAX_Parser.parse_1() |
Modifier and Type | Method and Description |
---|---|
boolean |
TPath.FunctionCall.set_args(CheckedList<TPath.Expr> val) |
boolean |
TPath.Step.set_predicates(CheckedList<TPath.Expr> val) |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<UMod.Item,CheckedList<String>> |
UMod.Forest.docutexts |
Modifier and Type | Method and Description |
---|---|
static <T> CheckedList<T> |
CheckedList.singleton(T x) |
static <T> CheckedList<T> |
CheckedList.singleton(T x) |
Modifier and Type | Method and Description |
---|---|
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList() |
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList() |
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList(CheckedList.implementations i) |
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList(CheckedList.implementations i) |
protected <U> Function<O,CheckedList<U>> |
Phrasebook.decode_CheckedList(Function<? super O,? extends U> f) |
protected <U> Function<O,CheckedList<U>> |
Phrasebook.decode_CheckedList(Function<? super O,? extends U> f) |
see also the complete user documentation .