Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.Annotation
LLJava.NestedAnnotationValue.annotation
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Annotation>
LLJava.DimensionExpr.annotations
Generated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation>
LLJava.Modifiable.annotations
Generated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation>
LLJava.TypeArgument.annotations
Generated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation>
LLJava.TypeParameter.annotations
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Annotation el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Annotation e0) protected void
LLJava.MultiVisitor.action
(LLJava.Annotation e0) protected void
LLJava.Visitor.action
(LLJava.Annotation e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Annotation e0) void
LLJava.MultiVisitor.follow_elems
(LLJava.Annotation element) void
LLJava.Visitor.follow_elems
(LLJava.Annotation element) void
LLJava.MATCH_ONLY_00.followAll_elems
(LLJava.Annotation element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Annotation e0) protected void
LLJava.MultiVisitor.post
(LLJava.Annotation e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Annotation e0) boolean
LLJava.NestedAnnotationValue.set_annotation
(LLJava.Annotation val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.Annotation el) Modifier 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.boolean
LLJava.DimensionExpr.set_annotations
(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.Modifiable.set_annotations
(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.TypeArgument.set_annotations
(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.TypeParameter.set_annotations
(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionNestedAnnotationValue
(LLJava.Annotation annotation) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ModifierConstructorDescriptionTypeParameter
(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
Modifier and TypeMethodDescriptionprotected abstract LLJava.Annotation
LLJavaGrammar.annotation
(Reducer.Context<SourceId> context, LLJava.QualId name, List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> elems) protected LLJava.Annotation
LLJavaParser.annotation
(Reducer.Context<SourceId> context, LLJava.QualId name, List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> elems) protected abstract LLJava.Annotation
LLJavaGrammar.invisible
(Reducer.Context<SourceId> context, LLJava.Annotation annotation) protected LLJava.Annotation
LLJavaParser.invisible
(Reducer.Context<SourceId> context, LLJava.Annotation annotation) Modifier and TypeMethodDescriptionLLJavaGrammar.annotation
(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) Modifier and TypeMethodDescriptionprotected abstract LLJava.Annotation
LLJavaGrammar.invisible
(Reducer.Context<SourceId> context, LLJava.Annotation annotation) protected LLJava.Annotation
LLJavaParser.invisible
(Reducer.Context<SourceId> context, LLJava.Annotation annotation) Modifier 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.DimensionExpr
LLJavaGrammar.dimensionExpr
(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, boolean specified) protected LLJava.DimensionExpr
LLJavaParser.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.TypeParameter
LLJavaGrammar.typeParameter
(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, LLJava.Id name, Optional<LLJava.UpperTypeBound> bound) protected LLJava.TypeParameter
LLJavaParser.typeParameter
(Reducer.Context<SourceId> context, List<LLJava.Annotation> annotations, LLJava.Id name, Optional<LLJava.UpperTypeBound> bound)