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.casesGenerated 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 voidCodeSerializer.action(LLJava.Case c) protected voidLLJava.__Formatter.action(LLJava.Case el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Case e0) protected voidLLJava.MultiVisitor.action(LLJava.Case e0) protected voidLLJava.Visitor.action(LLJava.Case e0) protected voidLLJava.MultiVisitor.descend(LLJava.Case e0) voidLLJava.MultiVisitor.follow_labels(LLJava.Case element) voidLLJava.Visitor.follow_labels(LLJava.Case element) voidLLJava.MATCH_ONLY_00.followAll_labels(LLJava.Case element) voidLLJava.MATCH_ONLY_00.match(LLJava.Case e0) protected voidLLJava.MultiVisitor.post(LLJava.Case e0) protected voidLLJava.MultiVisitor.pre(LLJava.Case e0) protected FormatLLJava.__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.booleanLLJava.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.CaseLLJavaGrammar.switchCase(Reducer.Context<SourceId> context, List<Optional<LLJava.IntLiteral>> labels, LLJava.CodePoint target) protected LLJava.CaseLLJavaParser.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.SwitchLLJavaGrammar.switchInstruction(Reducer.Context<SourceId> context, List<LLJava.Case> cases) protected LLJava.SwitchLLJavaParser.switchInstruction(Reducer.Context<SourceId> context, List<LLJava.Case> cases)