Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeMethodDescriptionLLJava.Switch.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Switch
(Pattern<? super LLJava.Switch> p) -
Uses of LLJava.Switch in eu.bandm.tools.lljava.codec
-
Uses of LLJava.Switch in eu.bandm.tools.lljava.parser
Modifier 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) Modifier and TypeMethodDescriptionLLJavaGrammar.switchInstruction
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block)