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