Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Annotation
Packages that use LLJava.Annotation
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.Annotation in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.AnnotationModifier and TypeFieldDescriptionprotected LLJava.AnnotationLLJava.NestedAnnotationValue.annotationGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.AnnotationModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Annotation> LLJava.DimensionExpr.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.Modifiable.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.TypeArgument.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.TypeParameter.annotationsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.AnnotationModifier and TypeMethodDescriptionLLJava.Annotation.doclone()Clones this object.LLJava.NestedAnnotationValue.get_annotation()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.AnnotationModifier and TypeMethodDescriptionLLJava.DimensionExpr.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.Modifiable.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.TypeArgument.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.TypeParameter.get_annotations()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Annotation> LLJava.Annotation.get_elems(Pattern<? super CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Annotation> LLJava.Annotation.get_name(Pattern<? super LLJava.QualId> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Annotation> LLJava.Annotation.get_runtimeVisible(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Annotation> LLJava.__Patterns.term_Annotation(Pattern<? super LLJava.ModifierExpr> superpattern, Pattern<? super LLJava.QualId> p_name, Pattern<? super Boolean> p_runtimeVisible, Pattern<? super CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue>> p_elems) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.AnnotationModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Annotation el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Annotation e0) protected voidLLJava.MultiVisitor.action(LLJava.Annotation e0) protected voidLLJava.Visitor.action(LLJava.Annotation e0) protected voidLLJava.MultiVisitor.descend(LLJava.Annotation e0) voidLLJava.MultiVisitor.follow_elems(LLJava.Annotation element) voidLLJava.Visitor.follow_elems(LLJava.Annotation element) voidLLJava.MATCH_ONLY_00.followAll_elems(LLJava.Annotation element) voidLLJava.MATCH_ONLY_00.match(LLJava.Annotation e0) protected voidLLJava.MultiVisitor.post(LLJava.Annotation e0) protected voidLLJava.MultiVisitor.pre(LLJava.Annotation e0) booleanLLJava.NestedAnnotationValue.set_annotation(LLJava.Annotation val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.Annotation el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.AnnotationModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Annotation(Pattern<? super LLJava.Annotation> p) static Pattern<LLJava.NestedAnnotationValue> LLJava.NestedAnnotationValue.get_annotation(Pattern<? super LLJava.Annotation> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.DimensionExpr> LLJava.DimensionExpr.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Modifiable> LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeArgument> LLJava.TypeArgument.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeParameter> LLJava.TypeParameter.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.DimensionExpr.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Modifiable.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeArgument.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeParameter.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.AnnotationModifierConstructorDescriptionNestedAnnotationValue(LLJava.Annotation annotation) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Constructor parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.AnnotationModifierConstructorDescriptionTypeParameter(CheckedList<LLJava.Annotation> annotations, LLJava.Id name, LLJava.UpperTypeBound bound) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.Annotation in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.AnnotationMethods in eu.bandm.tools.lljava.parser that return LLJava.AnnotationModifier and TypeMethodDescriptionprotected abstract LLJava.AnnotationLLJavaGrammar.annotation(Reducer.Context<SourceId> context, LLJava.QualId name, List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> elems) protected LLJava.AnnotationLLJavaParser.annotation(Reducer.Context<SourceId> context, LLJava.QualId name, List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> elems) protected abstract LLJava.AnnotationLLJavaGrammar.invisible(Reducer.Context<SourceId> context, LLJava.Annotation annotation) protected LLJava.AnnotationLLJavaParser.invisible(Reducer.Context<SourceId> context, LLJava.Annotation annotation) Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.AnnotationModifier and TypeMethodDescriptionLLJavaGrammar.annotation(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) Methods in eu.bandm.tools.lljava.parser with parameters of type LLJava.AnnotationModifier and TypeMethodDescriptionprotected abstract LLJava.AnnotationLLJavaGrammar.invisible(Reducer.Context<SourceId> context, LLJava.Annotation annotation) protected LLJava.AnnotationLLJavaParser.invisible(Reducer.Context<SourceId> context, LLJava.Annotation annotation) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.AnnotationModifier and TypeMethodDescriptionLLJavaGrammar.annotation(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.annotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.annotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation, Expression<SourceId, LLJavaLexer.TokenType, LLJava.AnnotationValue> annotationValue) protected abstract LLJava.DimensionExprLLJavaGrammar.dimensionExpr(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, boolean specified) protected LLJava.DimensionExprLLJavaParser.dimensionExpr(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, boolean specified) LLJavaGrammar.elementValuePair(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.elementValuePairs(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.nestedAnnotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) protected abstract LLJava.TypeParameterLLJavaGrammar.typeParameter(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, LLJava.Id name, Optional<LLJava.UpperTypeBound> bound) protected LLJava.TypeParameterLLJavaParser.typeParameter(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, LLJava.Id name, Optional<LLJava.UpperTypeBound> bound)