Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Switch
Packages that use LLJava.Switch
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.Switch in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.SwitchModifier and TypeMethodDescriptionLLJava.Switch.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.SwitchModifier and TypeMethodDescriptionstatic Pattern<LLJava.Switch> LLJava.Switch.get_cases(Pattern<? super CheckedList<LLJava.Case>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Switch> LLJava.__Patterns.term_Switch(Pattern<? super LLJava.Instruction> superpattern, Pattern<? super CheckedList<LLJava.Case>> p_cases) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.SwitchModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Switch el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Switch e0) protected voidLLJava.MultiVisitor.action(LLJava.Switch e0) protected voidLLJava.Visitor.action(LLJava.Switch e0) protected voidTypeChecker.Inferrer.InstructionProcessor.action(LLJava.Switch s) protected voidLLJava.MultiVisitor.descend(LLJava.Switch e0) voidLLJava.MultiVisitor.follow_cases(LLJava.Switch element) voidLLJava.Visitor.follow_cases(LLJava.Switch element) voidLLJava.MATCH_ONLY_00.followAll_cases(LLJava.Switch element) voidLLJava.MATCH_ONLY_00.match(LLJava.Switch e0) protected voidLLJava.MultiVisitor.post(LLJava.Switch e0) protected voidLLJava.MultiVisitor.pre(LLJava.Switch e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Switch el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.SwitchModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Switch(Pattern<? super LLJava.Switch> p) -
Uses of LLJava.Switch in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.Switch -
Uses of LLJava.Switch in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return LLJava.SwitchModifier and TypeMethodDescriptionprotected abstract LLJava.SwitchLLJavaGrammar.switchInstruction(Reducer.Context<SourceId> context, List<LLJava.Case> cases) protected LLJava.SwitchLLJavaParser.switchInstruction(Reducer.Context<SourceId> context, List<LLJava.Case> cases) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.SwitchModifier and TypeMethodDescriptionLLJavaGrammar.switchInstruction(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)