Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Inc
Packages that use LLJava.Inc
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.Inc in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.IncModifier and TypeMethodDescriptionLLJava.Inc.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.IncModifier and TypeMethodDescriptionstatic Pattern<LLJava.Inc> LLJava.Inc.get_increment(Pattern<? super Integer> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Inc> LLJava.Inc.get_target(Pattern<? super LLJava.VariableAccess> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Inc> LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern, Pattern<? super LLJava.VariableAccess> p_target, Pattern<? super Integer> p_increment) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.IncModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Inc el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Inc e0) protected voidLLJava.MultiVisitor.action(LLJava.Inc e0) protected voidLLJava.Visitor.action(LLJava.Inc e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Inc i) protected voidLLJava.MultiVisitor.descend(LLJava.Inc e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Inc e0) protected voidLLJava.MultiVisitor.post(LLJava.Inc e0) protected voidLLJava.MultiVisitor.pre(LLJava.Inc e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Inc el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Inc -
Uses of LLJava.Inc in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Inc -
Uses of LLJava.Inc in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.IncMethods in eu.bandm.tools.lljava.parser that return LLJava.IncModifier and TypeMethodDescriptionprotected abstract LLJava.IncLLJavaGrammar.incInstruction(Reducer.Context<SourceId> context, LLJava.VariableRef target, int increment) protected LLJava.IncLLJavaParser.incInstruction(Reducer.Context<SourceId> context, LLJava.VariableRef target, int increment)