Uses of Class
eu.bandm.tools.lljava.absy.LLJava.NestedAnnotationValue
Packages that use LLJava.NestedAnnotationValue
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.NestedAnnotationValue in eu.bandm.tools.lljava.absyMethods in eu.bandm.tools.lljava.absy that return LLJava.NestedAnnotationValueModifier and TypeMethodDescriptionLLJava.NestedAnnotationValue.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.NestedAnnotationValueModifier and TypeMethodDescriptionstatic 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.NestedAnnotationValue> LLJava.__Patterns.term_NestedAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern, Pattern<? super LLJava.Annotation> p_annotation) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.NestedAnnotationValueModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.NestedAnnotationValue el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.NestedAnnotationValue e0) protected voidLLJava.MultiVisitor.action(LLJava.NestedAnnotationValue e0) protected voidLLJava.Visitor.action(LLJava.NestedAnnotationValue e0) protected voidLLJava.MultiVisitor.descend(LLJava.NestedAnnotationValue e0) voidLLJava.MATCH_ONLY_00.match(LLJava.NestedAnnotationValue e0) protected voidLLJava.MultiVisitor.post(LLJava.NestedAnnotationValue e0) protected voidLLJava.MultiVisitor.pre(LLJava.NestedAnnotationValue e0) protected FormatLLJava.__Formatter.toFormat(LLJava.NestedAnnotationValue el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.NestedAnnotationValueModifier and TypeMethodDescriptionLLJava.__Patterns.cast_NestedAnnotationValue(Pattern<? super LLJava.NestedAnnotationValue> p) 
- 
Uses of LLJava.NestedAnnotationValue in eu.bandm.tools.lljava.parserMethods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.NestedAnnotationValueModifier and TypeMethodDescriptionLLJavaGrammar.nestedAnnotationValue(Expression<SourceId, LLJavaLexer.TokenType, LLJava.Annotation> annotation)