Uses of Class
eu.bandm.tools.lljava.absy.LLJava.SignatureAttribute
Packages that use LLJava.SignatureAttribute
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.SignatureAttribute in eu.bandm.tools.lljava.absy
Subclasses of LLJava.SignatureAttribute in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.SignatureAttributeModifier and TypeMethodDescriptionLLJava.SignatureAttribute.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.SignatureAttributeModifier and TypeMethodDescriptionstatic 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.SignatureAttribute> LLJava.__Patterns.term_SignatureAttribute(Pattern<? super LLJava.Attribute> superpattern, Pattern<? super LLJava.ConstantUTF8> p_signature) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.SignatureAttributeModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.SignatureAttribute el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.SignatureAttribute e0) protected voidLLJava.MultiVisitor.action(LLJava.SignatureAttribute e0) protected voidLLJava.Visitor.action(LLJava.SignatureAttribute e0) protected voidLLJava.MultiVisitor.descend(LLJava.SignatureAttribute e0) voidLLJava.MATCH_ONLY_00.match(LLJava.SignatureAttribute e0) protected voidLLJava.MultiVisitor.post(LLJava.SignatureAttribute e0) protected voidLLJava.MultiVisitor.pre(LLJava.SignatureAttribute e0) protected FormatLLJava.__Formatter.toFormat(LLJava.SignatureAttribute el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.SignatureAttributeModifier and TypeMethodDescriptionLLJava.__Patterns.cast_SignatureAttribute(Pattern<? super LLJava.SignatureAttribute> p) LLJava.__Patterns.term_ClassSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) LLJava.__Patterns.term_FieldSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern) LLJava.__Patterns.term_MethodSignatureAttribute(Pattern<? super LLJava.SignatureAttribute> superpattern)