Uses of Class
eu.bandm.tools.lljava.absy.LLJava.CodeMethodBody
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.CodeMethodBody in eu.bandm.tools.lljava.absy
Modifier and TypeMethodDescriptionLLJava.CodeMethodBody.doclone()
Clones this object.ControlFlowSynthesizer.getBody()
Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_block
(Pattern<? super LLJava.Block> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_exceptionTable
(Pattern<? super CheckedList<LLJava.Exception>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_maxLocals
(Pattern<? super Integer> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_maxOperands
(Pattern<? super Integer> p) Lifts a pattern which matches the field value to one which matches this whole object.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.static Pattern<LLJava.CodeMethodBody>
LLJava.CodeMethodBody.get_stackMapPlaces
(Pattern<? super CheckedSet<LLJava.Instruction>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody>
LLJava.__Patterns.term_CodeMethodBody
(Pattern<? super LLJava.MethodBody> superpattern, Pattern<? super LLJava.Block> p_block, Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable, Pattern<? super Integer> p_maxLocals, Pattern<? super Integer> p_maxOperands, Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces, Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) Modifier and TypeMethodDescriptionprotected void
ExceptionTableCollector.Collector.action
(LLJava.CodeMethodBody m) protected void
LLJava.__Formatter.action
(LLJava.CodeMethodBody el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.CodeMethodBody e0) protected void
LLJava.MultiVisitor.action
(LLJava.CodeMethodBody e0) protected void
LLJava.Visitor.action
(LLJava.CodeMethodBody e0) protected void
TypeChecker.Inferrer.action
(LLJava.CodeMethodBody b) protected void
LLJava.MultiVisitor.descend
(LLJava.CodeMethodBody e0) void
LLJava.MultiVisitor.follow_exceptionTable
(LLJava.CodeMethodBody element) void
LLJava.Visitor.follow_exceptionTable
(LLJava.CodeMethodBody element) void
LLJava.MultiVisitor.follow_stackMap
(LLJava.CodeMethodBody element) void
LLJava.Visitor.follow_stackMap
(LLJava.CodeMethodBody element) void
LLJava.MultiVisitor.follow_stackMapPlaces
(LLJava.CodeMethodBody element) void
LLJava.Visitor.follow_stackMapPlaces
(LLJava.CodeMethodBody element) void
LLJava.MATCH_ONLY_00.followAll_exceptionTable
(LLJava.CodeMethodBody element) void
LLJava.MATCH_ONLY_00.followAll_stackMap
(LLJava.CodeMethodBody element) void
LLJava.MATCH_ONLY_00.followAll_stackMapPlaces
(LLJava.CodeMethodBody element) void
LLJava.MATCH_ONLY_00.match
(LLJava.CodeMethodBody e0) protected void
LLJava.MultiVisitor.post
(LLJava.CodeMethodBody e0) protected void
LLJava.MultiVisitor.pre
(LLJava.CodeMethodBody e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.CodeMethodBody el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_CodeMethodBody
(Pattern<? super LLJava.CodeMethodBody> p) -
Uses of LLJava.CodeMethodBody in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.CodeMethodBody
LLJavaGrammar.codeMethodBody
(Reducer.Context<SourceId> context, LLJava.Block block) protected LLJava.CodeMethodBody
LLJavaParser.codeMethodBody
(Reducer.Context<SourceId> context, LLJava.Block block)