Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionLLJava.Attribute.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionprotected void
Encoder.post
(LLJava.Attribute x) protected void
Encoder.pre
(LLJava.Attribute x)