Uses of Class
eu.bandm.tools.lljava.absy.LLJava.CodeMethodBody
Packages that use 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
Methods in eu.bandm.tools.lljava.absy that return LLJava.CodeMethodBodyModifier and TypeMethodDescriptionLLJava.CodeMethodBody.doclone()Clones this object.ControlFlowSynthesizer.getBody()Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.CodeMethodBodyModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.CodeMethodBodyModifier and TypeMethodDescriptionprotected voidExceptionTableCollector.Collector.action(LLJava.CodeMethodBody m) protected voidLLJava.__Formatter.action(LLJava.CodeMethodBody el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.CodeMethodBody e0) protected voidLLJava.MultiVisitor.action(LLJava.CodeMethodBody e0) protected voidLLJava.Visitor.action(LLJava.CodeMethodBody e0) protected voidTypeChecker.Inferrer.action(LLJava.CodeMethodBody b) protected voidLLJava.MultiVisitor.descend(LLJava.CodeMethodBody e0) voidLLJava.MultiVisitor.follow_exceptionTable(LLJava.CodeMethodBody element) voidLLJava.Visitor.follow_exceptionTable(LLJava.CodeMethodBody element) voidLLJava.MultiVisitor.follow_stackMap(LLJava.CodeMethodBody element) voidLLJava.Visitor.follow_stackMap(LLJava.CodeMethodBody element) voidLLJava.MultiVisitor.follow_stackMapPlaces(LLJava.CodeMethodBody element) voidLLJava.Visitor.follow_stackMapPlaces(LLJava.CodeMethodBody element) voidLLJava.MATCH_ONLY_00.followAll_exceptionTable(LLJava.CodeMethodBody element) voidLLJava.MATCH_ONLY_00.followAll_stackMap(LLJava.CodeMethodBody element) voidLLJava.MATCH_ONLY_00.followAll_stackMapPlaces(LLJava.CodeMethodBody element) voidLLJava.MATCH_ONLY_00.match(LLJava.CodeMethodBody e0) protected voidLLJava.MultiVisitor.post(LLJava.CodeMethodBody e0) protected voidLLJava.MultiVisitor.pre(LLJava.CodeMethodBody e0) protected FormatLLJava.__Formatter.toFormat(LLJava.CodeMethodBody el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.CodeMethodBodyModifier and TypeMethodDescriptionLLJava.__Patterns.cast_CodeMethodBody(Pattern<? super LLJava.CodeMethodBody> p) -
Uses of LLJava.CodeMethodBody in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.CodeMethodBodyMethods in eu.bandm.tools.lljava.parser that return LLJava.CodeMethodBodyModifier and TypeMethodDescriptionprotected abstract LLJava.CodeMethodBodyLLJavaGrammar.codeMethodBody(Reducer.Context<SourceId> context, LLJava.Block block) protected LLJava.CodeMethodBodyLLJavaParser.codeMethodBody(Reducer.Context<SourceId> context, LLJava.Block block)