Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Label
Packages that use LLJava.Label
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.Label in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.LabelModifier and TypeMethodDescriptionLLJava.Label.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.LabelModifier and TypeMethodDescriptionstatic Pattern<LLJava.Label> LLJava.Label.get_name(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Label> LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern, Pattern<? super LLJava.Name> p_name) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.LabelModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Label el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Label e0) protected voidLLJava.MultiVisitor.action(LLJava.Label e0) protected voidLLJava.Visitor.action(LLJava.Label e0) protected voidLLJava.MultiVisitor.descend(LLJava.Label e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Label e0) protected voidLLJava.MultiVisitor.post(LLJava.Label e0) protected voidLLJava.MultiVisitor.pre(LLJava.Label e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Label el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.Label -
Uses of LLJava.Label in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.LabelMethod parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.LabelModifier and TypeMethodDescriptionprotected abstract LLJava.HandlerLLJavaGrammar.catchHandler(Reducer.Context<SourceId> context, List<LLJava.Label> prefixLabels, Optional<LLJava.ClassReference> type, List<LLJava.Label> infixLabels, LLJava.CodePoint body) protected LLJava.HandlerLLJavaParser.catchHandler(Reducer.Context<SourceId> context, List<LLJava.Label> prefixLabels, Optional<LLJava.ClassReference> type, List<LLJava.Label> infixLabels, LLJava.CodePoint body)