Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Attribute
Packages that use LLJava.Attribute
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of LLJava.Attribute in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Attribute in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.AttributeModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Attribute> LLJava.Attributable.attrs
Generated by umod; model author's documentation MISSING.protected CheckedList
<LLJava.Attribute> LLJava.CustomAttribute.attrs
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.AttributeModifier and TypeMethodDescriptionLLJava.Attribute.doclone()
Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.AttributeModifier and TypeMethodDescriptionLLJava.Attributable.get_attrs()
Generated by umod; model author's documentation MISSING.LLJava.CustomAttribute.get_attrs()
Generated by umod; model author's documentation MISSING.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.Attribute> LLJava.__Patterns.term_Attribute
(Pattern<Object> superpattern, Pattern<? super LLJava.ConstantUTF8> p_name) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.AttributeModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Attribute el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Attribute e0) protected void
LLJava.MultiVisitor.action
(LLJava.Attribute e0) protected void
LLJava.Visitor.action
(LLJava.Attribute e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Attribute e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Attribute e0) protected void
LLJava.MultiVisitor.post
(LLJava.Attribute e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Attribute e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Attribute el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.AttributeModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Attribute
(Pattern<? super LLJava.Attribute> p) 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.boolean
LLJava.Attributable.set_attrs
(CheckedList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.CustomAttribute.set_attrs
(CheckedList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.LLJava.__Patterns.term_AnnotationDefaultAttribute
(Pattern<? super LLJava.Attribute> superpattern) LLJava.__Patterns.term_BootstrapMethodsAttribute
(Pattern<? super LLJava.Attribute> superpattern, Pattern<? super CheckedList<LLJava.BootstrapMethod>> p_bootstrapMethods) static Pattern
<LLJava.CodeAttribute> LLJava.__Patterns.term_CodeAttribute
(Pattern<? super LLJava.Attribute> superpattern, Pattern<? super LLJava.StackMapTableAttribute> p_stackMap) static Pattern
<LLJava.ConstantValueAttribute> LLJava.__Patterns.term_ConstantValueAttribute
(Pattern<? super LLJava.Attribute> superpattern) static Pattern
<LLJava.CustomAttribute> LLJava.__Patterns.term_CustomAttribute
(Pattern<? super LLJava.Attribute> superpattern, Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) static Pattern
<LLJava.ExceptionsAttribute> LLJava.__Patterns.term_ExceptionsAttribute
(Pattern<? super LLJava.Attribute> superpattern) static Pattern
<LLJava.SignatureAttribute> LLJava.__Patterns.term_SignatureAttribute
(Pattern<? super LLJava.Attribute> superpattern, Pattern<? super LLJava.ConstantUTF8> p_signature) static Pattern
<LLJava.StackMapTableAttribute> LLJava.__Patterns.term_StackMapTableAttribute
(Pattern<? super LLJava.Attribute> superpattern) -
Uses of LLJava.Attribute in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.AttributeModifier and TypeMethodDescriptionprotected void
Encoder.post
(LLJava.Attribute x) protected void
Encoder.pre
(LLJava.Attribute x)