Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Case
Packages that use 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
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.CaseModifier and TypeFieldDescriptionprotected CheckedList
<LLJava.Case> LLJava.Switch.cases
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.CaseModifier and TypeMethodDescriptionLLJava.Case.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.CaseModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.CaseModifier 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) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.CaseModifier 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.Constructor parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.CaseModifierConstructorDescriptionSwitch
(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
Methods in eu.bandm.tools.lljava.parser that return LLJava.CaseModifier 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) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.CaseModifier and TypeMethodDescriptionLLJavaGrammar.switchCase
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Block> block) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.CaseModifier 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)