Uses of Class
eu.bandm.tools.lljava.absy.LLJava.AbstractMethodRef
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.AbstractMethodRef 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.Modifier and TypeFieldDescriptionprotected LLJava.AbstractMethodRef
LLJava.MethodReference.entry
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.AbstractMethodRef.doclone()
Clones this object.LLJava.MethodReference.get_entry()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.AbstractMethodRef>
LLJava.__Patterns.term_AbstractMethodRef
(Pattern<? super LLJava.MemberRef> superpattern) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.AbstractMethodRef el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.AbstractMethodRef e0) protected void
LLJava.MultiVisitor.action
(LLJava.AbstractMethodRef e0) protected void
LLJava.Visitor.action
(LLJava.AbstractMethodRef e0) protected void
LLJava.MultiVisitor.descend
(LLJava.AbstractMethodRef e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.AbstractMethodRef e0) protected void
LLJava.MultiVisitor.post
(LLJava.AbstractMethodRef e0) protected void
LLJava.MultiVisitor.pre
(LLJava.AbstractMethodRef e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.AbstractMethodRef el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_AbstractMethodRef
(Pattern<? super LLJava.AbstractMethodRef> p) static Pattern<LLJava.InterfaceMethodRef>
LLJava.__Patterns.term_InterfaceMethodRef
(Pattern<? super LLJava.AbstractMethodRef> superpattern) static Pattern<LLJava.MethodRef>
LLJava.__Patterns.term_MethodRef
(Pattern<? super LLJava.AbstractMethodRef> superpattern) -
Uses of LLJava.AbstractMethodRef in eu.bandm.tools.lljava.codec
Modifier and TypeMethodDescriptionprotected LLJava.AbstractMethodRef
Decoder.getAbstractMethodRef
(int index) Modifier and TypeMethodDescriptionprotected LLJava.MethodReference
Decoder.unparse
(LLJava.AbstractMethodRef ref)