Package | Description |
---|---|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
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.paisley |
A modular implementation of pattern matching on arbitrary objects.
|
eu.bandm.tools.ramus.runtime2 |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Abbrev(Pattern<? super DTD.Abbrev> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Any(Pattern<? super DTD.Any> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttDef(Pattern<? super DTD.AttDef> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Attlist(Pattern<? super DTD.Attlist> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttType(Pattern<? super DTD.AttType> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttTypeAbbrev(Pattern<? super DTD.AttTypeAbbrev> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttTypeConstant(Pattern<? super DTD.AttTypeConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttValue(Pattern<? super DTD.AttValue> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Choice(Pattern<? super DTD.Choice> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Comment(Pattern<? super DTD.Comment> p) |
static Pattern<Object> |
DTD.__Patterns.cast_ContentModel(Pattern<? super DTD.ContentModel> p) |
static Pattern<Object> |
DTD.__Patterns.cast_ContentModelConstant(Pattern<? super DTD.ContentModelConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_CP(Pattern<? super DTD.CP> p) |
static Pattern<Object> |
DTD.__Patterns.cast_DefaultDecl(Pattern<? super DTD.DefaultDecl> p) |
static Pattern<Object> |
DTD.__Patterns.cast_DefaultDeclConstant(Pattern<? super DTD.DefaultDeclConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Dtd(Pattern<? super DTD.Dtd> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Element(Pattern<? super DTD.Element> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Empty(Pattern<? super DTD.Empty> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Entity(Pattern<? super DTD.Entity> p) |
static Pattern<Object> |
DTD.__Patterns.cast_EntityContext(Pattern<? super DTD.EntityContext> p) |
static Pattern<Object> |
DTD.__Patterns.cast_EntityValue(Pattern<? super DTD.EntityValue> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Enumerated(Pattern<? super DTD.Enumerated> p) |
static Pattern<Object> |
DTD.__Patterns.cast_MarkupDecl(Pattern<? super DTD.MarkupDecl> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Mixed(Pattern<? super DTD.Mixed> p) |
static Pattern<Object> |
DTD.__Patterns.cast_NmToken(Pattern<? super DTD.NmToken> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Notation(Pattern<? super DTD.Notation> p) |
static Pattern<Object> |
DTD.__Patterns.cast_PI(Pattern<? super DTD.PI> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Seq(Pattern<? super DTD.Seq> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Singleton(Pattern<? super DTD.Singleton> p) |
static Pattern<Object> |
DTD.__Patterns.cast_TextDecl(Pattern<? super DTD.TextDecl> p) |
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.Abbrev> |
DTD.Abbrev.get_body(Pattern<? super DTD.CP> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Element> |
DTD.Element.get_content(Pattern<? super DTD.ContentModel> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_definition(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Attlist> |
DTD.Attlist.get_element(Pattern<? super String> 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.TextDecl> |
DTD.TextDecl.get_encoding(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_fixed(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Notation> |
DTD.Notation.get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttTypeAbbrev> |
DTD.AttTypeAbbrev.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttTypeConstant> |
DTD.AttTypeConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.ContentModelConstant> |
DTD.ContentModelConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.DefaultDeclConstant> |
DTD.DefaultDeclConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> 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.CP> |
DTD.CP.get_modifier(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Abbrev> |
DTD.Abbrev.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Element> |
DTD.Element.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Entity> |
DTD.Entity.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Notation> |
DTD.Notation.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Singleton> |
DTD.Singleton.get_name(Pattern<? super String> 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.Entity> |
DTD.Entity.get_parameter(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_replacement(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.PI> |
DTD.PI.get_target(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Comment> |
DTD.Comment.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.NmToken> |
DTD.NmToken.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.PI> |
DTD.PI.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_textDecl(Pattern<? super DTD.TextDecl> 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<DTD.AttDef> |
DTD.AttDef.get_type(Pattern<? super DTD.AttType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_value(Pattern<? super DTD.DefaultDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Entity> |
DTD.Entity.get_value(Pattern<? super DTD.EntityValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_value(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.TextDecl> |
DTD.TextDecl.get_version(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Abbrev> |
DTD.__Patterns.term_Abbrev(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.CP> p_body) |
static Pattern<? super DTD.Any> |
DTD.__Patterns.term_Any(Pattern<? super DTD.ContentModelConstant> superpattern) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
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.AttType> |
DTD.__Patterns.term_AttType(Pattern<Object> superpattern) |
static Pattern<? super DTD.AttTypeAbbrev> |
DTD.__Patterns.term_AttTypeAbbrev(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttTypeConstant> |
DTD.__Patterns.term_AttTypeConstant(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
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.Comment> |
DTD.__Patterns.term_Comment(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.ContentModel> |
DTD.__Patterns.term_ContentModel(Pattern<Object> superpattern) |
static Pattern<? super DTD.ContentModelConstant> |
DTD.__Patterns.term_ContentModelConstant(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.CP> |
DTD.__Patterns.term_CP(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super Integer> p_modifier) |
static Pattern<? super DTD.DefaultDecl> |
DTD.__Patterns.term_DefaultDecl(Pattern<Object> superpattern) |
static Pattern<? super DTD.DefaultDeclConstant> |
DTD.__Patterns.term_DefaultDeclConstant(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super String> p_label) |
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.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
static Pattern<? super DTD.Empty> |
DTD.__Patterns.term_Empty(Pattern<? super DTD.ContentModelConstant> superpattern) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.EntityContext> |
DTD.__Patterns.term_EntityContext(Pattern<Object> superpattern) |
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
static Pattern<? super DTD.Enumerated> |
DTD.__Patterns.term_Enumerated(Pattern<? super DTD.AttType> superpattern,
Pattern<? super CheckedList<String>> p_tokens) |
static Pattern<? super DTD.MarkupDecl> |
DTD.__Patterns.term_MarkupDecl(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) |
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
static Pattern<? super DTD.NmToken> |
DTD.__Patterns.term_NmToken(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Notation> |
DTD.__Patterns.term_Notation(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super XMLDocumentIdentifier> p_id) |
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Seq> |
DTD.__Patterns.term_Seq(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_elems) |
static Pattern<? super DTD.Singleton> |
DTD.__Patterns.term_Singleton(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name) |
static Pattern<? super DTD.TextDecl> |
DTD.__Patterns.term_TextDecl(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_version,
Pattern<? super String> p_encoding) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
DTD.__Patterns.cast_Abbrev(Pattern<? super DTD.Abbrev> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Any(Pattern<? super DTD.Any> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttDef(Pattern<? super DTD.AttDef> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Attlist(Pattern<? super DTD.Attlist> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttType(Pattern<? super DTD.AttType> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttTypeAbbrev(Pattern<? super DTD.AttTypeAbbrev> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttTypeConstant(Pattern<? super DTD.AttTypeConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_AttValue(Pattern<? super DTD.AttValue> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Choice(Pattern<? super DTD.Choice> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Comment(Pattern<? super DTD.Comment> p) |
static Pattern<Object> |
DTD.__Patterns.cast_ContentModel(Pattern<? super DTD.ContentModel> p) |
static Pattern<Object> |
DTD.__Patterns.cast_ContentModelConstant(Pattern<? super DTD.ContentModelConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_CP(Pattern<? super DTD.CP> p) |
static Pattern<Object> |
DTD.__Patterns.cast_DefaultDecl(Pattern<? super DTD.DefaultDecl> p) |
static Pattern<Object> |
DTD.__Patterns.cast_DefaultDeclConstant(Pattern<? super DTD.DefaultDeclConstant> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Dtd(Pattern<? super DTD.Dtd> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Element(Pattern<? super DTD.Element> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Empty(Pattern<? super DTD.Empty> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Entity(Pattern<? super DTD.Entity> p) |
static Pattern<Object> |
DTD.__Patterns.cast_EntityContext(Pattern<? super DTD.EntityContext> p) |
static Pattern<Object> |
DTD.__Patterns.cast_EntityValue(Pattern<? super DTD.EntityValue> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Enumerated(Pattern<? super DTD.Enumerated> p) |
static Pattern<Object> |
DTD.__Patterns.cast_MarkupDecl(Pattern<? super DTD.MarkupDecl> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Mixed(Pattern<? super DTD.Mixed> p) |
static Pattern<Object> |
DTD.__Patterns.cast_NmToken(Pattern<? super DTD.NmToken> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Notation(Pattern<? super DTD.Notation> p) |
static Pattern<Object> |
DTD.__Patterns.cast_PI(Pattern<? super DTD.PI> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Seq(Pattern<? super DTD.Seq> p) |
static Pattern<Object> |
DTD.__Patterns.cast_Singleton(Pattern<? super DTD.Singleton> p) |
static Pattern<Object> |
DTD.__Patterns.cast_TextDecl(Pattern<? super DTD.TextDecl> p) |
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.Abbrev> |
DTD.Abbrev.get_body(Pattern<? super DTD.CP> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Element> |
DTD.Element.get_content(Pattern<? super DTD.ContentModel> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_definition(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_documentId(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Attlist> |
DTD.Attlist.get_element(Pattern<? super String> 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.TextDecl> |
DTD.TextDecl.get_encoding(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_entityUsage(Pattern<? super CheckedMultimap_RD<String,String>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_fixed(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Notation> |
DTD.Notation.get_id(Pattern<? super XMLDocumentIdentifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttTypeAbbrev> |
DTD.AttTypeAbbrev.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttTypeConstant> |
DTD.AttTypeConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.ContentModelConstant> |
DTD.ContentModelConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.DefaultDeclConstant> |
DTD.DefaultDeclConstant.get_label(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_location(Pattern<? super Location<XMLDocumentIdentifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.MarkupDecl> |
DTD.MarkupDecl.get_locations(Pattern<? super List<Location<XMLDocumentIdentifier>>> 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.CP> |
DTD.CP.get_modifier(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Abbrev> |
DTD.Abbrev.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Element> |
DTD.Element.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Entity> |
DTD.Entity.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Notation> |
DTD.Notation.get_name(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Singleton> |
DTD.Singleton.get_name(Pattern<? super String> 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.Entity> |
DTD.Entity.get_parameter(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.EntityValue> |
DTD.EntityValue.get_replacement(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.PI> |
DTD.PI.get_target(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Comment> |
DTD.Comment.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.NmToken> |
DTD.NmToken.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.PI> |
DTD.PI.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Dtd> |
DTD.Dtd.get_textDecl(Pattern<? super DTD.TextDecl> 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<DTD.AttDef> |
DTD.AttDef.get_type(Pattern<? super DTD.AttType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttDef> |
DTD.AttDef.get_value(Pattern<? super DTD.DefaultDecl> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.Entity> |
DTD.Entity.get_value(Pattern<? super DTD.EntityValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.AttValue> |
DTD.AttValue.get_value(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<DTD.TextDecl> |
DTD.TextDecl.get_version(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super DTD.Abbrev> |
DTD.__Patterns.term_Abbrev(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.CP> p_body) |
static Pattern<? super DTD.Abbrev> |
DTD.__Patterns.term_Abbrev(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.CP> p_body) |
static Pattern<? super DTD.Abbrev> |
DTD.__Patterns.term_Abbrev(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.CP> p_body) |
static Pattern<? super DTD.Any> |
DTD.__Patterns.term_Any(Pattern<? super DTD.ContentModelConstant> superpattern) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
static Pattern<? super DTD.AttDef> |
DTD.__Patterns.term_AttDef(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations,
Pattern<? super String> p_name,
Pattern<? super DTD.AttType> p_type,
Pattern<? super DTD.DefaultDecl> p_value) |
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.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.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.AttType> |
DTD.__Patterns.term_AttType(Pattern<Object> superpattern) |
static Pattern<? super DTD.AttTypeAbbrev> |
DTD.__Patterns.term_AttTypeAbbrev(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttTypeAbbrev> |
DTD.__Patterns.term_AttTypeAbbrev(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttTypeConstant> |
DTD.__Patterns.term_AttTypeConstant(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttTypeConstant> |
DTD.__Patterns.term_AttTypeConstant(Pattern<? super DTD.AttType> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
static Pattern<? super DTD.AttValue> |
DTD.__Patterns.term_AttValue(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super Boolean> p_fixed,
Pattern<? super String> p_value) |
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.Choice> |
DTD.__Patterns.term_Choice(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_alts) |
static Pattern<? super DTD.Comment> |
DTD.__Patterns.term_Comment(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Comment> |
DTD.__Patterns.term_Comment(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.ContentModel> |
DTD.__Patterns.term_ContentModel(Pattern<Object> superpattern) |
static Pattern<? super DTD.ContentModelConstant> |
DTD.__Patterns.term_ContentModelConstant(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.ContentModelConstant> |
DTD.__Patterns.term_ContentModelConstant(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.CP> |
DTD.__Patterns.term_CP(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super Integer> p_modifier) |
static Pattern<? super DTD.CP> |
DTD.__Patterns.term_CP(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super Integer> p_modifier) |
static Pattern<? super DTD.DefaultDecl> |
DTD.__Patterns.term_DefaultDecl(Pattern<Object> superpattern) |
static Pattern<? super DTD.DefaultDeclConstant> |
DTD.__Patterns.term_DefaultDeclConstant(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super String> p_label) |
static Pattern<? super DTD.DefaultDeclConstant> |
DTD.__Patterns.term_DefaultDeclConstant(Pattern<? super DTD.DefaultDecl> superpattern,
Pattern<? super String> p_label) |
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.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.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.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.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.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.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
static Pattern<? super DTD.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
static Pattern<? super DTD.Element> |
DTD.__Patterns.term_Element(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super DTD.ContentModel> p_content) |
static Pattern<? super DTD.Empty> |
DTD.__Patterns.term_Empty(Pattern<? super DTD.ContentModelConstant> superpattern) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.Entity> |
DTD.__Patterns.term_Entity(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super Boolean> p_parameter,
Pattern<? super String> p_name,
Pattern<? super DTD.EntityValue> p_value) |
static Pattern<? super DTD.EntityContext> |
DTD.__Patterns.term_EntityContext(Pattern<Object> superpattern) |
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
static Pattern<? super DTD.EntityValue> |
DTD.__Patterns.term_EntityValue(Pattern<Object> superpattern,
Pattern<? super XMLDocumentIdentifier> p_id,
Pattern<? super String> p_definition,
Pattern<? super String> p_replacement) |
static Pattern<? super DTD.Enumerated> |
DTD.__Patterns.term_Enumerated(Pattern<? super DTD.AttType> superpattern,
Pattern<? super CheckedList<String>> p_tokens) |
static Pattern<? super DTD.Enumerated> |
DTD.__Patterns.term_Enumerated(Pattern<? super DTD.AttType> superpattern,
Pattern<? super CheckedList<String>> p_tokens) |
static Pattern<? super DTD.MarkupDecl> |
DTD.__Patterns.term_MarkupDecl(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) |
static Pattern<? super DTD.MarkupDecl> |
DTD.__Patterns.term_MarkupDecl(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) |
static Pattern<? super DTD.MarkupDecl> |
DTD.__Patterns.term_MarkupDecl(Pattern<Object> superpattern,
Pattern<? super Location<XMLDocumentIdentifier>> p_location,
Pattern<? super List<Location<XMLDocumentIdentifier>>> p_locations) |
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
static Pattern<? super DTD.Mixed> |
DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern,
Pattern<? super CheckedList<String>> p_names) |
static Pattern<? super DTD.NmToken> |
DTD.__Patterns.term_NmToken(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.NmToken> |
DTD.__Patterns.term_NmToken(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Notation> |
DTD.__Patterns.term_Notation(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super XMLDocumentIdentifier> p_id) |
static Pattern<? super DTD.Notation> |
DTD.__Patterns.term_Notation(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super XMLDocumentIdentifier> p_id) |
static Pattern<? super DTD.Notation> |
DTD.__Patterns.term_Notation(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_name,
Pattern<? super XMLDocumentIdentifier> p_id) |
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
static Pattern<? super DTD.PI> |
DTD.__Patterns.term_PI(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_target,
Pattern<? super String> p_text) |
static Pattern<? super DTD.Seq> |
DTD.__Patterns.term_Seq(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_elems) |
static Pattern<? super DTD.Seq> |
DTD.__Patterns.term_Seq(Pattern<? super DTD.CP> superpattern,
Pattern<? super CheckedList<DTD.CP>> p_elems) |
static Pattern<? super DTD.Singleton> |
DTD.__Patterns.term_Singleton(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name) |
static Pattern<? super DTD.Singleton> |
DTD.__Patterns.term_Singleton(Pattern<? super DTD.CP> superpattern,
Pattern<? super String> p_name) |
static Pattern<? super DTD.TextDecl> |
DTD.__Patterns.term_TextDecl(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_version,
Pattern<? super String> p_encoding) |
static Pattern<? super DTD.TextDecl> |
DTD.__Patterns.term_TextDecl(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_version,
Pattern<? super String> p_encoding) |
static Pattern<? super DTD.TextDecl> |
DTD.__Patterns.term_TextDecl(Pattern<? super DTD.MarkupDecl> superpattern,
Pattern<? super String> p_version,
Pattern<? super String> p_encoding) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractDynamic(Pattern<? super LLJava.AbstractDynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractIntVType(Pattern<? super LLJava.AbstractIntVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractMethodBody(Pattern<? super LLJava.AbstractMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractMethodRef(Pattern<? super LLJava.AbstractMethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Add(Pattern<? super LLJava.Add> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_And(Pattern<? super LLJava.And> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Annotation(Pattern<? super LLJava.Annotation> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AnnotationDefaultAttribute(Pattern<? super LLJava.AnnotationDefaultAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AnnotationValue(Pattern<? super LLJava.AnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Anonymity(Pattern<? super LLJava.Anonymity> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArithInstruction(Pattern<? super LLJava.ArithInstruction> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayAccess(Pattern<? super LLJava.ArrayAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayAnnotationValue(Pattern<? super LLJava.ArrayAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayType(Pattern<? super LLJava.ArrayType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayTypeExpr(Pattern<? super LLJava.ArrayTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Attributable(Pattern<? super LLJava.Attributable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Attribute(Pattern<? super LLJava.Attribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Block(Pattern<? super LLJava.Block> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanLiteral(Pattern<? super LLJava.BooleanLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanType(Pattern<? super LLJava.BooleanType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanVType(Pattern<? super LLJava.BooleanVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BootstrapMethod(Pattern<? super LLJava.BootstrapMethod> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BootstrapMethodsAttribute(Pattern<? super LLJava.BootstrapMethodsAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ByteType(Pattern<? super LLJava.ByteType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ByteVType(Pattern<? super LLJava.ByteVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Case(Pattern<? super LLJava.Case> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Cast(Pattern<? super LLJava.Cast> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Category1(Pattern<? super Verify.Category1> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Category1VType(Pattern<? super LLJava.Category1VType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Category2(Pattern<? super Verify.Category2> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Category2VType(Pattern<? super LLJava.Category2VType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharLiteral(Pattern<? super LLJava.CharLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharType(Pattern<? super LLJava.CharType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharVType(Pattern<? super LLJava.CharVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Class(Pattern<? super LLJava.Class> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassAnnotationValue(Pattern<? super LLJava.ClassAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassExpr(Pattern<? super LLJava.ClassExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassParent(Pattern<? super LLJava.ClassParent> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassRef(Pattern<? super LLJava.ClassRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassReference(Pattern<? super LLJava.ClassReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassSignatureAttribute(Pattern<? super LLJava.ClassSignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassType(Pattern<? super LLJava.ClassType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassTypeExpr(Pattern<? super LLJava.ClassTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Cmp(Pattern<? super LLJava.Cmp> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpFloating(Pattern<? super LLJava.CmpFloating> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpGT(Pattern<? super LLJava.CmpGT> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpIntegral(Pattern<? super LLJava.CmpIntegral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpLT(Pattern<? super LLJava.CmpLT> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeAttribute(Pattern<? super LLJava.CodeAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeInterval(Pattern<? super LLJava.CodeInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeMethodBody(Pattern<? super LLJava.CodeMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodePoint(Pattern<? super LLJava.CodePoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantAnnotationValue(Pattern<? super LLJava.ConstantAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantDouble(Pattern<? super LLJava.ConstantDouble> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantDoubleValue(Pattern<? super LLJava.ConstantDoubleValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantFloat(Pattern<? super LLJava.ConstantFloat> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantInteger(Pattern<? super LLJava.ConstantInteger> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantLong(Pattern<? super LLJava.ConstantLong> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantPoolEntry(Pattern<? super LLJava.ConstantPoolEntry> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantSingleValue(Pattern<? super LLJava.ConstantSingleValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantString(Pattern<? super LLJava.ConstantString> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantUTF8(Pattern<? super LLJava.ConstantUTF8> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantValueAttribute(Pattern<? super LLJava.ConstantValueAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CustomAttribute(Pattern<? super LLJava.CustomAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DefaultMethodBody(Pattern<? super LLJava.DefaultMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DimensionExpr(Pattern<? super LLJava.DimensionExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Div(Pattern<? super LLJava.Div> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Double(Pattern<? super Verify.Double> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleLiteral(Pattern<? super LLJava.DoubleLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleType(Pattern<? super LLJava.DoubleType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleVType(Pattern<? super LLJava.DoubleVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Dup(Pattern<? super LLJava.Dup> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Dynamic(Pattern<? super LLJava.Dynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DynamicExpr(Pattern<? super LLJava.DynamicExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Enter(Pattern<? super LLJava.Enter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_EnumAnnotationValue(Pattern<? super LLJava.EnumAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Exception(Pattern<? super LLJava.Exception> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ExceptionsAttribute(Pattern<? super LLJava.ExceptionsAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Exit(Pattern<? super LLJava.Exit> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ExplicitName(Pattern<? super LLJava.ExplicitName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Field(Pattern<? super LLJava.Field> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldAccess(Pattern<? super LLJava.FieldAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldRef(Pattern<? super LLJava.FieldRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldReference(Pattern<? super LLJava.FieldReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldSignatureAttribute(Pattern<? super LLJava.FieldSignatureAttribute> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Float(Pattern<? super Verify.Float> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatLiteral(Pattern<? super LLJava.FloatLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatType(Pattern<? super LLJava.FloatType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatVType(Pattern<? super LLJava.FloatVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Get(Pattern<? super LLJava.Get> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Goto(Pattern<? super LLJava.Goto> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_GotoInterval(Pattern<? super LLJava.GotoInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_GotoPoint(Pattern<? super LLJava.GotoPoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Handler(Pattern<? super LLJava.Handler> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Id(Pattern<? super LLJava.Id> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_If(Pattern<? super LLJava.If> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ImplicitName(Pattern<? super LLJava.ImplicitName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Inc(Pattern<? super LLJava.Inc> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InlineInterval(Pattern<? super LLJava.InlineInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InlinePoint(Pattern<? super LLJava.InlinePoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InnerClass(Pattern<? super LLJava.InnerClass> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Instanceof(Pattern<? super LLJava.Instanceof> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Instruction(Pattern<? super LLJava.Instruction> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Int(Pattern<? super Verify.Int> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InterfaceMethodRef(Pattern<? super LLJava.InterfaceMethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntLiteral(Pattern<? super LLJava.IntLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntType(Pattern<? super LLJava.IntType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntVType(Pattern<? super LLJava.IntVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Invoke(Pattern<? super LLJava.Invoke> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InvokeDynamic(Pattern<? super LLJava.InvokeDynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Jump(Pattern<? super LLJava.Jump> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Label(Pattern<? super LLJava.Label> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Length(Pattern<? super LLJava.Length> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Literal(Pattern<? super LLJava.Literal> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Load(Pattern<? super LLJava.Load> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Loadable(Pattern<? super LLJava.Loadable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LoadableExpr(Pattern<? super LLJava.LoadableExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LoadArgument(Pattern<? super LLJava.LoadArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Local(Pattern<? super LLJava.Local> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LocalClass(Pattern<? super LLJava.LocalClass> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Long(Pattern<? super Verify.Long> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongLiteral(Pattern<? super LLJava.LongLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongType(Pattern<? super LLJava.LongType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongVType(Pattern<? super LLJava.LongVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LowerTypeBound(Pattern<? super LLJava.LowerTypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Member(Pattern<? super LLJava.Member> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberDynamicName(Pattern<? super LLJava.MemberDynamicName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberFullName(Pattern<? super LLJava.MemberFullName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberRef(Pattern<? super LLJava.MemberRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberReference(Pattern<? super LLJava.MemberReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberStaticName(Pattern<? super LLJava.MemberStaticName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Method(Pattern<? super LLJava.Method> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodBody(Pattern<? super LLJava.MethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandle(Pattern<? super LLJava.MethodHandle> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandleExpr(Pattern<? super LLJava.MethodHandleExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandleTarget(Pattern<? super LLJava.MethodHandleTarget> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodName(Pattern<? super LLJava.MethodName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodRef(Pattern<? super LLJava.MethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReference(Pattern<? super LLJava.MethodReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReferenceParameter(Pattern<? super LLJava.MethodReferenceParameter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodSignatureAttribute(Pattern<? super LLJava.MethodSignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodType(Pattern<? super LLJava.MethodType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodTypeExpr(Pattern<? super LLJava.MethodTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Modifiable(Pattern<? super LLJava.Modifiable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ModifierExpr(Pattern<? super LLJava.ModifierExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Monitor(Pattern<? super LLJava.Monitor> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Mul(Pattern<? super LLJava.Mul> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Name(Pattern<? super LLJava.Name> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NameAndType(Pattern<? super LLJava.NameAndType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Neg(Pattern<? super LLJava.Neg> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NestedAnnotationValue(Pattern<? super LLJava.NestedAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_New(Pattern<? super LLJava.New> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Node(Pattern<? super LLJava.Node> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Nop(Pattern<? super LLJava.Nop> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Null(Pattern<? super Verify.Null> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NullLiteral(Pattern<? super LLJava.NullLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NullVType(Pattern<? super LLJava.NullVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Object(Pattern<? super Verify.Object> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ObjectVType(Pattern<? super LLJava.ObjectVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_OneWord(Pattern<? super Verify.OneWord> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_OneWordVType(Pattern<? super LLJava.OneWordVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Or(Pattern<? super LLJava.Or> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Parameter(Pattern<? super LLJava.Parameter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Pop(Pattern<? super LLJava.Pop> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_PrimitiveType(Pattern<? super LLJava.PrimitiveType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_PrimitiveTypeExpr(Pattern<? super LLJava.PrimitiveTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Put(Pattern<? super LLJava.Put> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_QualId(Pattern<? super LLJava.QualId> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Reference(Pattern<? super Verify.Reference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReferenceTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReferenceVType(Pattern<? super LLJava.ReferenceVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_RefType(Pattern<? super LLJava.RefType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Rem(Pattern<? super LLJava.Rem> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Result(Pattern<? super LLJava.Result> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ResultExpr(Pattern<? super LLJava.ResultExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Return(Pattern<? super LLJava.Return> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReturnsExpr(Pattern<? super LLJava.ReturnsExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shift(Pattern<? super LLJava.Shift> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shl(Pattern<? super LLJava.Shl> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ShortType(Pattern<? super LLJava.ShortType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ShortVType(Pattern<? super LLJava.ShortVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shr(Pattern<? super LLJava.Shr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SignatureAttribute(Pattern<? super LLJava.SignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SimpleModifierExpr(Pattern<? super LLJava.SimpleModifierExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Slot(Pattern<? super LLJava.Slot> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SlotRef(Pattern<? super LLJava.SlotRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SlotReference(Pattern<? super LLJava.SlotReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackFrame(Pattern<? super LLJava.StackFrame> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackFrameDelta(Pattern<? super LLJava.StackFrameDelta> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackMapTableAttribute(Pattern<? super LLJava.StackMapTableAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Statement(Pattern<? super LLJava.Statement> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Store(Pattern<? super LLJava.Store> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StoreArgument(Pattern<? super LLJava.StoreArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StringLiteral(Pattern<? super LLJava.StringLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Sub(Pattern<? super LLJava.Sub> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Swap(Pattern<? super LLJava.Swap> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Switch(Pattern<? super LLJava.Switch> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_This(Pattern<? super LLJava.This> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Throw(Pattern<? super LLJava.Throw> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Top(Pattern<? super Verify.Top> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TopVType(Pattern<? super LLJava.TopVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Try(Pattern<? super LLJava.Try> p) |
static Pattern<Object> |
Verify.__Patterns.cast_TwoWord(Pattern<? super Verify.TwoWord> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TwoWordVType(Pattern<? super LLJava.TwoWordVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Type(Pattern<? super LLJava.Type> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Type(Pattern<? super Verify.Type> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeArgument(Pattern<? super LLJava.TypeArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeBound(Pattern<? super LLJava.TypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeExpr(Pattern<? super LLJava.TypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeInstruction(Pattern<? super LLJava.TypeInstruction> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeParameter(Pattern<? super LLJava.TypeParameter> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Uninitialized(Pattern<? super Verify.Uninitialized> p) |
static Pattern<Object> |
Verify.__Patterns.cast_UninitializedNew(Pattern<? super Verify.UninitializedNew> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedNewVType(Pattern<? super LLJava.UninitializedNewVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_UninitializedThis(Pattern<? super Verify.UninitializedThis> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedThisVType(Pattern<? super LLJava.UninitializedThisVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedVType(Pattern<? super LLJava.UninitializedVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UpperTypeBound(Pattern<? super LLJava.UpperTypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UShr(Pattern<? super LLJava.UShr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Variable(Pattern<? super LLJava.Variable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VariableAccess(Pattern<? super LLJava.VariableAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VariableRef(Pattern<? super LLJava.VariableRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Void(Pattern<? super LLJava.Void> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VoidExpr(Pattern<? super LLJava.VoidExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VType(Pattern<? super LLJava.VType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_WideType(Pattern<? super LLJava.WideType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Wildcard(Pattern<? super LLJava.Wildcard> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_XOr(Pattern<? super LLJava.XOr> p) |
static Pattern<LLJava.NestedAnnotationValue> |
LLJava.NestedAnnotationValue.get_annotation(Pattern<? super LLJava.Annotation> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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.Load> |
LLJava.Load.get_arg(Pattern<? super LLJava.LoadArgument> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Store> |
LLJava.Store.get_arg(Pattern<? super LLJava.StoreArgument> 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.MethodReference> |
LLJava.MethodReference.get_asInterface(Pattern<? super Boolean> 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.ArrayTypeExpr> |
LLJava.ArrayTypeExpr.get_base(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_block(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InlineInterval> |
LLJava.InlineInterval.get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InlinePoint> |
LLJava.InlinePoint.get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Try> |
LLJava.Try.get_body(Pattern<? super LLJava.CodeInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Case> |
LLJava.Case.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.If> |
LLJava.If.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_body(Pattern<? super LLJava.MethodBody> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_bootstrap(Pattern<? super LLJava.BootstrapMethod> 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.Wildcard> |
LLJava.Wildcard.get_bound(Pattern<? super LLJava.TypeBound> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_bound(Pattern<? super LLJava.UpperTypeBound> 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.ObjectVType> |
LLJava.ObjectVType.get_classname(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<Verify.Object> |
Verify.Object.get_classname(Pattern<? super String> p) |
static Pattern<LLJava.If> |
LLJava.If.get_condition(Pattern<? super LLJava.Condition> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_controlEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_definition(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrameDelta> |
LLJava.StackFrameDelta.get_delta(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodType> |
LLJava.MethodType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_dynamicEntry(Pattern<? super LLJava.InvokeDynamic> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayType> |
LLJava.ArrayType.get_element(Pattern<? super LLJava.Type> 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.Annotation> |
LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_end(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_endTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeInstruction> |
LLJava.TypeInstruction.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LoadableExpr> |
LLJava.LoadableExpr.get_entry(Pattern<? super LLJava.Loadable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_entry(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ResultExpr> |
LLJava.ResultExpr.get_erasure(Pattern<? super LLJava.Result> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeArgument> |
LLJava.TypeArgument.get_erasure(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeBound> |
LLJava.TypeBound.get_erasure(Pattern<? super LLJava.Type> 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.MemberDynamicName> |
LLJava.MemberDynamicName.get_factory(Pattern<? super LLJava.MethodHandleExpr> 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.DynamicExpr> |
LLJava.DynamicExpr.get_fullName(Pattern<? super LLJava.MemberDynamicName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_fullName(Pattern<? super LLJava.MemberFullName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CmpFloating> |
LLJava.CmpFloating.get_greaterNaN(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BootstrapMethod> |
LLJava.BootstrapMethod.get_handle(Pattern<? super LLJava.MethodHandle> 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.ImplicitName> |
LLJava.ImplicitName.get_id(Pattern<? super LLJava.Anonymity> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ExplicitName> |
LLJava.ExplicitName.get_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.QualId> |
LLJava.QualId.get_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_id(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_implicit(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_increment(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Slot> |
LLJava.Slot.get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Field> |
LLJava.Field.get_initializer(Pattern<? super LLJava.Literal> 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_innerName(Pattern<? super LLJava.Id> 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.Case> |
LLJava.Case.get_isDefault(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_kind(Pattern<? super LLJava.HandleKind> 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.Case> |
LLJava.Case.get_labels(Pattern<? super CheckedSet<Integer>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeBound> |
LLJava.TypeBound.get_limit(Pattern<? super LLJava.ReferenceTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantAnnotationValue> |
LLJava.ConstantAnnotationValue.get_literal(Pattern<? super LLJava.Literal> 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.Node> |
LLJava.Node.get_location(Pattern<? super Location<SourceId>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxLocals(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxOperands(Pattern<? super Integer> 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.SimpleModifierExpr> |
LLJava.SimpleModifierExpr.get_modifier(Pattern<? super LLJava.Modifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.New> |
LLJava.New.get_multiarray(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Attribute> |
LLJava.Attribute.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassRef> |
LLJava.ClassRef.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberFullName> |
LLJava.MemberFullName.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Label> |
LLJava.Label.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Variable> |
LLJava.Variable.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.VariableRef> |
LLJava.VariableRef.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassAnnotationValue> |
LLJava.ClassAnnotationValue.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassType> |
LLJava.ClassType.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberRef> |
LLJava.MemberRef.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.If> |
LLJava.If.get_neg(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrameDelta> |
LLJava.StackFrameDelta.get_next(Pattern<? super LLJava.StackFrame> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<Verify.UninitializedNew> |
Verify.UninitializedNew.get_offset(Pattern<? super LLJava.Instruction> p) |
static Pattern<LLJava.UninitializedNewVType> |
LLJava.UninitializedNewVType.get_offset(Pattern<? super LLJava.New> 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.MemberRef> |
LLJava.MemberRef.get_owner(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberStaticName> |
LLJava.MemberStaticName.get_owner(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_parameter(Pattern<? super Boolean> 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.Instruction> |
LLJava.Instruction.get_post(Pattern<? super LLJava.StackFrame> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Instruction> |
LLJava.Instruction.get_pre(Pattern<? super LLJava.StackFrame> 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.Exception> |
LLJava.Exception.get_range(Pattern<? super LLJava.GotoInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_reference(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodTypeExpr> |
LLJava.MethodTypeExpr.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_runtimeVisible(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SignatureAttribute> |
LLJava.SignatureAttribute.get_signature(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayTypeExpr> |
LLJava.ArrayTypeExpr.get_specified(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DimensionExpr> |
LLJava.DimensionExpr.get_specified(Pattern<? super Boolean> 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.CodeAttribute> |
LLJava.CodeAttribute.get_stackMap(Pattern<? super LLJava.StackMapTableAttribute> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_stackMapPlaces(Pattern<? super CheckedSet<LLJava.Instruction>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_start(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_startTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.FieldAccess> |
LLJava.FieldAccess.get_statically(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_strategy(Pattern<? super LLJava.Strategy> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_superClass(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_target(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LocalClass> |
LLJava.LocalClass.get_target(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Exception> |
LLJava.Exception.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Goto> |
LLJava.Goto.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandleTarget> |
LLJava.MethodHandleTarget.get_target(Pattern<? super LLJava.MemberReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandleExpr> |
LLJava.MethodHandleExpr.get_target(Pattern<? super LLJava.MethodHandleTarget> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.VariableAccess> |
LLJava.VariableAccess.get_target(Pattern<? super LLJava.Slot> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_target(Pattern<? super LLJava.VariableAccess> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantUTF8> |
LLJava.ConstantUTF8.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Id> |
LLJava.Id.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_thisEntry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Exception> |
LLJava.Exception.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassExpr> |
LLJava.ClassExpr.get_type(Pattern<? super LLJava.ClassTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_type(Pattern<? super LLJava.ClassTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_type(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayAccess> |
LLJava.ArrayAccess.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Slot> |
LLJava.Slot.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Variable> |
LLJava.Variable.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DynamicExpr> |
LLJava.DynamicExpr.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Field> |
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 Pattern<LLJava.FieldReference> |
LLJava.FieldReference.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReferenceParameter> |
LLJava.MethodReferenceParameter.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ReturnsExpr> |
LLJava.ReturnsExpr.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeInstruction> |
LLJava.TypeInstruction.get_type(Pattern<? super 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_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<LLJava.StackFrame> |
LLJava.StackFrame.get_uninitThis(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BooleanLiteral> |
LLJava.BooleanLiteral.get_value(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CharLiteral> |
LLJava.CharLiteral.get_value(Pattern<? super Character> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantDouble> |
LLJava.ConstantDouble.get_value(Pattern<? super Double> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DoubleLiteral> |
LLJava.DoubleLiteral.get_value(Pattern<? super Double> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantFloat> |
LLJava.ConstantFloat.get_value(Pattern<? super Float> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.FloatLiteral> |
LLJava.FloatLiteral.get_value(Pattern<? super Float> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantInteger> |
LLJava.ConstantInteger.get_value(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.IntLiteral> |
LLJava.IntLiteral.get_value(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DefaultMethodBody> |
LLJava.DefaultMethodBody.get_value(Pattern<? super LLJava.AnnotationValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantString> |
LLJava.ConstantString.get_value(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantLong> |
LLJava.ConstantLong.get_value(Pattern<? super Long> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LongLiteral> |
LLJava.LongLiteral.get_value(Pattern<? super Long> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StringLiteral> |
LLJava.StringLiteral.get_value(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_variable(Pattern<? super LLJava.Variable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_variable(Pattern<? super LLJava.Variable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_wide(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.AbstractDynamic> |
LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.BootstrapMethod> p_bootstrap,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.AbstractIntVType> |
LLJava.__Patterns.term_AbstractIntVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.AbstractMethodBody> |
LLJava.__Patterns.term_AbstractMethodBody(Pattern<? super LLJava.MethodBody> superpattern) |
static Pattern<? super LLJava.AbstractMethodRef> |
LLJava.__Patterns.term_AbstractMethodRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.Add> |
LLJava.__Patterns.term_Add(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.And> |
LLJava.__Patterns.term_And(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.AnnotationDefaultAttribute> |
LLJava.__Patterns.term_AnnotationDefaultAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.AnnotationValue> |
LLJava.__Patterns.term_AnnotationValue(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Anonymity> |
LLJava.__Patterns.term_Anonymity(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ArithInstruction> |
LLJava.__Patterns.term_ArithInstruction(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.ArrayAccess> |
LLJava.__Patterns.term_ArrayAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Type> p_type) |
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.ArrayType> |
LLJava.__Patterns.term_ArrayType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.Type> p_element) |
static Pattern<? super LLJava.ArrayTypeExpr> |
LLJava.__Patterns.term_ArrayTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_base,
Pattern<? super Boolean> p_specified) |
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.Attribute> |
LLJava.__Patterns.term_Attribute(Pattern<Object> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
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.BooleanLiteral> |
LLJava.__Patterns.term_BooleanLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Boolean> p_value) |
static Pattern<? super LLJava.BooleanType> |
LLJava.__Patterns.term_BooleanType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.BooleanVType> |
LLJava.__Patterns.term_BooleanVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
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.ByteType> |
LLJava.__Patterns.term_ByteType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.ByteVType> |
LLJava.__Patterns.term_ByteVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Cast> |
LLJava.__Patterns.term_Cast(Pattern<? super LLJava.TypeInstruction> superpattern) |
static Pattern<? super Verify.Category1> |
Verify.__Patterns.term_Category1(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.Category1VType> |
LLJava.__Patterns.term_Category1VType(Pattern<? super LLJava.VType> superpattern) |
static Pattern<? super Verify.Category2> |
Verify.__Patterns.term_Category2(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.Category2VType> |
LLJava.__Patterns.term_Category2VType(Pattern<? super LLJava.VType> superpattern) |
static Pattern<? super LLJava.CharLiteral> |
LLJava.__Patterns.term_CharLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Character> p_value) |
static Pattern<? super LLJava.CharType> |
LLJava.__Patterns.term_CharType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.CharVType> |
LLJava.__Patterns.term_CharVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
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.ClassAnnotationValue> |
LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassExpr> |
LLJava.__Patterns.term_ClassExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type) |
static Pattern<? super LLJava.ClassParent> |
LLJava.__Patterns.term_ClassParent(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.ClassSignatureAttribute> |
LLJava.__Patterns.term_ClassSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super LLJava.ClassType> |
LLJava.__Patterns.term_ClassType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.QualId> p_name) |
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.Cmp> |
LLJava.__Patterns.term_Cmp(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.CmpFloating> |
LLJava.__Patterns.term_CmpFloating(Pattern<? super LLJava.Cmp> superpattern,
Pattern<? super Boolean> p_greaterNaN) |
static Pattern<? super LLJava.CmpGT> |
LLJava.__Patterns.term_CmpGT(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpIntegral> |
LLJava.__Patterns.term_CmpIntegral(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpLT> |
LLJava.__Patterns.term_CmpLT(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CodeAttribute> |
LLJava.__Patterns.term_CodeAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.StackMapTableAttribute> p_stackMap) |
static Pattern<? super LLJava.CodeInterval> |
LLJava.__Patterns.term_CodeInterval(Pattern<? super LLJava.Node> superpattern) |
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.CodePoint> |
LLJava.__Patterns.term_CodePoint(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.ConstantAnnotationValue> |
LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Literal> p_literal) |
static Pattern<? super LLJava.ConstantDouble> |
LLJava.__Patterns.term_ConstantDouble(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.ConstantDoubleValue> |
LLJava.__Patterns.term_ConstantDoubleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.ConstantFloat> |
LLJava.__Patterns.term_ConstantFloat(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.ConstantInteger> |
LLJava.__Patterns.term_ConstantInteger(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.ConstantLong> |
LLJava.__Patterns.term_ConstantLong(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.ConstantPoolEntry> |
LLJava.__Patterns.term_ConstantPoolEntry(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ConstantSingleValue> |
LLJava.__Patterns.term_ConstantSingleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
static Pattern<? super LLJava.ConstantUTF8> |
LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.ConstantValueAttribute> |
LLJava.__Patterns.term_ConstantValueAttribute(Pattern<? super LLJava.Attribute> superpattern) |
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.DefaultMethodBody> |
LLJava.__Patterns.term_DefaultMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.AnnotationValue> p_value) |
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.Div> |
LLJava.__Patterns.term_Div(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super Verify.Double> |
Verify.__Patterns.term_Double(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.DoubleLiteral> |
LLJava.__Patterns.term_DoubleLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.DoubleType> |
LLJava.__Patterns.term_DoubleType(Pattern<? super LLJava.WideType> superpattern) |
static Pattern<? super LLJava.DoubleVType> |
LLJava.__Patterns.term_DoubleVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.Dup> |
LLJava.__Patterns.term_Dup(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Dynamic> |
LLJava.__Patterns.term_Dynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
static Pattern<? super LLJava.DynamicExpr> |
LLJava.__Patterns.term_DynamicExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.MemberDynamicName> p_fullName) |
static Pattern<? super LLJava.Enter> |
LLJava.__Patterns.term_Enter(Pattern<? super LLJava.Monitor> superpattern) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.ExceptionsAttribute> |
LLJava.__Patterns.term_ExceptionsAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.Exit> |
LLJava.__Patterns.term_Exit(Pattern<? super LLJava.Monitor> superpattern) |
static Pattern<? super LLJava.ExplicitName> |
LLJava.__Patterns.term_ExplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
static Pattern<? super LLJava.FieldAccess> |
LLJava.__Patterns.term_FieldAccess(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super Boolean> p_statically) |
static Pattern<? super LLJava.FieldRef> |
LLJava.__Patterns.term_FieldRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.FieldReference> |
LLJava.__Patterns.term_FieldReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.FieldSignatureAttribute> |
LLJava.__Patterns.term_FieldSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super Verify.Float> |
Verify.__Patterns.term_Float(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.FloatLiteral> |
LLJava.__Patterns.term_FloatLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.FloatType> |
LLJava.__Patterns.term_FloatType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.FloatVType> |
LLJava.__Patterns.term_FloatVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.Get> |
LLJava.__Patterns.term_Get(Pattern<? super LLJava.FieldAccess> superpattern) |
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoPoint> |
LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Id> |
LLJava.__Patterns.term_Id(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.ImplicitName> |
LLJava.__Patterns.term_ImplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Anonymity> p_id) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
static Pattern<? super LLJava.InlineInterval> |
LLJava.__Patterns.term_InlineInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InlinePoint> |
LLJava.__Patterns.term_InlinePoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
static Pattern<? super LLJava.Instanceof> |
LLJava.__Patterns.term_Instanceof(Pattern<? super LLJava.TypeInstruction> superpattern) |
static Pattern<? super LLJava.Instruction> |
LLJava.__Patterns.term_Instruction(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.StackFrame> p_pre,
Pattern<? super LLJava.StackFrame> p_post) |
static Pattern<? super Verify.Int> |
Verify.__Patterns.term_Int(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.InterfaceMethodRef> |
LLJava.__Patterns.term_InterfaceMethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
static Pattern<? super LLJava.IntLiteral> |
LLJava.__Patterns.term_IntLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.IntType> |
LLJava.__Patterns.term_IntType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.IntVType> |
LLJava.__Patterns.term_IntVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.InvokeDynamic> |
LLJava.__Patterns.term_InvokeDynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
static Pattern<? super LLJava.Jump> |
LLJava.__Patterns.term_Jump(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Label> |
LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Length> |
LLJava.__Patterns.term_Length(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Literal> |
LLJava.__Patterns.term_Literal(Pattern<? super LLJava.LoadableExpr> superpattern) |
static Pattern<? super LLJava.Load> |
LLJava.__Patterns.term_Load(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.LoadArgument> p_arg) |
static Pattern<? super LLJava.Loadable> |
LLJava.__Patterns.term_Loadable(Pattern<? super LLJava.ConstantPoolEntry> superpattern) |
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
static Pattern<? super LLJava.LoadArgument> |
LLJava.__Patterns.term_LoadArgument(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Local> |
LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.LocalClass> |
LLJava.__Patterns.term_LocalClass(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Class> p_target) |
static Pattern<? super Verify.Long> |
Verify.__Patterns.term_Long(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.LongLiteral> |
LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.LongType> |
LLJava.__Patterns.term_LongType(Pattern<? super LLJava.WideType> superpattern) |
static Pattern<? super LLJava.LongVType> |
LLJava.__Patterns.term_LongVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.LowerTypeBound> |
LLJava.__Patterns.term_LowerTypeBound(Pattern<? super LLJava.TypeBound> superpattern) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
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.MemberFullName> |
LLJava.__Patterns.term_MemberFullName(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
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.MethodBody> |
LLJava.__Patterns.term_MethodBody(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
static Pattern<? super LLJava.MethodHandleExpr> |
LLJava.__Patterns.term_MethodHandleExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.MethodHandleTarget> p_target) |
static Pattern<? super LLJava.MethodHandleTarget> |
LLJava.__Patterns.term_MethodHandleTarget(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.MemberReference> p_target) |
static Pattern<? super LLJava.MethodName> |
LLJava.__Patterns.term_MethodName(Pattern<Object> superpattern) |
static Pattern<? super LLJava.MethodRef> |
LLJava.__Patterns.term_MethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
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.MethodReferenceParameter> |
LLJava.__Patterns.term_MethodReferenceParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.MethodSignatureAttribute> |
LLJava.__Patterns.term_MethodSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super LLJava.MethodType> |
LLJava.__Patterns.term_MethodType(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
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.ModifierExpr> |
LLJava.__Patterns.term_ModifierExpr(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Monitor> |
LLJava.__Patterns.term_Monitor(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Mul> |
LLJava.__Patterns.term_Mul(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Name> |
LLJava.__Patterns.term_Name(Pattern<Object> superpattern) |
static Pattern<? super LLJava.NameAndType> |
LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
static Pattern<? super LLJava.Neg> |
LLJava.__Patterns.term_Neg(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.NestedAnnotationValue> |
LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Annotation> p_annotation) |
static Pattern<? super LLJava.New> |
LLJava.__Patterns.term_New(Pattern<? super LLJava.TypeInstruction> superpattern,
Pattern<? super Integer> p_multiarray) |
static Pattern<? super LLJava.Node> |
LLJava.__Patterns.term_Node(Pattern<Object> superpattern,
Pattern<? super Location<SourceId>> p_location) |
static Pattern<? super LLJava.Nop> |
LLJava.__Patterns.term_Nop(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super Verify.Null> |
Verify.__Patterns.term_Null(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.NullLiteral> |
LLJava.__Patterns.term_NullLiteral(Pattern<? super LLJava.LoadArgument> superpattern) |
static Pattern<? super LLJava.NullVType> |
LLJava.__Patterns.term_NullVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super Verify.Object> |
Verify.__Patterns.term_Object(Pattern<? super Verify.Category1> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super LLJava.ObjectVType> |
LLJava.__Patterns.term_ObjectVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super Verify.OneWord> |
Verify.__Patterns.term_OneWord(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.OneWordVType> |
LLJava.__Patterns.term_OneWordVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.Or> |
LLJava.__Patterns.term_Or(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Pop> |
LLJava.__Patterns.term_Pop(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.PrimitiveType> |
LLJava.__Patterns.term_PrimitiveType(Pattern<? super LLJava.Type> superpattern) |
static Pattern<? super LLJava.PrimitiveTypeExpr> |
LLJava.__Patterns.term_PrimitiveTypeExpr(Pattern<? super LLJava.TypeExpr> superpattern) |
static Pattern<? super LLJava.Put> |
LLJava.__Patterns.term_Put(Pattern<? super LLJava.FieldAccess> superpattern) |
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 Verify.Reference> |
Verify.__Patterns.term_Reference(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.ReferenceTypeExpr> |
LLJava.__Patterns.term_ReferenceTypeExpr(Pattern<? super LLJava.TypeExpr> superpattern) |
static Pattern<? super LLJava.ReferenceVType> |
LLJava.__Patterns.term_ReferenceVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.RefType> |
LLJava.__Patterns.term_RefType(Pattern<? super LLJava.Type> superpattern) |
static Pattern<? super LLJava.Rem> |
LLJava.__Patterns.term_Rem(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Result> |
LLJava.__Patterns.term_Result(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ResultExpr> |
LLJava.__Patterns.term_ResultExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Result> p_erasure) |
static Pattern<? super LLJava.Return> |
LLJava.__Patterns.term_Return(Pattern<? super LLJava.Jump> superpattern) |
static Pattern<? super LLJava.ReturnsExpr> |
LLJava.__Patterns.term_ReturnsExpr(Pattern<? super LLJava.ResultExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.Shift> |
LLJava.__Patterns.term_Shift(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Shl> |
LLJava.__Patterns.term_Shl(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.ShortType> |
LLJava.__Patterns.term_ShortType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.ShortVType> |
LLJava.__Patterns.term_ShortVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Shr> |
LLJava.__Patterns.term_Shr(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.SignatureAttribute> |
LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_signature) |
static Pattern<? super LLJava.SimpleModifierExpr> |
LLJava.__Patterns.term_SimpleModifierExpr(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.Modifier> p_modifier) |
static Pattern<? super LLJava.Slot> |
LLJava.__Patterns.term_Slot(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super Integer> p_index) |
static Pattern<? super LLJava.SlotRef> |
LLJava.__Patterns.term_SlotRef(Pattern<? super LLJava.VariableAccess> superpattern) |
static Pattern<? super LLJava.SlotReference> |
LLJava.__Patterns.term_SlotReference(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super Integer> p_index,
Pattern<? super Boolean> p_wide) |
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.StackFrameDelta> |
LLJava.__Patterns.term_StackFrameDelta(Pattern<Object> superpattern,
Pattern<? super Integer> p_delta,
Pattern<? super LLJava.StackFrame> p_next) |
static Pattern<? super LLJava.StackMapTableAttribute> |
LLJava.__Patterns.term_StackMapTableAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.Statement> |
LLJava.__Patterns.term_Statement(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Store> |
LLJava.__Patterns.term_Store(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.StoreArgument> p_arg) |
static Pattern<? super LLJava.StoreArgument> |
LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) |
static Pattern<? super LLJava.StringLiteral> |
LLJava.__Patterns.term_StringLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super String> p_value) |
static Pattern<? super LLJava.Sub> |
LLJava.__Patterns.term_Sub(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Swap> |
LLJava.__Patterns.term_Swap(Pattern<? super LLJava.Instruction> superpattern) |
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.This> |
LLJava.__Patterns.term_This(Pattern<? super LLJava.VariableAccess> superpattern) |
static Pattern<? super LLJava.Throw> |
LLJava.__Patterns.term_Throw(Pattern<? super LLJava.Jump> superpattern) |
static Pattern<? super Verify.Top> |
Verify.__Patterns.term_Top(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.TopVType> |
LLJava.__Patterns.term_TopVType(Pattern<? super LLJava.VType> superpattern) |
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 Verify.TwoWord> |
Verify.__Patterns.term_TwoWord(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.TwoWordVType> |
LLJava.__Patterns.term_TwoWordVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.Type> |
LLJava.__Patterns.term_Type(Pattern<? super LLJava.Result> superpattern) |
static Pattern<? super Verify.Type> |
Verify.__Patterns.term_Type(Pattern<Object> superpattern) |
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.TypeBound> |
LLJava.__Patterns.term_TypeBound(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ReferenceTypeExpr> p_limit,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeExpr> |
LLJava.__Patterns.term_TypeExpr(Pattern<? super LLJava.TypeArgument> superpattern) |
static Pattern<? super LLJava.TypeInstruction> |
LLJava.__Patterns.term_TypeInstruction(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
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 Verify.Uninitialized> |
Verify.__Patterns.term_Uninitialized(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super Verify.UninitializedNew> |
Verify.__Patterns.term_UninitializedNew(Pattern<? super Verify.Category1> superpattern,
Pattern<? super LLJava.Instruction> p_offset) |
static Pattern<? super LLJava.UninitializedNewVType> |
LLJava.__Patterns.term_UninitializedNewVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super LLJava.New> p_offset) |
static Pattern<? super Verify.UninitializedThis> |
Verify.__Patterns.term_UninitializedThis(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.UninitializedThisVType> |
LLJava.__Patterns.term_UninitializedThisVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.UninitializedVType> |
LLJava.__Patterns.term_UninitializedVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.UpperTypeBound> |
LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern,
Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p_interfaces) |
static Pattern<? super LLJava.UShr> |
LLJava.__Patterns.term_UShr(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.Variable> |
LLJava.__Patterns.term_Variable(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.VariableAccess> |
LLJava.__Patterns.term_VariableAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Slot> p_target) |
static Pattern<? super LLJava.VariableRef> |
LLJava.__Patterns.term_VariableRef(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Void> |
LLJava.__Patterns.term_Void(Pattern<? super LLJava.Result> superpattern) |
static Pattern<? super LLJava.VoidExpr> |
LLJava.__Patterns.term_VoidExpr(Pattern<? super LLJava.ResultExpr> superpattern) |
static Pattern<? super LLJava.VType> |
LLJava.__Patterns.term_VType(Pattern<Object> superpattern) |
static Pattern<? super LLJava.WideType> |
LLJava.__Patterns.term_WideType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.Wildcard> |
LLJava.__Patterns.term_Wildcard(Pattern<? super LLJava.TypeArgument> superpattern,
Pattern<? super LLJava.TypeBound> p_bound) |
static Pattern<? super LLJava.XOr> |
LLJava.__Patterns.term_XOr(Pattern<? super LLJava.ArithInstruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractDynamic(Pattern<? super LLJava.AbstractDynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractIntVType(Pattern<? super LLJava.AbstractIntVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractMethodBody(Pattern<? super LLJava.AbstractMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractMethodRef(Pattern<? super LLJava.AbstractMethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Add(Pattern<? super LLJava.Add> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_And(Pattern<? super LLJava.And> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Annotation(Pattern<? super LLJava.Annotation> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AnnotationDefaultAttribute(Pattern<? super LLJava.AnnotationDefaultAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_AnnotationValue(Pattern<? super LLJava.AnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Anonymity(Pattern<? super LLJava.Anonymity> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArithInstruction(Pattern<? super LLJava.ArithInstruction> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayAccess(Pattern<? super LLJava.ArrayAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayAnnotationValue(Pattern<? super LLJava.ArrayAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayType(Pattern<? super LLJava.ArrayType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ArrayTypeExpr(Pattern<? super LLJava.ArrayTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Attributable(Pattern<? super LLJava.Attributable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Attribute(Pattern<? super LLJava.Attribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Block(Pattern<? super LLJava.Block> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanLiteral(Pattern<? super LLJava.BooleanLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanType(Pattern<? super LLJava.BooleanType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanVType(Pattern<? super LLJava.BooleanVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BootstrapMethod(Pattern<? super LLJava.BootstrapMethod> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_BootstrapMethodsAttribute(Pattern<? super LLJava.BootstrapMethodsAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ByteType(Pattern<? super LLJava.ByteType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ByteVType(Pattern<? super LLJava.ByteVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Case(Pattern<? super LLJava.Case> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Cast(Pattern<? super LLJava.Cast> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Category1(Pattern<? super Verify.Category1> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Category1VType(Pattern<? super LLJava.Category1VType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Category2(Pattern<? super Verify.Category2> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Category2VType(Pattern<? super LLJava.Category2VType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharLiteral(Pattern<? super LLJava.CharLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharType(Pattern<? super LLJava.CharType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CharVType(Pattern<? super LLJava.CharVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Class(Pattern<? super LLJava.Class> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassAnnotationValue(Pattern<? super LLJava.ClassAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassExpr(Pattern<? super LLJava.ClassExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassParent(Pattern<? super LLJava.ClassParent> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassRef(Pattern<? super LLJava.ClassRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassReference(Pattern<? super LLJava.ClassReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassSignatureAttribute(Pattern<? super LLJava.ClassSignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassType(Pattern<? super LLJava.ClassType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ClassTypeExpr(Pattern<? super LLJava.ClassTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Cmp(Pattern<? super LLJava.Cmp> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpFloating(Pattern<? super LLJava.CmpFloating> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpGT(Pattern<? super LLJava.CmpGT> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpIntegral(Pattern<? super LLJava.CmpIntegral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CmpLT(Pattern<? super LLJava.CmpLT> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeAttribute(Pattern<? super LLJava.CodeAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeInterval(Pattern<? super LLJava.CodeInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodeMethodBody(Pattern<? super LLJava.CodeMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CodePoint(Pattern<? super LLJava.CodePoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantAnnotationValue(Pattern<? super LLJava.ConstantAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantDouble(Pattern<? super LLJava.ConstantDouble> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantDoubleValue(Pattern<? super LLJava.ConstantDoubleValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantFloat(Pattern<? super LLJava.ConstantFloat> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantInteger(Pattern<? super LLJava.ConstantInteger> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantLong(Pattern<? super LLJava.ConstantLong> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantPoolEntry(Pattern<? super LLJava.ConstantPoolEntry> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantSingleValue(Pattern<? super LLJava.ConstantSingleValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantString(Pattern<? super LLJava.ConstantString> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantUTF8(Pattern<? super LLJava.ConstantUTF8> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantValueAttribute(Pattern<? super LLJava.ConstantValueAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_CustomAttribute(Pattern<? super LLJava.CustomAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DefaultMethodBody(Pattern<? super LLJava.DefaultMethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DimensionExpr(Pattern<? super LLJava.DimensionExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Div(Pattern<? super LLJava.Div> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Double(Pattern<? super Verify.Double> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleLiteral(Pattern<? super LLJava.DoubleLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleType(Pattern<? super LLJava.DoubleType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DoubleVType(Pattern<? super LLJava.DoubleVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Dup(Pattern<? super LLJava.Dup> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Dynamic(Pattern<? super LLJava.Dynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_DynamicExpr(Pattern<? super LLJava.DynamicExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Enter(Pattern<? super LLJava.Enter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_EnumAnnotationValue(Pattern<? super LLJava.EnumAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Exception(Pattern<? super LLJava.Exception> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ExceptionsAttribute(Pattern<? super LLJava.ExceptionsAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Exit(Pattern<? super LLJava.Exit> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ExplicitName(Pattern<? super LLJava.ExplicitName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Field(Pattern<? super LLJava.Field> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldAccess(Pattern<? super LLJava.FieldAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldRef(Pattern<? super LLJava.FieldRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldReference(Pattern<? super LLJava.FieldReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FieldSignatureAttribute(Pattern<? super LLJava.FieldSignatureAttribute> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Float(Pattern<? super Verify.Float> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatLiteral(Pattern<? super LLJava.FloatLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatType(Pattern<? super LLJava.FloatType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_FloatVType(Pattern<? super LLJava.FloatVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Get(Pattern<? super LLJava.Get> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Goto(Pattern<? super LLJava.Goto> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_GotoInterval(Pattern<? super LLJava.GotoInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_GotoPoint(Pattern<? super LLJava.GotoPoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Handler(Pattern<? super LLJava.Handler> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Id(Pattern<? super LLJava.Id> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_If(Pattern<? super LLJava.If> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ImplicitName(Pattern<? super LLJava.ImplicitName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Inc(Pattern<? super LLJava.Inc> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InlineInterval(Pattern<? super LLJava.InlineInterval> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InlinePoint(Pattern<? super LLJava.InlinePoint> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InnerClass(Pattern<? super LLJava.InnerClass> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Instanceof(Pattern<? super LLJava.Instanceof> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Instruction(Pattern<? super LLJava.Instruction> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Int(Pattern<? super Verify.Int> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InterfaceMethodRef(Pattern<? super LLJava.InterfaceMethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntLiteral(Pattern<? super LLJava.IntLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntType(Pattern<? super LLJava.IntType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_IntVType(Pattern<? super LLJava.IntVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Invoke(Pattern<? super LLJava.Invoke> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_InvokeDynamic(Pattern<? super LLJava.InvokeDynamic> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Jump(Pattern<? super LLJava.Jump> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Label(Pattern<? super LLJava.Label> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Length(Pattern<? super LLJava.Length> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Literal(Pattern<? super LLJava.Literal> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Load(Pattern<? super LLJava.Load> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Loadable(Pattern<? super LLJava.Loadable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LoadableExpr(Pattern<? super LLJava.LoadableExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LoadArgument(Pattern<? super LLJava.LoadArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Local(Pattern<? super LLJava.Local> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LocalClass(Pattern<? super LLJava.LocalClass> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Long(Pattern<? super Verify.Long> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongLiteral(Pattern<? super LLJava.LongLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongType(Pattern<? super LLJava.LongType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LongVType(Pattern<? super LLJava.LongVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_LowerTypeBound(Pattern<? super LLJava.LowerTypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Member(Pattern<? super LLJava.Member> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberDynamicName(Pattern<? super LLJava.MemberDynamicName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberFullName(Pattern<? super LLJava.MemberFullName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberRef(Pattern<? super LLJava.MemberRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberReference(Pattern<? super LLJava.MemberReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MemberStaticName(Pattern<? super LLJava.MemberStaticName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Method(Pattern<? super LLJava.Method> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodBody(Pattern<? super LLJava.MethodBody> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandle(Pattern<? super LLJava.MethodHandle> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandleExpr(Pattern<? super LLJava.MethodHandleExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodHandleTarget(Pattern<? super LLJava.MethodHandleTarget> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodName(Pattern<? super LLJava.MethodName> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodRef(Pattern<? super LLJava.MethodRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReference(Pattern<? super LLJava.MethodReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReferenceParameter(Pattern<? super LLJava.MethodReferenceParameter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodSignatureAttribute(Pattern<? super LLJava.MethodSignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodType(Pattern<? super LLJava.MethodType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_MethodTypeExpr(Pattern<? super LLJava.MethodTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Modifiable(Pattern<? super LLJava.Modifiable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ModifierExpr(Pattern<? super LLJava.ModifierExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Monitor(Pattern<? super LLJava.Monitor> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Mul(Pattern<? super LLJava.Mul> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Name(Pattern<? super LLJava.Name> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NameAndType(Pattern<? super LLJava.NameAndType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Neg(Pattern<? super LLJava.Neg> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NestedAnnotationValue(Pattern<? super LLJava.NestedAnnotationValue> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_New(Pattern<? super LLJava.New> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Node(Pattern<? super LLJava.Node> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Nop(Pattern<? super LLJava.Nop> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Null(Pattern<? super Verify.Null> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NullLiteral(Pattern<? super LLJava.NullLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_NullVType(Pattern<? super LLJava.NullVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Object(Pattern<? super Verify.Object> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ObjectVType(Pattern<? super LLJava.ObjectVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_OneWord(Pattern<? super Verify.OneWord> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_OneWordVType(Pattern<? super LLJava.OneWordVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Or(Pattern<? super LLJava.Or> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Parameter(Pattern<? super LLJava.Parameter> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Pop(Pattern<? super LLJava.Pop> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_PrimitiveType(Pattern<? super LLJava.PrimitiveType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_PrimitiveTypeExpr(Pattern<? super LLJava.PrimitiveTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Put(Pattern<? super LLJava.Put> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_QualId(Pattern<? super LLJava.QualId> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Reference(Pattern<? super Verify.Reference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReferenceTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReferenceVType(Pattern<? super LLJava.ReferenceVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_RefType(Pattern<? super LLJava.RefType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Rem(Pattern<? super LLJava.Rem> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Result(Pattern<? super LLJava.Result> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ResultExpr(Pattern<? super LLJava.ResultExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Return(Pattern<? super LLJava.Return> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ReturnsExpr(Pattern<? super LLJava.ReturnsExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shift(Pattern<? super LLJava.Shift> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shl(Pattern<? super LLJava.Shl> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ShortType(Pattern<? super LLJava.ShortType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_ShortVType(Pattern<? super LLJava.ShortVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Shr(Pattern<? super LLJava.Shr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SignatureAttribute(Pattern<? super LLJava.SignatureAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SimpleModifierExpr(Pattern<? super LLJava.SimpleModifierExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Slot(Pattern<? super LLJava.Slot> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SlotRef(Pattern<? super LLJava.SlotRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_SlotReference(Pattern<? super LLJava.SlotReference> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackFrame(Pattern<? super LLJava.StackFrame> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackFrameDelta(Pattern<? super LLJava.StackFrameDelta> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StackMapTableAttribute(Pattern<? super LLJava.StackMapTableAttribute> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Statement(Pattern<? super LLJava.Statement> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Store(Pattern<? super LLJava.Store> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StoreArgument(Pattern<? super LLJava.StoreArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_StringLiteral(Pattern<? super LLJava.StringLiteral> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Sub(Pattern<? super LLJava.Sub> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Swap(Pattern<? super LLJava.Swap> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Switch(Pattern<? super LLJava.Switch> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_This(Pattern<? super LLJava.This> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Throw(Pattern<? super LLJava.Throw> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Top(Pattern<? super Verify.Top> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TopVType(Pattern<? super LLJava.TopVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Try(Pattern<? super LLJava.Try> p) |
static Pattern<Object> |
Verify.__Patterns.cast_TwoWord(Pattern<? super Verify.TwoWord> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TwoWordVType(Pattern<? super LLJava.TwoWordVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Type(Pattern<? super LLJava.Type> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Type(Pattern<? super Verify.Type> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeArgument(Pattern<? super LLJava.TypeArgument> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeBound(Pattern<? super LLJava.TypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeExpr(Pattern<? super LLJava.TypeExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeInstruction(Pattern<? super LLJava.TypeInstruction> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_TypeParameter(Pattern<? super LLJava.TypeParameter> p) |
static Pattern<Object> |
Verify.__Patterns.cast_Uninitialized(Pattern<? super Verify.Uninitialized> p) |
static Pattern<Object> |
Verify.__Patterns.cast_UninitializedNew(Pattern<? super Verify.UninitializedNew> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedNewVType(Pattern<? super LLJava.UninitializedNewVType> p) |
static Pattern<Object> |
Verify.__Patterns.cast_UninitializedThis(Pattern<? super Verify.UninitializedThis> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedThisVType(Pattern<? super LLJava.UninitializedThisVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UninitializedVType(Pattern<? super LLJava.UninitializedVType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UpperTypeBound(Pattern<? super LLJava.UpperTypeBound> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_UShr(Pattern<? super LLJava.UShr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Variable(Pattern<? super LLJava.Variable> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VariableAccess(Pattern<? super LLJava.VariableAccess> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VariableRef(Pattern<? super LLJava.VariableRef> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Void(Pattern<? super LLJava.Void> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VoidExpr(Pattern<? super LLJava.VoidExpr> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_VType(Pattern<? super LLJava.VType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_WideType(Pattern<? super LLJava.WideType> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_Wildcard(Pattern<? super LLJava.Wildcard> p) |
static Pattern<Object> |
LLJava.__Patterns.cast_XOr(Pattern<? super LLJava.XOr> p) |
static Pattern<LLJava.NestedAnnotationValue> |
LLJava.NestedAnnotationValue.get_annotation(Pattern<? super LLJava.Annotation> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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.Load> |
LLJava.Load.get_arg(Pattern<? super LLJava.LoadArgument> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Store> |
LLJava.Store.get_arg(Pattern<? super LLJava.StoreArgument> 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.MethodReference> |
LLJava.MethodReference.get_asInterface(Pattern<? super Boolean> 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.ArrayTypeExpr> |
LLJava.ArrayTypeExpr.get_base(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_block(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InlineInterval> |
LLJava.InlineInterval.get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InlinePoint> |
LLJava.InlinePoint.get_body(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Try> |
LLJava.Try.get_body(Pattern<? super LLJava.CodeInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Case> |
LLJava.Case.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.If> |
LLJava.If.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_body(Pattern<? super LLJava.MethodBody> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_bootstrap(Pattern<? super LLJava.BootstrapMethod> 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.Wildcard> |
LLJava.Wildcard.get_bound(Pattern<? super LLJava.TypeBound> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_bound(Pattern<? super LLJava.UpperTypeBound> 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.ObjectVType> |
LLJava.ObjectVType.get_classname(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<Verify.Object> |
Verify.Object.get_classname(Pattern<? super String> p) |
static Pattern<LLJava.If> |
LLJava.If.get_condition(Pattern<? super LLJava.Condition> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_controlEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Block>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_dataEnv(Pattern<? super CheckedMap_RD<LLJava.Name,LLJava.Variable>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_definition(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrameDelta> |
LLJava.StackFrameDelta.get_delta(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodType> |
LLJava.MethodType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_descriptor(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_dynamicEntry(Pattern<? super LLJava.InvokeDynamic> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayType> |
LLJava.ArrayType.get_element(Pattern<? super LLJava.Type> 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.Annotation> |
LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_end(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_endTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeInstruction> |
LLJava.TypeInstruction.get_entry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LoadableExpr> |
LLJava.LoadableExpr.get_entry(Pattern<? super LLJava.Loadable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_entry(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ResultExpr> |
LLJava.ResultExpr.get_erasure(Pattern<? super LLJava.Result> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeArgument> |
LLJava.TypeArgument.get_erasure(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeBound> |
LLJava.TypeBound.get_erasure(Pattern<? super LLJava.Type> 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.MemberDynamicName> |
LLJava.MemberDynamicName.get_factory(Pattern<? super LLJava.MethodHandleExpr> 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.DynamicExpr> |
LLJava.DynamicExpr.get_fullName(Pattern<? super LLJava.MemberDynamicName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_fullName(Pattern<? super LLJava.MemberFullName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CmpFloating> |
LLJava.CmpFloating.get_greaterNaN(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BootstrapMethod> |
LLJava.BootstrapMethod.get_handle(Pattern<? super LLJava.MethodHandle> 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.ImplicitName> |
LLJava.ImplicitName.get_id(Pattern<? super LLJava.Anonymity> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ExplicitName> |
LLJava.ExplicitName.get_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.QualId> |
LLJava.QualId.get_id(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_id(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Block> |
LLJava.Block.get_implicit(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_increment(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Slot> |
LLJava.Slot.get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Field> |
LLJava.Field.get_initializer(Pattern<? super LLJava.Literal> 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_innerName(Pattern<? super LLJava.Id> 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.Case> |
LLJava.Case.get_isDefault(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_kind(Pattern<? super LLJava.HandleKind> 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.Case> |
LLJava.Case.get_labels(Pattern<? super CheckedSet<Integer>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeBound> |
LLJava.TypeBound.get_limit(Pattern<? super LLJava.ReferenceTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantAnnotationValue> |
LLJava.ConstantAnnotationValue.get_literal(Pattern<? super LLJava.Literal> 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.Node> |
LLJava.Node.get_location(Pattern<? super Location<SourceId>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxLocals(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxOperands(Pattern<? super Integer> 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.SimpleModifierExpr> |
LLJava.SimpleModifierExpr.get_modifier(Pattern<? super LLJava.Modifier> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.New> |
LLJava.New.get_multiarray(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Attribute> |
LLJava.Attribute.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassRef> |
LLJava.ClassRef.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.NameAndType> |
LLJava.NameAndType.get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.InnerClass> |
LLJava.InnerClass.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberFullName> |
LLJava.MemberFullName.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeParameter> |
LLJava.TypeParameter.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Label> |
LLJava.Label.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Variable> |
LLJava.Variable.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.VariableRef> |
LLJava.VariableRef.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassAnnotationValue> |
LLJava.ClassAnnotationValue.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassType> |
LLJava.ClassType.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.AbstractDynamic> |
LLJava.AbstractDynamic.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberRef> |
LLJava.MemberRef.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.If> |
LLJava.If.get_neg(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StackFrameDelta> |
LLJava.StackFrameDelta.get_next(Pattern<? super LLJava.StackFrame> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<Verify.UninitializedNew> |
Verify.UninitializedNew.get_offset(Pattern<? super LLJava.Instruction> p) |
static Pattern<LLJava.UninitializedNewVType> |
LLJava.UninitializedNewVType.get_offset(Pattern<? super LLJava.New> 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.MemberRef> |
LLJava.MemberRef.get_owner(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberStaticName> |
LLJava.MemberStaticName.get_owner(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassTypeExpr> |
LLJava.ClassTypeExpr.get_parameter(Pattern<? super Boolean> 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.Instruction> |
LLJava.Instruction.get_post(Pattern<? super LLJava.StackFrame> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Instruction> |
LLJava.Instruction.get_pre(Pattern<? super LLJava.StackFrame> 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.Exception> |
LLJava.Exception.get_range(Pattern<? super LLJava.GotoInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_reference(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Method> |
LLJava.Method.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodTypeExpr> |
LLJava.MethodTypeExpr.get_result(Pattern<? super LLJava.ResultExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Annotation> |
LLJava.Annotation.get_runtimeVisible(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SignatureAttribute> |
LLJava.SignatureAttribute.get_signature(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayTypeExpr> |
LLJava.ArrayTypeExpr.get_specified(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DimensionExpr> |
LLJava.DimensionExpr.get_specified(Pattern<? super Boolean> 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.CodeAttribute> |
LLJava.CodeAttribute.get_stackMap(Pattern<? super LLJava.StackMapTableAttribute> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_stackMapPlaces(Pattern<? super CheckedSet<LLJava.Instruction>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_start(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_startTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.FieldAccess> |
LLJava.FieldAccess.get_statically(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Invoke> |
LLJava.Invoke.get_strategy(Pattern<? super LLJava.Strategy> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_superClass(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_target(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LocalClass> |
LLJava.LocalClass.get_target(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Exception> |
LLJava.Exception.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Goto> |
LLJava.Goto.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandleTarget> |
LLJava.MethodHandleTarget.get_target(Pattern<? super LLJava.MemberReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandleExpr> |
LLJava.MethodHandleExpr.get_target(Pattern<? super LLJava.MethodHandleTarget> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.VariableAccess> |
LLJava.VariableAccess.get_target(Pattern<? super LLJava.Slot> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_target(Pattern<? super LLJava.VariableAccess> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantUTF8> |
LLJava.ConstantUTF8.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Id> |
LLJava.Id.get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Class> |
LLJava.Class.get_thisEntry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Exception> |
LLJava.Exception.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Handler> |
LLJava.Handler.get_type(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassExpr> |
LLJava.ClassExpr.get_type(Pattern<? super LLJava.ClassTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ClassReference> |
LLJava.ClassReference.get_type(Pattern<? super LLJava.ClassTypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.EnumAnnotationValue> |
LLJava.EnumAnnotationValue.get_type(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ArrayAccess> |
LLJava.ArrayAccess.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Slot> |
LLJava.Slot.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Variable> |
LLJava.Variable.get_type(Pattern<? super LLJava.Type> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DynamicExpr> |
LLJava.DynamicExpr.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Field> |
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 Pattern<LLJava.FieldReference> |
LLJava.FieldReference.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodReferenceParameter> |
LLJava.MethodReferenceParameter.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ReturnsExpr> |
LLJava.ReturnsExpr.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.TypeInstruction> |
LLJava.TypeInstruction.get_type(Pattern<? super 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_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<LLJava.StackFrame> |
LLJava.StackFrame.get_uninitThis(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.BooleanLiteral> |
LLJava.BooleanLiteral.get_value(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CharLiteral> |
LLJava.CharLiteral.get_value(Pattern<? super Character> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantDouble> |
LLJava.ConstantDouble.get_value(Pattern<? super Double> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DoubleLiteral> |
LLJava.DoubleLiteral.get_value(Pattern<? super Double> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantFloat> |
LLJava.ConstantFloat.get_value(Pattern<? super Float> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.FloatLiteral> |
LLJava.FloatLiteral.get_value(Pattern<? super Float> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantInteger> |
LLJava.ConstantInteger.get_value(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.IntLiteral> |
LLJava.IntLiteral.get_value(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.DefaultMethodBody> |
LLJava.DefaultMethodBody.get_value(Pattern<? super LLJava.AnnotationValue> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantString> |
LLJava.ConstantString.get_value(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantLong> |
LLJava.ConstantLong.get_value(Pattern<? super Long> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.LongLiteral> |
LLJava.LongLiteral.get_value(Pattern<? super Long> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.StringLiteral> |
LLJava.StringLiteral.get_value(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Local> |
LLJava.Local.get_variable(Pattern<? super LLJava.Variable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Parameter> |
LLJava.Parameter.get_variable(Pattern<? super LLJava.Variable> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_wide(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.AbstractDynamic> |
LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.BootstrapMethod> p_bootstrap,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.AbstractDynamic> |
LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.BootstrapMethod> p_bootstrap,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.AbstractDynamic> |
LLJava.__Patterns.term_AbstractDynamic(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.BootstrapMethod> p_bootstrap,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.AbstractIntVType> |
LLJava.__Patterns.term_AbstractIntVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.AbstractMethodBody> |
LLJava.__Patterns.term_AbstractMethodBody(Pattern<? super LLJava.MethodBody> superpattern) |
static Pattern<? super LLJava.AbstractMethodRef> |
LLJava.__Patterns.term_AbstractMethodRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.Add> |
LLJava.__Patterns.term_Add(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.And> |
LLJava.__Patterns.term_And(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.Annotation> |
LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super Boolean> p_runtimeVisible,
Pattern<? super CheckedMap_RD<LLJava.Id,LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.AnnotationDefaultAttribute> |
LLJava.__Patterns.term_AnnotationDefaultAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.AnnotationValue> |
LLJava.__Patterns.term_AnnotationValue(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Anonymity> |
LLJava.__Patterns.term_Anonymity(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ArithInstruction> |
LLJava.__Patterns.term_ArithInstruction(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.ArrayAccess> |
LLJava.__Patterns.term_ArrayAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Type> p_type) |
static Pattern<? super LLJava.ArrayAccess> |
LLJava.__Patterns.term_ArrayAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Type> p_type) |
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.ArrayAnnotationValue> |
LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) |
static Pattern<? super LLJava.ArrayType> |
LLJava.__Patterns.term_ArrayType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.Type> p_element) |
static Pattern<? super LLJava.ArrayType> |
LLJava.__Patterns.term_ArrayType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.Type> p_element) |
static Pattern<? super LLJava.ArrayTypeExpr> |
LLJava.__Patterns.term_ArrayTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_base,
Pattern<? super Boolean> p_specified) |
static Pattern<? super LLJava.ArrayTypeExpr> |
LLJava.__Patterns.term_ArrayTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_base,
Pattern<? super Boolean> p_specified) |
static Pattern<? super LLJava.ArrayTypeExpr> |
LLJava.__Patterns.term_ArrayTypeExpr(Pattern<? super LLJava.ReferenceTypeExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_base,
Pattern<? super Boolean> p_specified) |
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.Attributable> |
LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.Attribute> |
LLJava.__Patterns.term_Attribute(Pattern<Object> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.Attribute> |
LLJava.__Patterns.term_Attribute(Pattern<Object> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
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.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.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.BooleanLiteral> |
LLJava.__Patterns.term_BooleanLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Boolean> p_value) |
static Pattern<? super LLJava.BooleanLiteral> |
LLJava.__Patterns.term_BooleanLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Boolean> p_value) |
static Pattern<? super LLJava.BooleanType> |
LLJava.__Patterns.term_BooleanType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.BooleanVType> |
LLJava.__Patterns.term_BooleanVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
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.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.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.BootstrapMethodsAttribute> |
LLJava.__Patterns.term_BootstrapMethodsAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.BootstrapMethod>> p_bootstrapMethods) |
static Pattern<? super LLJava.ByteType> |
LLJava.__Patterns.term_ByteType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.ByteVType> |
LLJava.__Patterns.term_ByteVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Cast> |
LLJava.__Patterns.term_Cast(Pattern<? super LLJava.TypeInstruction> superpattern) |
static Pattern<? super Verify.Category1> |
Verify.__Patterns.term_Category1(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.Category1VType> |
LLJava.__Patterns.term_Category1VType(Pattern<? super LLJava.VType> superpattern) |
static Pattern<? super Verify.Category2> |
Verify.__Patterns.term_Category2(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.Category2VType> |
LLJava.__Patterns.term_Category2VType(Pattern<? super LLJava.VType> superpattern) |
static Pattern<? super LLJava.CharLiteral> |
LLJava.__Patterns.term_CharLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Character> p_value) |
static Pattern<? super LLJava.CharLiteral> |
LLJava.__Patterns.term_CharLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Character> p_value) |
static Pattern<? super LLJava.CharType> |
LLJava.__Patterns.term_CharType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.CharVType> |
LLJava.__Patterns.term_CharVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
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.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.ClassAnnotationValue> |
LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassAnnotationValue> |
LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassExpr> |
LLJava.__Patterns.term_ClassExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type) |
static Pattern<? super LLJava.ClassExpr> |
LLJava.__Patterns.term_ClassExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type) |
static Pattern<? super LLJava.ClassParent> |
LLJava.__Patterns.term_ClassParent(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.ClassRef> |
LLJava.__Patterns.term_ClassRef(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name) |
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.ClassReference> |
LLJava.__Patterns.term_ClassReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassTypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.ClassSignatureAttribute> |
LLJava.__Patterns.term_ClassSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super LLJava.ClassType> |
LLJava.__Patterns.term_ClassType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.QualId> p_name) |
static Pattern<? super LLJava.ClassType> |
LLJava.__Patterns.term_ClassType(Pattern<? super LLJava.RefType> superpattern,
Pattern<? super LLJava.QualId> p_name) |
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.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.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.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.Cmp> |
LLJava.__Patterns.term_Cmp(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.CmpFloating> |
LLJava.__Patterns.term_CmpFloating(Pattern<? super LLJava.Cmp> superpattern,
Pattern<? super Boolean> p_greaterNaN) |
static Pattern<? super LLJava.CmpFloating> |
LLJava.__Patterns.term_CmpFloating(Pattern<? super LLJava.Cmp> superpattern,
Pattern<? super Boolean> p_greaterNaN) |
static Pattern<? super LLJava.CmpGT> |
LLJava.__Patterns.term_CmpGT(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpIntegral> |
LLJava.__Patterns.term_CmpIntegral(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpLT> |
LLJava.__Patterns.term_CmpLT(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CodeAttribute> |
LLJava.__Patterns.term_CodeAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.StackMapTableAttribute> p_stackMap) |
static Pattern<? super LLJava.CodeAttribute> |
LLJava.__Patterns.term_CodeAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.StackMapTableAttribute> p_stackMap) |
static Pattern<? super LLJava.CodeInterval> |
LLJava.__Patterns.term_CodeInterval(Pattern<? super LLJava.Node> superpattern) |
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.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.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.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.CodePoint> |
LLJava.__Patterns.term_CodePoint(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.ConstantAnnotationValue> |
LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Literal> p_literal) |
static Pattern<? super LLJava.ConstantAnnotationValue> |
LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Literal> p_literal) |
static Pattern<? super LLJava.ConstantDouble> |
LLJava.__Patterns.term_ConstantDouble(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.ConstantDouble> |
LLJava.__Patterns.term_ConstantDouble(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.ConstantDoubleValue> |
LLJava.__Patterns.term_ConstantDoubleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.ConstantFloat> |
LLJava.__Patterns.term_ConstantFloat(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.ConstantFloat> |
LLJava.__Patterns.term_ConstantFloat(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.ConstantInteger> |
LLJava.__Patterns.term_ConstantInteger(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.ConstantInteger> |
LLJava.__Patterns.term_ConstantInteger(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.ConstantLong> |
LLJava.__Patterns.term_ConstantLong(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.ConstantLong> |
LLJava.__Patterns.term_ConstantLong(Pattern<? super LLJava.ConstantDoubleValue> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.ConstantPoolEntry> |
LLJava.__Patterns.term_ConstantPoolEntry(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ConstantSingleValue> |
LLJava.__Patterns.term_ConstantSingleValue(Pattern<? super LLJava.Loadable> superpattern) |
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
static Pattern<? super LLJava.ConstantUTF8> |
LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.ConstantUTF8> |
LLJava.__Patterns.term_ConstantUTF8(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.ConstantValueAttribute> |
LLJava.__Patterns.term_ConstantValueAttribute(Pattern<? super LLJava.Attribute> superpattern) |
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.CustomAttribute> |
LLJava.__Patterns.term_CustomAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.DefaultMethodBody> |
LLJava.__Patterns.term_DefaultMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.AnnotationValue> p_value) |
static Pattern<? super LLJava.DefaultMethodBody> |
LLJava.__Patterns.term_DefaultMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.AnnotationValue> p_value) |
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.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.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.Div> |
LLJava.__Patterns.term_Div(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super Verify.Double> |
Verify.__Patterns.term_Double(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.DoubleLiteral> |
LLJava.__Patterns.term_DoubleLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.DoubleLiteral> |
LLJava.__Patterns.term_DoubleLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.DoubleType> |
LLJava.__Patterns.term_DoubleType(Pattern<? super LLJava.WideType> superpattern) |
static Pattern<? super LLJava.DoubleVType> |
LLJava.__Patterns.term_DoubleVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.Dup> |
LLJava.__Patterns.term_Dup(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Dynamic> |
LLJava.__Patterns.term_Dynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
static Pattern<? super LLJava.DynamicExpr> |
LLJava.__Patterns.term_DynamicExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.MemberDynamicName> p_fullName) |
static Pattern<? super LLJava.DynamicExpr> |
LLJava.__Patterns.term_DynamicExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.MemberDynamicName> p_fullName) |
static Pattern<? super LLJava.DynamicExpr> |
LLJava.__Patterns.term_DynamicExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.MemberDynamicName> p_fullName) |
static Pattern<? super LLJava.Enter> |
LLJava.__Patterns.term_Enter(Pattern<? super LLJava.Monitor> superpattern) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.EnumAnnotationValue> |
LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.QualId> p_type,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.ExceptionsAttribute> |
LLJava.__Patterns.term_ExceptionsAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.Exit> |
LLJava.__Patterns.term_Exit(Pattern<? super LLJava.Monitor> superpattern) |
static Pattern<? super LLJava.ExplicitName> |
LLJava.__Patterns.term_ExplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super LLJava.ExplicitName> |
LLJava.__Patterns.term_ExplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
static Pattern<? super LLJava.FieldAccess> |
LLJava.__Patterns.term_FieldAccess(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super Boolean> p_statically) |
static Pattern<? super LLJava.FieldAccess> |
LLJava.__Patterns.term_FieldAccess(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super Boolean> p_statically) |
static Pattern<? super LLJava.FieldRef> |
LLJava.__Patterns.term_FieldRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.FieldReference> |
LLJava.__Patterns.term_FieldReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.FieldReference> |
LLJava.__Patterns.term_FieldReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.FieldSignatureAttribute> |
LLJava.__Patterns.term_FieldSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super Verify.Float> |
Verify.__Patterns.term_Float(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.FloatLiteral> |
LLJava.__Patterns.term_FloatLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.FloatLiteral> |
LLJava.__Patterns.term_FloatLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.FloatType> |
LLJava.__Patterns.term_FloatType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.FloatVType> |
LLJava.__Patterns.term_FloatVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.Get> |
LLJava.__Patterns.term_Get(Pattern<? super LLJava.FieldAccess> superpattern) |
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
static Pattern<? super LLJava.GotoPoint> |
LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
static Pattern<? super LLJava.GotoPoint> |
LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
static Pattern<? super LLJava.GotoPoint> |
LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Handler> |
LLJava.__Patterns.term_Handler(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.Id> |
LLJava.__Patterns.term_Id(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.Id> |
LLJava.__Patterns.term_Id(Pattern<Object> superpattern,
Pattern<? super String> p_text) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
static Pattern<? super LLJava.ImplicitName> |
LLJava.__Patterns.term_ImplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Anonymity> p_id) |
static Pattern<? super LLJava.ImplicitName> |
LLJava.__Patterns.term_ImplicitName(Pattern<? super LLJava.Name> superpattern,
Pattern<? super LLJava.Anonymity> p_id) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
static Pattern<? super LLJava.InlineInterval> |
LLJava.__Patterns.term_InlineInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InlineInterval> |
LLJava.__Patterns.term_InlineInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InlinePoint> |
LLJava.__Patterns.term_InlinePoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InlinePoint> |
LLJava.__Patterns.term_InlinePoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Block> p_body) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
static Pattern<? super LLJava.Instanceof> |
LLJava.__Patterns.term_Instanceof(Pattern<? super LLJava.TypeInstruction> superpattern) |
static Pattern<? super LLJava.Instruction> |
LLJava.__Patterns.term_Instruction(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.StackFrame> p_pre,
Pattern<? super LLJava.StackFrame> p_post) |
static Pattern<? super LLJava.Instruction> |
LLJava.__Patterns.term_Instruction(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.StackFrame> p_pre,
Pattern<? super LLJava.StackFrame> p_post) |
static Pattern<? super LLJava.Instruction> |
LLJava.__Patterns.term_Instruction(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.StackFrame> p_pre,
Pattern<? super LLJava.StackFrame> p_post) |
static Pattern<? super Verify.Int> |
Verify.__Patterns.term_Int(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.InterfaceMethodRef> |
LLJava.__Patterns.term_InterfaceMethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
static Pattern<? super LLJava.IntLiteral> |
LLJava.__Patterns.term_IntLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.IntLiteral> |
LLJava.__Patterns.term_IntLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.IntType> |
LLJava.__Patterns.term_IntType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.IntVType> |
LLJava.__Patterns.term_IntVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.Invoke> |
LLJava.__Patterns.term_Invoke(Pattern<? super LLJava.MethodHandleTarget> superpattern,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers,
Pattern<? super LLJava.Strategy> p_strategy) |
static Pattern<? super LLJava.InvokeDynamic> |
LLJava.__Patterns.term_InvokeDynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
static Pattern<? super LLJava.Jump> |
LLJava.__Patterns.term_Jump(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Label> |
LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Label> |
LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Length> |
LLJava.__Patterns.term_Length(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Literal> |
LLJava.__Patterns.term_Literal(Pattern<? super LLJava.LoadableExpr> superpattern) |
static Pattern<? super LLJava.Load> |
LLJava.__Patterns.term_Load(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.LoadArgument> p_arg) |
static Pattern<? super LLJava.Load> |
LLJava.__Patterns.term_Load(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.LoadArgument> p_arg) |
static Pattern<? super LLJava.Loadable> |
LLJava.__Patterns.term_Loadable(Pattern<? super LLJava.ConstantPoolEntry> superpattern) |
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
static Pattern<? super LLJava.LoadableExpr> |
LLJava.__Patterns.term_LoadableExpr(Pattern<? super LLJava.LoadArgument> superpattern,
Pattern<? super LLJava.Loadable> p_entry) |
static Pattern<? super LLJava.LoadArgument> |
LLJava.__Patterns.term_LoadArgument(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Local> |
LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Local> |
LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Local> |
LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Local> |
LLJava.__Patterns.term_Local(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.LocalClass> |
LLJava.__Patterns.term_LocalClass(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Class> p_target) |
static Pattern<? super LLJava.LocalClass> |
LLJava.__Patterns.term_LocalClass(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Class> p_target) |
static Pattern<? super Verify.Long> |
Verify.__Patterns.term_Long(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.LongLiteral> |
LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.LongLiteral> |
LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.LongType> |
LLJava.__Patterns.term_LongType(Pattern<? super LLJava.WideType> superpattern) |
static Pattern<? super LLJava.LongVType> |
LLJava.__Patterns.term_LongVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.LowerTypeBound> |
LLJava.__Patterns.term_LowerTypeBound(Pattern<? super LLJava.TypeBound> superpattern) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
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.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.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.MemberFullName> |
LLJava.__Patterns.term_MemberFullName(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.MemberFullName> |
LLJava.__Patterns.term_MemberFullName(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Id> p_name) |
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
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.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.MethodBody> |
LLJava.__Patterns.term_MethodBody(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
static Pattern<? super LLJava.MethodHandleExpr> |
LLJava.__Patterns.term_MethodHandleExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.MethodHandleTarget> p_target) |
static Pattern<? super LLJava.MethodHandleExpr> |
LLJava.__Patterns.term_MethodHandleExpr(Pattern<? super LLJava.LoadableExpr> superpattern,
Pattern<? super LLJava.MethodHandleTarget> p_target) |
static Pattern<? super LLJava.MethodHandleTarget> |
LLJava.__Patterns.term_MethodHandleTarget(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.MemberReference> p_target) |
static Pattern<? super LLJava.MethodHandleTarget> |
LLJava.__Patterns.term_MethodHandleTarget(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.MemberReference> p_target) |
static Pattern<? super LLJava.MethodName> |
LLJava.__Patterns.term_MethodName(Pattern<Object> superpattern) |
static Pattern<? super LLJava.MethodRef> |
LLJava.__Patterns.term_MethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
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.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.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.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.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.MethodReferenceParameter> |
LLJava.__Patterns.term_MethodReferenceParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.MethodReferenceParameter> |
LLJava.__Patterns.term_MethodReferenceParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.MethodSignatureAttribute> |
LLJava.__Patterns.term_MethodSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) |
static Pattern<? super LLJava.MethodType> |
LLJava.__Patterns.term_MethodType(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
static Pattern<? super LLJava.MethodType> |
LLJava.__Patterns.term_MethodType(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
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.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.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.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.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.ModifierExpr> |
LLJava.__Patterns.term_ModifierExpr(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Monitor> |
LLJava.__Patterns.term_Monitor(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.Mul> |
LLJava.__Patterns.term_Mul(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Name> |
LLJava.__Patterns.term_Name(Pattern<Object> superpattern) |
static Pattern<? super LLJava.NameAndType> |
LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
static Pattern<? super LLJava.NameAndType> |
LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
static Pattern<? super LLJava.NameAndType> |
LLJava.__Patterns.term_NameAndType(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_name,
Pattern<? super LLJava.ConstantUTF8> p_descriptor) |
static Pattern<? super LLJava.Neg> |
LLJava.__Patterns.term_Neg(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.NestedAnnotationValue> |
LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Annotation> p_annotation) |
static Pattern<? super LLJava.NestedAnnotationValue> |
LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Annotation> p_annotation) |
static Pattern<? super LLJava.New> |
LLJava.__Patterns.term_New(Pattern<? super LLJava.TypeInstruction> superpattern,
Pattern<? super Integer> p_multiarray) |
static Pattern<? super LLJava.New> |
LLJava.__Patterns.term_New(Pattern<? super LLJava.TypeInstruction> superpattern,
Pattern<? super Integer> p_multiarray) |
static Pattern<? super LLJava.Node> |
LLJava.__Patterns.term_Node(Pattern<Object> superpattern,
Pattern<? super Location<SourceId>> p_location) |
static Pattern<? super LLJava.Node> |
LLJava.__Patterns.term_Node(Pattern<Object> superpattern,
Pattern<? super Location<SourceId>> p_location) |
static Pattern<? super LLJava.Nop> |
LLJava.__Patterns.term_Nop(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super Verify.Null> |
Verify.__Patterns.term_Null(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.NullLiteral> |
LLJava.__Patterns.term_NullLiteral(Pattern<? super LLJava.LoadArgument> superpattern) |
static Pattern<? super LLJava.NullVType> |
LLJava.__Patterns.term_NullVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super Verify.Object> |
Verify.__Patterns.term_Object(Pattern<? super Verify.Category1> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super Verify.Object> |
Verify.__Patterns.term_Object(Pattern<? super Verify.Category1> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super LLJava.ObjectVType> |
LLJava.__Patterns.term_ObjectVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super LLJava.ObjectVType> |
LLJava.__Patterns.term_ObjectVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super String> p_classname) |
static Pattern<? super Verify.OneWord> |
Verify.__Patterns.term_OneWord(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.OneWordVType> |
LLJava.__Patterns.term_OneWordVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.Or> |
LLJava.__Patterns.term_Or(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
static Pattern<? super LLJava.Pop> |
LLJava.__Patterns.term_Pop(Pattern<? super LLJava.Instruction> superpattern) |
static Pattern<? super LLJava.PrimitiveType> |
LLJava.__Patterns.term_PrimitiveType(Pattern<? super LLJava.Type> superpattern) |
static Pattern<? super LLJava.PrimitiveTypeExpr> |
LLJava.__Patterns.term_PrimitiveTypeExpr(Pattern<? super LLJava.TypeExpr> superpattern) |
static Pattern<? super LLJava.Put> |
LLJava.__Patterns.term_Put(Pattern<? super LLJava.FieldAccess> superpattern) |
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.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.QualId> |
LLJava.__Patterns.term_QualId(Pattern<Object> superpattern,
Pattern<? super CheckedList<LLJava.Id>> p_qualifier,
Pattern<? super LLJava.Id> p_id) |
static Pattern<? super Verify.Reference> |
Verify.__Patterns.term_Reference(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.ReferenceTypeExpr> |
LLJava.__Patterns.term_ReferenceTypeExpr(Pattern<? super LLJava.TypeExpr> superpattern) |
static Pattern<? super LLJava.ReferenceVType> |
LLJava.__Patterns.term_ReferenceVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.RefType> |
LLJava.__Patterns.term_RefType(Pattern<? super LLJava.Type> superpattern) |
static Pattern<? super LLJava.Rem> |
LLJava.__Patterns.term_Rem(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Result> |
LLJava.__Patterns.term_Result(Pattern<Object> superpattern) |
static Pattern<? super LLJava.ResultExpr> |
LLJava.__Patterns.term_ResultExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Result> p_erasure) |
static Pattern<? super LLJava.ResultExpr> |
LLJava.__Patterns.term_ResultExpr(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Result> p_erasure) |
static Pattern<? super LLJava.Return> |
LLJava.__Patterns.term_Return(Pattern<? super LLJava.Jump> superpattern) |
static Pattern<? super LLJava.ReturnsExpr> |
LLJava.__Patterns.term_ReturnsExpr(Pattern<? super LLJava.ResultExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.ReturnsExpr> |
LLJava.__Patterns.term_ReturnsExpr(Pattern<? super LLJava.ResultExpr> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
static Pattern<? super LLJava.Shift> |
LLJava.__Patterns.term_Shift(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Shl> |
LLJava.__Patterns.term_Shl(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.ShortType> |
LLJava.__Patterns.term_ShortType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.ShortVType> |
LLJava.__Patterns.term_ShortVType(Pattern<? super LLJava.AbstractIntVType> superpattern) |
static Pattern<? super LLJava.Shr> |
LLJava.__Patterns.term_Shr(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.SignatureAttribute> |
LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_signature) |
static Pattern<? super LLJava.SignatureAttribute> |
LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_signature) |
static Pattern<? super LLJava.SimpleModifierExpr> |
LLJava.__Patterns.term_SimpleModifierExpr(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.Modifier> p_modifier) |
static Pattern<? super LLJava.SimpleModifierExpr> |
LLJava.__Patterns.term_SimpleModifierExpr(Pattern<? super LLJava.ModifierExpr> superpattern,
Pattern<? super LLJava.Modifier> p_modifier) |
static Pattern<? super LLJava.Slot> |
LLJava.__Patterns.term_Slot(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super Integer> p_index) |
static Pattern<? super LLJava.Slot> |
LLJava.__Patterns.term_Slot(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super Integer> p_index) |
static Pattern<? super LLJava.Slot> |
LLJava.__Patterns.term_Slot(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super Integer> p_index) |
static Pattern<? super LLJava.SlotRef> |
LLJava.__Patterns.term_SlotRef(Pattern<? super LLJava.VariableAccess> superpattern) |
static Pattern<? super LLJava.SlotReference> |
LLJava.__Patterns.term_SlotReference(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super Integer> p_index,
Pattern<? super Boolean> p_wide) |
static Pattern<? super LLJava.SlotReference> |
LLJava.__Patterns.term_SlotReference(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super Integer> p_index,
Pattern<? super Boolean> p_wide) |
static Pattern<? super LLJava.SlotReference> |
LLJava.__Patterns.term_SlotReference(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super Integer> p_index,
Pattern<? super Boolean> p_wide) |
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.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.StackFrameDelta> |
LLJava.__Patterns.term_StackFrameDelta(Pattern<Object> superpattern,
Pattern<? super Integer> p_delta,
Pattern<? super LLJava.StackFrame> p_next) |
static Pattern<? super LLJava.StackFrameDelta> |
LLJava.__Patterns.term_StackFrameDelta(Pattern<Object> superpattern,
Pattern<? super Integer> p_delta,
Pattern<? super LLJava.StackFrame> p_next) |
static Pattern<? super LLJava.StackFrameDelta> |
LLJava.__Patterns.term_StackFrameDelta(Pattern<Object> superpattern,
Pattern<? super Integer> p_delta,
Pattern<? super LLJava.StackFrame> p_next) |
static Pattern<? super LLJava.StackMapTableAttribute> |
LLJava.__Patterns.term_StackMapTableAttribute(Pattern<? super LLJava.Attribute> superpattern) |
static Pattern<? super LLJava.Statement> |
LLJava.__Patterns.term_Statement(Pattern<? super LLJava.Node> superpattern) |
static Pattern<? super LLJava.Store> |
LLJava.__Patterns.term_Store(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.StoreArgument> p_arg) |
static Pattern<? super LLJava.Store> |
LLJava.__Patterns.term_Store(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.StoreArgument> p_arg) |
static Pattern<? super LLJava.StoreArgument> |
LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) |
static Pattern<? super LLJava.StringLiteral> |
LLJava.__Patterns.term_StringLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super String> p_value) |
static Pattern<? super LLJava.StringLiteral> |
LLJava.__Patterns.term_StringLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super String> p_value) |
static Pattern<? super LLJava.Sub> |
LLJava.__Patterns.term_Sub(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Swap> |
LLJava.__Patterns.term_Swap(Pattern<? super LLJava.Instruction> superpattern) |
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.Switch> |
LLJava.__Patterns.term_Switch(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super CheckedList<LLJava.Case>> p_cases) |
static Pattern<? super LLJava.This> |
LLJava.__Patterns.term_This(Pattern<? super LLJava.VariableAccess> superpattern) |
static Pattern<? super LLJava.Throw> |
LLJava.__Patterns.term_Throw(Pattern<? super LLJava.Jump> superpattern) |
static Pattern<? super Verify.Top> |
Verify.__Patterns.term_Top(Pattern<? super Verify.Type> superpattern) |
static Pattern<? super LLJava.TopVType> |
LLJava.__Patterns.term_TopVType(Pattern<? super LLJava.VType> superpattern) |
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.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.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 Verify.TwoWord> |
Verify.__Patterns.term_TwoWord(Pattern<? super Verify.Category2> superpattern) |
static Pattern<? super LLJava.TwoWordVType> |
LLJava.__Patterns.term_TwoWordVType(Pattern<? super LLJava.Category2VType> superpattern) |
static Pattern<? super LLJava.Type> |
LLJava.__Patterns.term_Type(Pattern<? super LLJava.Result> superpattern) |
static Pattern<? super Verify.Type> |
Verify.__Patterns.term_Type(Pattern<Object> superpattern) |
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.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.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.TypeBound> |
LLJava.__Patterns.term_TypeBound(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ReferenceTypeExpr> p_limit,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeBound> |
LLJava.__Patterns.term_TypeBound(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ReferenceTypeExpr> p_limit,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeBound> |
LLJava.__Patterns.term_TypeBound(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.ReferenceTypeExpr> p_limit,
Pattern<? super LLJava.Type> p_erasure) |
static Pattern<? super LLJava.TypeExpr> |
LLJava.__Patterns.term_TypeExpr(Pattern<? super LLJava.TypeArgument> superpattern) |
static Pattern<? super LLJava.TypeInstruction> |
LLJava.__Patterns.term_TypeInstruction(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.TypeInstruction> |
LLJava.__Patterns.term_TypeInstruction(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
static Pattern<? super LLJava.TypeInstruction> |
LLJava.__Patterns.term_TypeInstruction(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.ClassRef> p_entry) |
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.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.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.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 Verify.Uninitialized> |
Verify.__Patterns.term_Uninitialized(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super Verify.UninitializedNew> |
Verify.__Patterns.term_UninitializedNew(Pattern<? super Verify.Category1> superpattern,
Pattern<? super LLJava.Instruction> p_offset) |
static Pattern<? super Verify.UninitializedNew> |
Verify.__Patterns.term_UninitializedNew(Pattern<? super Verify.Category1> superpattern,
Pattern<? super LLJava.Instruction> p_offset) |
static Pattern<? super LLJava.UninitializedNewVType> |
LLJava.__Patterns.term_UninitializedNewVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super LLJava.New> p_offset) |
static Pattern<? super LLJava.UninitializedNewVType> |
LLJava.__Patterns.term_UninitializedNewVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super LLJava.New> p_offset) |
static Pattern<? super Verify.UninitializedThis> |
Verify.__Patterns.term_UninitializedThis(Pattern<? super Verify.Category1> superpattern) |
static Pattern<? super LLJava.UninitializedThisVType> |
LLJava.__Patterns.term_UninitializedThisVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.UninitializedVType> |
LLJava.__Patterns.term_UninitializedVType(Pattern<? super LLJava.Category1VType> superpattern) |
static Pattern<? super LLJava.UpperTypeBound> |
LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern,
Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p_interfaces) |
static Pattern<? super LLJava.UpperTypeBound> |
LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern,
Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p_interfaces) |
static Pattern<? super LLJava.UShr> |
LLJava.__Patterns.term_UShr(Pattern<? super LLJava.Shift> superpattern) |
static Pattern<? super LLJava.Variable> |
LLJava.__Patterns.term_Variable(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Variable> |
LLJava.__Patterns.term_Variable(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Variable> |
LLJava.__Patterns.term_Variable(Pattern<Object> superpattern,
Pattern<? super LLJava.Type> p_type,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.VariableAccess> |
LLJava.__Patterns.term_VariableAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Slot> p_target) |
static Pattern<? super LLJava.VariableAccess> |
LLJava.__Patterns.term_VariableAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Slot> p_target) |
static Pattern<? super LLJava.VariableRef> |
LLJava.__Patterns.term_VariableRef(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.VariableRef> |
LLJava.__Patterns.term_VariableRef(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super LLJava.Name> p_name) |
static Pattern<? super LLJava.Void> |
LLJava.__Patterns.term_Void(Pattern<? super LLJava.Result> superpattern) |
static Pattern<? super LLJava.VoidExpr> |
LLJava.__Patterns.term_VoidExpr(Pattern<? super LLJava.ResultExpr> superpattern) |
static Pattern<? super LLJava.VType> |
LLJava.__Patterns.term_VType(Pattern<Object> superpattern) |
static Pattern<? super LLJava.WideType> |
LLJava.__Patterns.term_WideType(Pattern<? super LLJava.PrimitiveType> superpattern) |
static Pattern<? super LLJava.Wildcard> |
LLJava.__Patterns.term_Wildcard(Pattern<? super LLJava.TypeArgument> superpattern,
Pattern<? super LLJava.TypeBound> p_bound) |
static Pattern<? super LLJava.Wildcard> |
LLJava.__Patterns.term_Wildcard(Pattern<? super LLJava.TypeArgument> superpattern,
Pattern<? super LLJava.TypeBound> p_bound) |
static Pattern<? super LLJava.XOr> |
LLJava.__Patterns.term_XOr(Pattern<? super LLJava.ArithInstruction> superpattern) |
Modifier and Type | Class and Description |
---|---|
class |
Adaptive<A>
Abstract base class for patterns that delegate to some other
pattern, chosen dynamically per target.
|
class |
Atomic<A>
Abstract base class for patterns that contain no subpatterns.
|
class |
Binary<A,B,C>
Abstract base class for patterns that contain two subpatterns.
|
class |
CachedTransform<A,B>
Abstract base class for patterns that delegate expensively
transformed targets to a subpattern.
|
class |
CompiledBinary<A,B,C> |
class |
CompiledMultiTransform<A,B> |
class |
CompiledProxy<A> |
class |
CompiledUnary<A,B> |
class |
Constraint |
class |
EnumBranch<A,E extends Enum<E>> |
class |
Filter<A>
Abstract base class for patterns that match only a subset of the
target type.
|
class |
FlatMultiTransform<A,B> |
class |
IntBranch<A> |
class |
Lazy<A>
Wrapper class for a pattern that is to be created on demand.
|
class |
MultiTransform<A,B>
Abstract base class for patterns that delegate transformed targets
to a subpattern.
|
class |
Observable<A> |
class |
Observer |
class |
Proxy<A>
Base class for patterns that contain one subpattern of the same target type.
|
class |
RestrictedTransform<A,B> |
class |
Search<A>
Abstract base class for patterns that delegate matching
dynamically to a number of alternative subpatterns.
|
class |
Theme<A,B> |
class |
TotalTransform<A,B> |
class |
Transform<A,B>
Abstract base class for patterns that delegate transformed targets
to a subpattern.
|
class |
Unary<A,B>
Abstract base class for patterns that contain one subpattern.
|
class |
Variable<A>
Class of pattern variables.
|
Modifier and Type | Field and Description |
---|---|
protected Pattern<? super A> |
Search.alt
The current alternative.
|
static Pattern<Double> |
PrimitivePatterns.finiteDouble
A pattern that matches finite floating-point values.
|
static Pattern<Double> |
PrimitivePatterns.infiniteDouble
A pattern that matches infinite floating-point values.
|
static Pattern<Boolean> |
PrimitivePatterns.isFalse
A pattern that matches the value
false . |
static Pattern<Boolean> |
PrimitivePatterns.isTrue
A pattern that matches the value
true . |
static Pattern<Double> |
PrimitivePatterns.nanDouble
A pattern that matches the floating-point value
NaN . |
static Pattern<Double> |
PrimitivePatterns.negativeDouble
A pattern that matches negative floating-point values.
|
static Pattern<Integer> |
PrimitivePatterns.negativeInteger
A pattern that matches negative integer values.
|
static Pattern<Double> |
PrimitivePatterns.positiveDouble
A pattern that matches positive floating-point values.
|
static Pattern<Integer> |
PrimitivePatterns.positiveInteger
A pattern that matches positive integer values.
|
static Pattern<Double> |
PrimitivePatterns.zeroDouble
A pattern that matches the floating-point value zero.
|
static Pattern<Integer> |
PrimitivePatterns.zeroInteger
A pattern that matches the integer value zero.
|
Modifier and Type | Method and Description |
---|---|
static <A> Pattern<A> |
Pattern.all(Iterable<? extends Pattern<? super A>> p) |
static <A> Pattern<A> |
Pattern.all(Pattern<? super A>... p)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns conjunctively.
|
static Pattern<Node> |
XPathPatterns.ancestor(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.ancestorOrSelf(Pattern<? super Node> body) |
<B extends A> |
Pattern.and(Pattern<? super B> p)
Combines this patterns conjunctively with another pattern.
|
Pattern<A> |
Pattern.andThen(Consumer<? super A> c) |
Pattern<A> |
Pattern.andThen(Runnable r) |
static <A> Pattern<A> |
Pattern.any()
Returns a pattern that matches anything.
|
static <A> Pattern<A> |
Pattern.any(Pattern<? super A>... p)
Deprecated.
Name conflicts with
any() , use some(Pattern...)
instead. |
static <A> Pattern<A[]> |
CollectionPatterns.anyArrayElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for any element
of an array successively.
|
static <A> Pattern<Iterable<? extends A>> |
CollectionPatterns.anyElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for any element
of an
Iterable successively. |
Pattern<B> |
Motif.apply(Pattern<? super A> p) |
Pattern<A> |
Motif.Star.apply(Pattern<? super A> p) |
static <A> Pattern<A> |
Pattern.aside(Runnable r) |
static Pattern<Element> |
XMLPatterns.attr(String name) |
static Pattern<Element> |
XMLPatterns.attr(String namespaceURI,
String localName) |
static Pattern<Node> |
XMLPatterns.attribute(Pattern<? super Node> body) |
static Pattern<Element> |
XMLPatterns.attrNode(String name,
Pattern<? super Attr> body) |
static Pattern<Element> |
XMLPatterns.attrNode(String namespaceURI,
String localName,
Pattern<? super Attr> body) |
static Pattern<Element> |
XMLPatterns.attrValue(String name,
Pattern<? super String> body) |
static Pattern<Element> |
XMLPatterns.attrValue(String namespaceURI,
String localName,
Pattern<? super String> body) |
default <B> Pattern<B> |
Extractor.bind(Pattern<? super B> root,
Pattern<? super A> sub)
Returns a pattern that effectively substitutes a subpattern for
this extractor in a given root pattern.
|
static <A> Pattern<A> |
Pattern.both(Pattern<? super A> left,
Pattern<? super A> right)
Combines two patterns conjunctively.
|
static Pattern<Node> |
XMLPatterns.child(Pattern<? super Node> body) |
Pattern<B> |
Unary.clone() |
Pattern<A> |
Atomic.clone() |
Pattern<A> |
Adaptive.clone() |
Pattern<C> |
Binary.clone() |
Pattern<A> |
Pattern.clone()
Makes a matching-state copy if this pattern.
|
Pattern<A> |
IntBranch.clone() |
Pattern<A> |
EnumBranch.clone() |
static Pattern<Node> |
XMLPatterns.comment(Pattern<? super String> data) |
static <A> Pattern<A> |
PrimitivePatterns.compare(Comparator<? super A> comparator,
A other,
Pattern<? super Integer> body) |
static <A extends Comparable<? super A>> |
Pattern.compareTo(A other,
Pattern<? super Integer> body)
Deprecated.
Use the method
PrimitivePatterns.compareTo(Comparable, Pattern) instead. |
static <A extends Comparable<? super A>> |
PrimitivePatterns.compareTo(A other,
Pattern<? super Integer> body)
Returns a pattern that matches objects based on comparison with
a given object.
|
Pattern<A> |
Pattern.compile() |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.cons(Pattern<? super A> first,
Pattern<? super List<? extends A>> rest) |
protected abstract Pattern<? super A> |
Adaptive.delegate(A target) |
static Pattern<Node> |
XPathPatterns.descendant(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.descendantOrSelf(Pattern<? super Node> body) |
static <A> Pattern<A> |
Pattern.either(Pattern<? super A> p,
Pattern<? super A> q)
Combines two patterns disjunctively.
|
static Pattern<Node> |
XMLPatterns.element(Pattern<? super Element> body) |
static <A> Pattern<List<? extends A>> |
CollectionPatterns.elementwise(List<? extends Pattern<? super A>> ps)
Returns a pattern that matches a given list of patterns
element-by-element against a list.
|
static <A> Pattern<A[]> |
CollectionPatterns.elementwise(Pattern<? super A>... ps)
Returns a pattern that matches a given array of patterns
element-by-element against an array.
|
static <A> Pattern<A> |
Pattern.eq(A a)
Deprecated.
Use the method
PrimitivePatterns.eq(A) instead. |
static <A> Pattern<A> |
PrimitivePatterns.eq(A a)
Returns a pattern that matches objects identically equal to a
given reference.
|
static <A> Pattern<A> |
Pattern.eqNull()
Deprecated.
Use the method
PrimitivePatterns.eqNull() instead. |
static <A> Pattern<A> |
PrimitivePatterns.eqNull()
Returns a pattern that matches only the
null reference. |
static <A> Pattern<A> |
Pattern.equal(A a)
Deprecated.
Use the method
PrimitivePatterns.equal(A) instead. |
static <A> Pattern<A> |
PrimitivePatterns.equal(A other)
Returns a pattern that matches objects equal to a given
reference.
|
Pattern<A> |
Pattern.filter(Predicate<? super A> pred)
Deprecated.
Use the method
FunctionPatterns.filter(java.util.function.Predicate, Pattern)
instead. |
static <A> Pattern<A> |
OpsPatterns.filter(Predicate<? super A> pred,
Pattern<? super A> body)
Deprecated.
Use the method
FunctionPatterns.filter(java.util.function.Predicate, Pattern)
instead. |
static <A> Pattern<A> |
FunctionPatterns.filter(Predicate<? super A> pred,
Pattern<? super A> body) |
static Pattern<String> |
StringPatterns.find(String regex,
Pattern<? super String>... ps) |
static <A> Pattern<A[]> |
CollectionPatterns.firstArrayElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for the first
matching element of an array.
|
static <A> Pattern<Iterable<? extends A>> |
CollectionPatterns.firstElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for the first
matching element of an
Iterable . |
static <A> Pattern<A> |
Pattern.flatten(Pattern<A> p) |
static Pattern<Node> |
XPathPatterns.following(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.followingSibling(Pattern<? super Node> body) |
Pattern<Object> |
Pattern.forInstancesOf(Class<? extends A> cls)
Deprecated.
Use the method
ReflectionPatterns.forInstancesOf(Class, Pattern) instead. |
static <A,B extends A> |
ReflectionPatterns.forInstancesOf(Class<? extends B> cls,
Pattern<? super B> body)
Returns a pattern that delegates to a given pattern after dynamic
type checking.
|
static <A> Pattern<A> |
CollectionPatterns.from(Set<? super A> set)
Returns a pattern that matches against elements from a given
set.
|
static <A,B> Pattern<Map<A,B>> |
CollectionPatterns.get(A key,
Pattern<? super B> body)
Returns a pattern that matches a given pattern against the
element for a given key in a
Map . |
static <A> Pattern<List<? extends A>> |
CollectionPatterns.get(int index,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against the
element at a given index in a
List . |
static <A> Pattern<A[]> |
CollectionPatterns.getArray(int index,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against the
element at a given index in an array.
|
Pattern<A> |
Unary.getBody() |
Pattern<A> |
Lazy.getBody() |
Pattern<A> |
Binary.getLeft() |
Pattern<B> |
Binary.getRight() |
static <A extends Comparable<? super A>> |
PrimitivePatterns.greaterThan(A other) |
static <A> Pattern<A> |
PrimitivePatterns.greaterThan(Comparator<? super A> comparator,
A other) |
static <A extends Comparable<? super A>> |
PrimitivePatterns.greaterThanOrEqual(A other) |
static <A> Pattern<A> |
PrimitivePatterns.greaterThanOrEqual(Comparator<? super A> comparator,
A other) |
static <A> Pattern<A> |
OpsPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A> Pattern<A> |
FunctionPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A,B> Pattern<A> |
OpsPatterns.image(Multimap<A,B> items,
Pattern<? super B> body) |
protected abstract Pattern<A> |
Lazy.init(Pattern<? super A> self)
Creates the wrapped pattern.
|
static Pattern<Object> |
ReflectionPatterns.isInstanceOf(Class<?>... cls)
Deprecated.
|
static Pattern<Object> |
ReflectionPatterns.isInstanceOf(Class<?> cls)
Returns a pattern that matches objects of a given class.
|
static <A> Pattern<Map<A,?>> |
CollectionPatterns.keySet(Pattern<? super Set<? extends A>> p)
Returns a pattern that matches a given pattern against the key set of a map.
|
static Pattern<String> |
StringPatterns.length(Pattern<? super Integer> body) |
static <A> Pattern<A[]> |
CollectionPatterns.length(Pattern<? super Integer> body)
Returns a pattern that matches a given pattern against the length
of an array.
|
static <A extends Comparable<? super A>> |
PrimitivePatterns.lessThan(A other) |
static <A> Pattern<A> |
PrimitivePatterns.lessThan(Comparator<? super A> comparator,
A other) |
static <A extends Comparable<? super A>> |
PrimitivePatterns.lessThanOrEqual(A other) |
static <A> Pattern<A> |
PrimitivePatterns.lessThanOrEqual(Comparator<? super A> comparator,
A other) |
Pattern<A> |
Pattern.limit(int n)
Returns a pattern that stops after a given number of matches.
|
static Pattern<Node> |
XMLPatterns.localName(Pattern<? super String> localName) |
static Pattern<Node> |
XMLPatterns.localName(String localName) |
static <A extends Annotation> |
ReflectionPatterns.matchAnnotation(Class<? extends A> cls,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against an annotation
of the target object.
|
static <A> Pattern<A> |
ReflectionPatterns.matchClass(Pattern<? super Class<? extends A>> p)
Returns a pattern that matches a given pattern against the class
of the target object.
|
static Pattern<String> |
StringPatterns.matches(String regex,
Pattern<? super String>... ps) |
static Pattern<Object> |
ReflectionPatterns.matchField(Field field,
Pattern<Object> body)
Returns a pattern that matches a given pattern against the value
of a field of the target object.
|
static Pattern<Object> |
ReflectionPatterns.matchMethod(Method method,
Pattern<Object> body,
Object... args)
Returns a pattern that matches a given pattern against the
return value of a method of the target object.
|
static Pattern<Node> |
XMLPatterns.name(Pattern<? super String> namespaceURI,
Pattern<? super String> localName) |
static Pattern<Node> |
XMLPatterns.name(String namespaceURI,
String localName) |
static Pattern<Node> |
XMLPatterns.namespaceURI(Pattern<? super String> namespaceURI) |
static Pattern<Node> |
XMLPatterns.namespaceURI(String namespaceURI) |
<B extends A> |
Pattern.narrow()
Returns an equivalent pattern with narrower type parameter.
|
static <A> Pattern<A> |
Pattern.neq(A a)
Deprecated.
Use the method
PrimitivePatterns.neq(A) instead. |
static <A> Pattern<A> |
PrimitivePatterns.neq(A a)
Returns a pattern that matches objects not identically equal to a
given reference.
|
static <A> Pattern<A> |
Pattern.neqNull()
Deprecated.
Use the method
PrimitivePatterns.neqNull() instead. |
static <A> Pattern<A> |
PrimitivePatterns.neqNull()
Returns a pattern that matches anything but the
null
reference. |
static <A> Pattern<A> |
PrimitivePatterns.nequal(A other)
Returns a pattern that matches objects not equal to a given
reference.
|
static <A> Pattern<A> |
Pattern.newAll(Pattern<? super A>... ps) |
static Pattern<Node> |
XMLPatterns.nextSibling(Pattern<? super Node> body) |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.nil() |
Pattern<A> |
Pattern.noMatch()
Returns a pattern that matches if and only if this pattern has
no match.
|
static <A> Pattern<A> |
Pattern.none()
Returns a pattern that matches nothing.
|
<B extends A> |
Pattern.or(Pattern<? super B> p)
Combines this patterns disjunctively with another pattern.
|
Pattern<A> |
Pattern.orElse(Consumer<? super A> c) |
Pattern<A> |
Pattern.orElse(Runnable r) |
static Pattern<Node> |
XMLPatterns.ownerDocument(Pattern<? super Document> body) |
static Pattern<Node> |
XMLPatterns.parent(Pattern<? super Node> body) |
Pattern<A> |
Variable.plus(Pattern<? super A> root)
Returns the "plus" variant of the Kleene fixpoint of a pattern
as a function of this variable.
|
static Pattern<Node> |
XPathPatterns.precedingSibling(Pattern<? super Node> body) |
static Pattern<Node> |
XMLPatterns.previousSibling(Pattern<? super Node> body) |
static Pattern<Node> |
XMLPatterns.processingInstruction(String target,
Pattern<? super String> data) |
static Pattern<Character> |
PrimitivePatterns.range(char from,
char to)
Returns a pattern that matches characters in a given range.
|
static <A> Pattern<A> |
Pattern.repeat() |
static Pattern<Node> |
XPathPatterns.root(Pattern<? super Node> p) |
static Pattern<Document> |
XMLPatterns.rootElement(Pattern<? super Element> body) |
static <A> Pattern<? super Collection<? extends A>> |
CollectionPatterns.singleton(Pattern<? super A> p)
Returns a pattern that matches a given pattern against the
(single) element of a list.
|
static <A> Pattern<Collection<? extends A>> |
CollectionPatterns.size(Pattern<? super Integer> body)
Returns a pattern that matches a given pattern against the size
of a
Collection . |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.snoc(Pattern<? super List<? extends A>> front,
Pattern<? super A> last) |
static <A> Pattern<A> |
Pattern.some(Pattern<? super A>... p)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns disjunctively.
|
Pattern<A> |
Pattern.someMatch() |
Pattern<A> |
Variable.star(Pattern<? super A> root)
Returns the "star" variant of the Kleene fixpoint of a pattern
as a function of this variable.
|
Pattern<Iterable<? extends Integer>> |
CryptArith.strategy1() |
Pattern<Iterable<? extends Integer>> |
CryptArith.strategy2() |
Pattern<Iterable<? extends Integer>> |
CryptArith.strategy3() |
Pattern<Iterable<? extends Integer>> |
CryptArith.strategy4() |
Pattern<Iterable<? extends Integer>> |
CryptArith.strategy5() |
static Pattern<Element> |
XMLPatterns.tagName(Pattern<? super String> tagName) |
static Pattern<Element> |
XMLPatterns.tagName(String tagName) |
static <A> Pattern<A> |
OpsPatterns.test(Predicate<? super A> pred)
Deprecated.
Use the method
FunctionPatterns.test(java.util.function.Predicate) instead. |
static <A> Pattern<A> |
FunctionPatterns.test(Predicate<? super A> pred) |
static <A> Pattern<A> |
Pattern.test(Predicate<? super A> pred)
Deprecated.
Use the method
FunctionPatterns.test(java.util.function.Predicate) instead. |
static Pattern<Node> |
XMLPatterns.text(Pattern<? super String> body) |
static Pattern<Node> |
XMLPatterns.textContent(Pattern<? super String> body)
Deprecated.
use
XMLPatterns.text(Pattern) instead |
static Pattern<String> |
StringPatterns.tokenize(Pattern<? super String> body) |
static Pattern<String> |
StringPatterns.tokenize(String delim,
boolean returnDelims,
Pattern<? super String> body) |
static Pattern<String> |
StringPatterns.tokenize(String delim,
Pattern<? super String> body) |
static <A,B> Pattern<A> |
OpsPatterns.transform(Function<? super A,? extends B> fun,
Pattern<? super B> body)
Deprecated.
Use the method
FunctionPatterns.transform(java.util.function.Function, Pattern)
instead. |
static <A,B> Pattern<A> |
FunctionPatterns.transform(Function<? super A,? extends B> fun,
Pattern<B> body) |
<B> Pattern<B> |
Pattern.transform(Function<? super B,? extends A> fun)
Deprecated.
Use the method
FunctionPatterns.transform(java.util.function.Function, Pattern)
instead. |
static <A,B> Pattern<A> |
FunctionPatterns.transformIfNonNull(Function<? super A,? extends B> fun,
Pattern<B> body) |
Pattern<A> |
Pattern.uniquely()
Returns a pattern that matches if and only if this pattern has a unique
match.
|
static <A> Pattern<Map<?,A>> |
CollectionPatterns.values(Pattern<? super Collection<? extends A>> p)
Returns a pattern that matches a given pattern against the values of a map.
|
Modifier and Type | Method and Description |
---|---|
IntBranch<A> |
IntBranch.add(Pattern<? super A> pattern) |
static <A> Pattern<A> |
Pattern.all(Pattern<? super A>... p)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.all(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns conjunctively.
|
static Pattern<Node> |
XPathPatterns.ancestor(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.ancestorOrSelf(Pattern<? super Node> body) |
<B extends A> |
Pattern.and(Pattern<? super B> p)
Combines this patterns conjunctively with another pattern.
|
static <A> Pattern<A> |
Pattern.any(Pattern<? super A>... p)
Deprecated.
Name conflicts with
any() , use some(Pattern...)
instead. |
static <A> Pattern<A[]> |
CollectionPatterns.anyArrayElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for any element
of an array successively.
|
static <A> Pattern<Iterable<? extends A>> |
CollectionPatterns.anyElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for any element
of an
Iterable successively. |
Pattern<B> |
Motif.apply(Pattern<? super A> p) |
Pattern<A> |
Motif.Star.apply(Pattern<? super A> p) |
static Pattern<Node> |
XMLPatterns.attribute(Pattern<? super Node> body) |
static Pattern<Element> |
XMLPatterns.attrNode(String name,
Pattern<? super Attr> body) |
static Pattern<Element> |
XMLPatterns.attrNode(String namespaceURI,
String localName,
Pattern<? super Attr> body) |
static Pattern<Element> |
XMLPatterns.attrValue(String name,
Pattern<? super String> body) |
static Pattern<Element> |
XMLPatterns.attrValue(String namespaceURI,
String localName,
Pattern<? super String> body) |
default <B> Pattern<B> |
Extractor.bind(Pattern<? super B> root,
Pattern<? super A> sub)
Returns a pattern that effectively substitutes a subpattern for
this extractor in a given root pattern.
|
default <B> Pattern<B> |
Extractor.bind(Pattern<? super B> root,
Pattern<? super A> sub)
Returns a pattern that effectively substitutes a subpattern for
this extractor in a given root pattern.
|
static <A> Pattern<A> |
Pattern.both(Pattern<? super A> left,
Pattern<? super A> right)
Combines two patterns conjunctively.
|
static <A> Pattern<A> |
Pattern.both(Pattern<? super A> left,
Pattern<? super A> right)
Combines two patterns conjunctively.
|
static Pattern<Node> |
XMLPatterns.child(Pattern<? super Node> body) |
static Pattern<Node> |
XMLPatterns.comment(Pattern<? super String> data) |
static <A> Pattern<A> |
PrimitivePatterns.compare(Comparator<? super A> comparator,
A other,
Pattern<? super Integer> body) |
static <A extends Comparable<? super A>> |
Pattern.compareTo(A other,
Pattern<? super Integer> body)
Deprecated.
Use the method
PrimitivePatterns.compareTo(Comparable, Pattern) instead. |
static <A extends Comparable<? super A>> |
PrimitivePatterns.compareTo(A other,
Pattern<? super Integer> body)
Returns a pattern that matches objects based on comparison with
a given object.
|
protected void |
PatternCompilationContext.compile(Pattern<?> pattern) |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.cons(Pattern<? super A> first,
Pattern<? super List<? extends A>> rest) |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.cons(Pattern<? super A> first,
Pattern<? super List<? extends A>> rest) |
static Pattern<Node> |
XPathPatterns.descendant(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.descendantOrSelf(Pattern<? super Node> body) |
default <B> List<A> |
Extractor.eagerBindings(Pattern<B> root,
B target)
Returns a collection of values bound to this extractor by all
matches of a patterns for a target.
|
static <A> Pattern<A> |
Pattern.either(Pattern<? super A> p,
Pattern<? super A> q)
Combines two patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.either(Pattern<? super A> p,
Pattern<? super A> q)
Combines two patterns disjunctively.
|
static Pattern<Node> |
XMLPatterns.element(Pattern<? super Element> body) |
static <A> Pattern<A[]> |
CollectionPatterns.elementwise(Pattern<? super A>... ps)
Returns a pattern that matches a given array of patterns
element-by-element against an array.
|
static <A> Pattern<A> |
OpsPatterns.filter(Predicate<? super A> pred,
Pattern<? super A> body)
Deprecated.
Use the method
FunctionPatterns.filter(java.util.function.Predicate, Pattern)
instead. |
static <A> Pattern<A> |
FunctionPatterns.filter(Predicate<? super A> pred,
Pattern<? super A> body) |
static Pattern<String> |
StringPatterns.find(String regex,
Pattern<? super String>... ps) |
static <A> Pattern<A[]> |
CollectionPatterns.firstArrayElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for the first
matching element of an array.
|
static <A> Pattern<Iterable<? extends A>> |
CollectionPatterns.firstElement(Pattern<? super A> p)
Returns a pattern that matches a given pattern for the first
matching element of an
Iterable . |
static <A> Pattern<A> |
Pattern.flatten(Pattern<A> p) |
static Pattern<Node> |
XPathPatterns.following(Pattern<? super Node> body) |
static Pattern<Node> |
XPathPatterns.followingSibling(Pattern<? super Node> body) |
static <A,B extends A> |
ReflectionPatterns.forInstancesOf(Class<? extends B> cls,
Pattern<? super B> body)
Returns a pattern that delegates to a given pattern after dynamic
type checking.
|
static <A,B> Pattern<Map<A,B>> |
CollectionPatterns.get(A key,
Pattern<? super B> body)
Returns a pattern that matches a given pattern against the
element for a given key in a
Map . |
static <A> Pattern<List<? extends A>> |
CollectionPatterns.get(int index,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against the
element at a given index in a
List . |
static <A> Pattern<A[]> |
CollectionPatterns.getArray(int index,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against the
element at a given index in an array.
|
static <A> Motif<A,A> |
Motif.guard(Pattern<? super A> test) |
static <A> Pattern<A> |
OpsPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A> Pattern<A> |
OpsPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A> Pattern<A> |
FunctionPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A> Pattern<A> |
FunctionPatterns.ifThenElse(Predicate<? super A> condition,
Pattern<? super A> thenBody,
Pattern<? super A> elseBody) |
static <A,B> Pattern<A> |
OpsPatterns.image(Multimap<A,B> items,
Pattern<? super B> body) |
protected abstract Pattern<A> |
Lazy.init(Pattern<? super A> self)
Creates the wrapped pattern.
|
static <A> Pattern<Map<A,?>> |
CollectionPatterns.keySet(Pattern<? super Set<? extends A>> p)
Returns a pattern that matches a given pattern against the key set of a map.
|
<B> Motif<A,B> |
Variable.lambda(Pattern<B> body) |
default <B> Iterable<A> |
Extractor.lazyBindings(Pattern<B> root,
B target) |
static Pattern<String> |
StringPatterns.length(Pattern<? super Integer> body) |
static <A> Pattern<A[]> |
CollectionPatterns.length(Pattern<? super Integer> body)
Returns a pattern that matches a given pattern against the length
of an array.
|
static Pattern<Node> |
XMLPatterns.localName(Pattern<? super String> localName) |
static <A extends Annotation> |
ReflectionPatterns.matchAnnotation(Class<? extends A> cls,
Pattern<? super A> body)
Returns a pattern that matches a given pattern against an annotation
of the target object.
|
static <A> Pattern<A> |
ReflectionPatterns.matchClass(Pattern<? super Class<? extends A>> p)
Returns a pattern that matches a given pattern against the class
of the target object.
|
static Pattern<String> |
StringPatterns.matches(String regex,
Pattern<? super String>... ps) |
static Pattern<Object> |
ReflectionPatterns.matchField(Field field,
Pattern<Object> body)
Returns a pattern that matches a given pattern against the value
of a field of the target object.
|
static Pattern<Object> |
ReflectionPatterns.matchMethod(Method method,
Pattern<Object> body,
Object... args)
Returns a pattern that matches a given pattern against the
return value of a method of the target object.
|
static Pattern<Node> |
XMLPatterns.name(Pattern<? super String> namespaceURI,
Pattern<? super String> localName) |
static Pattern<Node> |
XMLPatterns.name(Pattern<? super String> namespaceURI,
Pattern<? super String> localName) |
static Pattern<Node> |
XMLPatterns.namespaceURI(Pattern<? super String> namespaceURI) |
static <A> Pattern<A> |
Pattern.newAll(Pattern<? super A>... ps) |
static Pattern<Node> |
XMLPatterns.nextSibling(Pattern<? super Node> body) |
<B extends A> |
Pattern.or(Pattern<? super B> p)
Combines this patterns disjunctively with another pattern.
|
static Pattern<Node> |
XMLPatterns.ownerDocument(Pattern<? super Document> body) |
static Pattern<Node> |
XMLPatterns.parent(Pattern<? super Node> body) |
Pattern<A> |
Variable.plus(Pattern<? super A> root)
Returns the "plus" variant of the Kleene fixpoint of a pattern
as a function of this variable.
|
static Pattern<Node> |
XPathPatterns.precedingSibling(Pattern<? super Node> body) |
static Pattern<Node> |
XMLPatterns.previousSibling(Pattern<? super Node> body) |
static Pattern<Node> |
XMLPatterns.processingInstruction(String target,
Pattern<? super String> data) |
EnumBranch<A,E> |
EnumBranch.put(E key,
Pattern<? super A> pattern) |
static Pattern<Node> |
XPathPatterns.root(Pattern<? super Node> p) |
static Pattern<Document> |
XMLPatterns.rootElement(Pattern<? super Element> body) |
static <A,B> Rule<A,B> |
Rule.rule(Pattern<? super A> left,
Supplier<? extends B> right) |
protected void |
Unary.setBody(Pattern<A> body) |
static <A> Pattern<? super Collection<? extends A>> |
CollectionPatterns.singleton(Pattern<? super A> p)
Returns a pattern that matches a given pattern against the
(single) element of a list.
|
static <A> Pattern<Collection<? extends A>> |
CollectionPatterns.size(Pattern<? super Integer> body)
Returns a pattern that matches a given pattern against the size
of a
Collection . |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.snoc(Pattern<? super List<? extends A>> front,
Pattern<? super A> last) |
static <A> Pattern<? super List<? extends A>> |
CollectionPatterns.snoc(Pattern<? super List<? extends A>> front,
Pattern<? super A> last) |
static <A> Pattern<A> |
Pattern.some(Pattern<? super A>... p)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns disjunctively.
|
static <A> Pattern<A> |
Pattern.some(Pattern<? super A> p1,
Pattern<? super A> p2,
Pattern<? super A> p3,
Pattern<? super A> p4)
Combines many patterns disjunctively.
|
Pattern<A> |
Variable.star(Pattern<? super A> root)
Returns the "star" variant of the Kleene fixpoint of a pattern
as a function of this variable.
|
static Pattern<Element> |
XMLPatterns.tagName(Pattern<? super String> tagName) |
Runnable |
CryptArith.test(Pattern<Iterable<? extends Integer>> p) |
static Pattern<Node> |
XMLPatterns.text(Pattern<? super String> body) |
static Pattern<Node> |
XMLPatterns.textContent(Pattern<? super String> body)
Deprecated.
use
XMLPatterns.text(Pattern) instead |
static Pattern<String> |
StringPatterns.tokenize(Pattern<? super String> body) |
static Pattern<String> |
StringPatterns.tokenize(String delim,
boolean returnDelims,
Pattern<? super String> body) |
static Pattern<String> |
StringPatterns.tokenize(String delim,
Pattern<? super String> body) |
static <A,B> Pattern<A> |
OpsPatterns.transform(Function<? super A,? extends B> fun,
Pattern<? super B> body)
Deprecated.
Use the method
FunctionPatterns.transform(java.util.function.Function, Pattern)
instead. |
static <A,B> Pattern<A> |
FunctionPatterns.transform(Function<? super A,? extends B> fun,
Pattern<B> body) |
static <A,B> Pattern<A> |
FunctionPatterns.transformIfNonNull(Function<? super A,? extends B> fun,
Pattern<B> body) |
static <A> Pattern<Map<?,A>> |
CollectionPatterns.values(Pattern<? super Collection<? extends A>> p)
Returns a pattern that matches a given pattern against the values of a map.
|
Modifier and Type | Method and Description |
---|---|
static <A> Pattern<A> |
Pattern.all(Iterable<? extends Pattern<? super A>> p) |
static <A> Pattern<List<? extends A>> |
CollectionPatterns.elementwise(List<? extends Pattern<? super A>> ps)
Returns a pattern that matches a given list of patterns
element-by-element against a list.
|
Constructor and Description |
---|
Binary(Pattern<? super A> left,
Pattern<? super B> right)
Creates a new pattern.
|
Binary(Pattern<? super A> left,
Pattern<? super B> right)
Creates a new pattern.
|
CachedTransform(Pattern<? super B> body)
Creates a new pattern.
|
CompiledBinary(Pattern<? super A> left,
Pattern<? super B> right) |
CompiledBinary(Pattern<? super A> left,
Pattern<? super B> right) |
CompiledMultiTransform(Pattern<? super B> body) |
CompiledProxy(Pattern<? super A> body) |
CompiledUnary(Pattern<? super A> body) |
Filter(Pattern<? super A> body)
Creates a new pattern.
|
FlatMultiTransform(Pattern<? super B> body) |
MultiTransform(Pattern<? super B> body)
Creates a new pattern.
|
Proxy(Pattern<? super A> body)
Creates a new pattern.
|
RestrictedTransform(Pattern<? super B> body)
Creates a new pattern.
|
Rule(Pattern<? super A> left) |
Theme(Pattern<? super B> body,
Variable<A> arg) |
TotalTransform(Pattern<? super B> body)
Creates a new pattern.
|
Transform(Pattern<? super B> body)
Creates a new pattern.
|
Unary(Pattern<? super A> body)
Creates a new pattern.
|
Constructor and Description |
---|
EnumBranch(EnumMap<E,? extends Pattern<? super A>> map) |
EnumBranch(Map<E,? extends Pattern<? super A>> map) |
IntBranch(List<? extends Pattern<? super A>> branches) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Data> |
DataPatterns.absent(Pattern<Data> body) |
static <A> Pattern<Data> |
DataPatterns.atomic(Class<A> cls,
Pattern<? super A> body) |
static <T> Pattern<Data> |
DataPatterns.content(Class<T> types,
Pattern<? super T> type) |
static <T> Pattern<Data> |
DataPatterns.content(Class<T> types,
Pattern<? super T> type,
Pattern<? super String> text) |
static Pattern<Data> |
DataPatterns.content(Object type) |
static Pattern<Data> |
DataPatterns.present(Pattern<Data> body) |
static Pattern<Data> |
DataPatterns.tuple(List<? extends Pattern<? super Data>> elems) |
static Pattern<Data> |
DataPatterns.tuple(Pattern<? super Data>... elems) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Data> |
DataPatterns.absent(Pattern<Data> body) |
static <A> Pattern<Data> |
DataPatterns.atomic(Class<A> cls,
Pattern<? super A> body) |
static <T> Pattern<Data> |
DataPatterns.content(Class<T> types,
Pattern<? super T> type) |
static <T> Pattern<Data> |
DataPatterns.content(Class<T> types,
Pattern<? super T> type,
Pattern<? super String> text) |
static <T> Pattern<Data> |
DataPatterns.content(Class<T> types,
Pattern<? super T> type,
Pattern<? super String> text) |
static Pattern<Data> |
DataPatterns.present(Pattern<Data> body) |
static Pattern<Data> |
DataPatterns.tuple(Pattern<? super Data>... elems) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Data> |
DataPatterns.tuple(List<? extends Pattern<? super Data>> elems) |
see also the complete user documentation .