Uses of Class
eu.bandm.tools.lljava.absy.LLJava.AnnotationValue
Packages that use LLJava.AnnotationValue
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.AnnotationValue in eu.bandm.tools.lljava.absy
Subclasses of LLJava.AnnotationValue in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classAn array of annotation values.static classA class literal.static classA primitive constant orStringliteral.static classAn enum constant.static classA nested annotation.Fields in eu.bandm.tools.lljava.absy declared as LLJava.AnnotationValueModifier and TypeFieldDescriptionprotected LLJava.AnnotationValueLLJava.DefaultMethodBody.valueGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.AnnotationValueModifier and TypeFieldDescriptionprotected CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue> LLJava.Annotation.elemsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.AnnotationValue> LLJava.ArrayAnnotationValue.elemsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.AnnotationValueModifier and TypeMethodDescriptionLLJava.AnnotationValue.doclone()Clones this object.LLJava.DefaultMethodBody.get_value()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.AnnotationValueModifier and TypeMethodDescriptionLLJava.Annotation.get_elems()Generated by umod; model author's documentation MISSING.LLJava.ArrayAnnotationValue.get_elems()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.AnnotationValue> LLJava.__Patterns.term_AnnotationValue(Pattern<? super LLJava.Node> superpattern) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.AnnotationValueModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.AnnotationValue el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.AnnotationValue e0) protected voidLLJava.MultiVisitor.action(LLJava.AnnotationValue e0) protected voidLLJava.Visitor.action(LLJava.AnnotationValue e0) protected voidLLJava.MultiVisitor.descend(LLJava.AnnotationValue e0) voidLLJava.MATCH_ONLY_00.match(LLJava.AnnotationValue e0) protected voidLLJava.MultiVisitor.post(LLJava.AnnotationValue e0) protected voidLLJava.MultiVisitor.pre(LLJava.AnnotationValue e0) voidLLJava.Annotation.put_elems(LLJava.Id key0, LLJava.AnnotationValue value) Convenience un-Currying method.booleanLLJava.DefaultMethodBody.set_value(LLJava.AnnotationValue val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.AnnotationValue el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.AnnotationValueModifier and TypeMethodDescriptionLLJava.__Patterns.cast_AnnotationValue(Pattern<? super LLJava.AnnotationValue> p) 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.ArrayAnnotationValue> LLJava.ArrayAnnotationValue.get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.DefaultMethodBody> LLJava.DefaultMethodBody.get_value(Pattern<? super LLJava.AnnotationValue> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Annotation.set_elems(CheckedMap_RD<LLJava.Id, LLJava.AnnotationValue> val) Generated by umod; model author's documentation MISSING.booleanLLJava.ArrayAnnotationValue.set_elems(CheckedList<LLJava.AnnotationValue> val) Generated by umod; model author's documentation MISSING.static Pattern<LLJava.ArrayAnnotationValue> LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) static Pattern<LLJava.ClassAnnotationValue> LLJava.__Patterns.term_ClassAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super LLJava.QualId> p_name) LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super LLJava.Literal> p_literal) static Pattern<LLJava.EnumAnnotationValue> LLJava.__Patterns.term_EnumAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super LLJava.QualId> p_type, Pattern<? super LLJava.Id> p_name) static Pattern<LLJava.NestedAnnotationValue> LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super LLJava.Annotation> p_annotation) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.AnnotationValueModifierConstructorDescriptionConstructor 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.AnnotationValueModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.AnnotationValue in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.AnnotationValueMethods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.AnnotationValueModifier and TypeMethodDescriptionLLJavaGrammar.annotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.annotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation, Expression<SourceId, LLJavaLexer.TokenType, LLJava.AnnotationValue> annotationValue) LLJavaGrammar.elementValuePair(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) LLJavaGrammar.elementValuePairs(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation) protected List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> LLJavaGrammar.simpleAnnotation(LLJava.AnnotationValue value) Methods in eu.bandm.tools.lljava.parser with parameters of type LLJava.AnnotationValueModifier and TypeMethodDescriptionprotected List<Map.Entry<LLJava.Id, LLJava.AnnotationValue>> LLJavaGrammar.simpleAnnotation(LLJava.AnnotationValue value) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.AnnotationValueModifier 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) LLJavaGrammar.arrayAnnotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.AnnotationValue> annotationValue)