Uses of Class
eu.bandm.tools.lljava.absy.LLJava.StackFrameDelta
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.StackFrameDelta in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.StackFrameDelta>
LLJava.CodeMethodBody.stackMap
A stack map specifying the static type analysis of the code of this method.Modifier and TypeMethodDescriptionLLJava.StackFrameDelta.doclone()
Clones this object.Copies values of all common fields from the argument.LLJava.StackFrameDelta.with_delta
(int val) Generated by umod; model author's documentation MISSING.LLJava.StackFrameDelta.with_next
(LLJava.StackFrame val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.StackFrameDelta>
Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.StackFrameDelta>
LLJava.StackFrameDelta.get_next
(Pattern<? super LLJava.StackFrame> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.CodeMethodBody.get_stackMap()
A stack map specifying the static type analysis of the code of this method.static Pattern<LLJava.StackFrameDelta>
LLJava.__Patterns.term_StackFrameDelta
(Pattern<Object> superpattern, Pattern<? super Integer> p_delta, Pattern<? super LLJava.StackFrame> p_next) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.StackFrameDelta el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.StackFrameDelta e0) protected void
LLJava.MultiVisitor.action
(LLJava.StackFrameDelta e0) protected void
LLJava.Visitor.action
(LLJava.StackFrameDelta e0) protected void
LLJava.MultiVisitor.descend
(LLJava.StackFrameDelta e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.StackFrameDelta e0) protected void
LLJava.MultiVisitor.post
(LLJava.StackFrameDelta e0) protected void
LLJava.MultiVisitor.pre
(LLJava.StackFrameDelta e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.StackFrameDelta el) boolean
LLJava.StackFrameDelta.x_equals
(LLJava.StackFrameDelta e0) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_StackFrameDelta
(Pattern<? super LLJava.StackFrameDelta> p) static Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_stackMap
(Pattern<? super CheckedList<LLJava.StackFrameDelta>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
LLJava.CodeMethodBody.set_stackMap
(CheckedList<LLJava.StackFrameDelta> val) A stack map specifying the static type analysis of the code of this method. -
Uses of LLJava.StackFrameDelta in eu.bandm.tools.lljava.codec