Uses of Class
eu.bandm.tools.lljava.absy.LLJava.SlotReference
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.SlotReference in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.SlotReference.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.SlotReference>
Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.SlotReference>
Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.SlotReference>
LLJava.__Patterns.term_SlotReference
(Pattern<? super LLJava.VariableAccess> superpattern, Pattern<? super Integer> p_index, Pattern<? super Boolean> p_wide) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.SlotReference el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.SlotReference e0) protected void
LLJava.MultiVisitor.action
(LLJava.SlotReference e0) protected void
LLJava.Visitor.action
(LLJava.SlotReference e0) protected void
LLJava.MultiVisitor.descend
(LLJava.SlotReference e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.SlotReference e0) protected void
LLJava.MultiVisitor.post
(LLJava.SlotReference e0) protected void
LLJava.MultiVisitor.pre
(LLJava.SlotReference e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.SlotReference el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_SlotReference
(Pattern<? super LLJava.SlotReference> p)