Uses of Class
eu.bandm.tools.lljava.absy.LLJava.ArrayAnnotationValue
Packages that use LLJava.ArrayAnnotationValue
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.ArrayAnnotationValue in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.ArrayAnnotationValueModifier and TypeMethodDescriptionLLJava.ArrayAnnotationValue.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.ArrayAnnotationValueModifier and TypeMethodDescriptionstatic 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.ArrayAnnotationValue> LLJava.__Patterns.term_ArrayAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super CheckedList<LLJava.AnnotationValue>> p_elems) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ArrayAnnotationValueModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.ArrayAnnotationValue el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.ArrayAnnotationValue e0) protected voidLLJava.MultiVisitor.action(LLJava.ArrayAnnotationValue e0) protected voidLLJava.Visitor.action(LLJava.ArrayAnnotationValue e0) protected voidLLJava.MultiVisitor.descend(LLJava.ArrayAnnotationValue e0) voidLLJava.MultiVisitor.follow_elems(LLJava.ArrayAnnotationValue element) voidLLJava.Visitor.follow_elems(LLJava.ArrayAnnotationValue element) voidLLJava.MATCH_ONLY_00.followAll_elems(LLJava.ArrayAnnotationValue element) voidLLJava.MATCH_ONLY_00.match(LLJava.ArrayAnnotationValue e0) protected voidLLJava.MultiVisitor.post(LLJava.ArrayAnnotationValue e0) protected voidLLJava.MultiVisitor.pre(LLJava.ArrayAnnotationValue e0) protected FormatLLJava.__Formatter.toFormat(LLJava.ArrayAnnotationValue el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ArrayAnnotationValueModifier and TypeMethodDescriptionLLJava.__Patterns.cast_ArrayAnnotationValue(Pattern<? super LLJava.ArrayAnnotationValue> p) -
Uses of LLJava.ArrayAnnotationValue in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.ArrayAnnotationValueModifier and TypeMethodDescriptionLLJavaGrammar.arrayAnnotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.AnnotationValue> annotationValue)