Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Case
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.Case in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Case>
LLJava.Switch.cases
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Case.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Case>
LLJava.Case.get_body
(Pattern<? super LLJava.CodePoint> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.Switch.get_cases()
Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Case>
LLJava.Case.get_isDefault
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Case>
LLJava.Case.get_labels
(Pattern<? super CheckedSet<Integer>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Case>
LLJava.__Patterns.term_Case
(Pattern<? super LLJava.Node> superpattern, Pattern<? super CheckedSet<Integer>> p_labels, Pattern<? super Boolean> p_isDefault, Pattern<? super LLJava.CodePoint> p_body) Modifier and TypeMethodDescriptionprotected void
CodeSerializer.action
(LLJava.Case c) protected void
LLJava.__Formatter.action
(LLJava.Case el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Case e0) protected void
LLJava.MultiVisitor.action
(LLJava.Case e0) protected void
LLJava.Visitor.action
(LLJava.Case e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Case e0) void
LLJava.MultiVisitor.follow_labels
(LLJava.Case element) void
LLJava.Visitor.follow_labels
(LLJava.Case element) void
LLJava.MATCH_ONLY_00.followAll_labels
(LLJava.Case element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Case e0) protected void
LLJava.MultiVisitor.post
(LLJava.Case e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Case e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Case el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Case
(Pattern<? super LLJava.Case> p) static 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.boolean
LLJava.Switch.set_cases
(CheckedList<LLJava.Case> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionSwitch
(CheckedList<LLJava.Case> cases) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of LLJava.Case in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Case
LLJavaGrammar.switchCase
(Reducer.Context<SourceId> context, List<Optional<LLJava.IntLiteral>> labels, LLJava.CodePoint target) protected LLJava.Case
LLJavaParser.switchCase
(Reducer.Context<SourceId> context, List<Optional<LLJava.IntLiteral>> labels, LLJava.CodePoint target) Modifier and TypeMethodDescriptionLLJavaGrammar.switchCase
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) 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)