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 void
LLJava.__Formatter.action
(LLJava.Switch el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Switch e0) protected void
LLJava.MultiVisitor.action
(LLJava.Switch e0) protected void
LLJava.Visitor.action
(LLJava.Switch e0) protected void
TypeChecker.Inferrer.InstructionProcessor.action
(LLJava.Switch s) protected void
LLJava.MultiVisitor.descend
(LLJava.Switch e0) void
LLJava.MultiVisitor.follow_cases
(LLJava.Switch element) void
LLJava.Visitor.follow_cases
(LLJava.Switch element) void
LLJava.MATCH_ONLY_00.followAll_cases
(LLJava.Switch element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Switch e0) protected void
LLJava.MultiVisitor.post
(LLJava.Switch e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Switch e0) protected Format
LLJava.__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.Switch
LLJavaGrammar.switchInstruction
(Reducer.Context<SourceId> context, List<LLJava.Case> cases) protected LLJava.Switch
LLJavaParser.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)