Uses of Class
eu.bandm.tools.lljava.absy.LLJava.UpperTypeBound
Packages that use LLJava.UpperTypeBound
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.UpperTypeBound in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.UpperTypeBoundModifier and TypeFieldDescriptionprotected LLJava.UpperTypeBoundLLJava.TypeParameter.boundGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.UpperTypeBoundModifier and TypeMethodDescriptionLLJava.UpperTypeBound.doclone()Clones this object.LLJava.TypeParameter.get_bound()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.static final LLJava.UpperTypeBoundSemanticUtils.javaLangObjectTypeBound()Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionstatic Pattern<LLJava.UpperTypeBound> LLJava.UpperTypeBound.get_interfaces(Pattern<? super NonNullList<LLJava.ReferenceTypeExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.UpperTypeBound> LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern, Pattern<? super NonNullList<LLJava.ReferenceTypeExpr>> p_interfaces) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.UpperTypeBound el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.UpperTypeBound e0) protected voidLLJava.MultiVisitor.action(LLJava.UpperTypeBound e0) protected voidLLJava.Visitor.action(LLJava.UpperTypeBound e0) protected voidLLJava.MultiVisitor.descend(LLJava.UpperTypeBound e0) voidLLJava.MultiVisitor.follow_interfaces(LLJava.UpperTypeBound element) voidLLJava.Visitor.follow_interfaces(LLJava.UpperTypeBound element) voidLLJava.MATCH_ONLY_00.followAll_interfaces(LLJava.UpperTypeBound element) voidLLJava.MATCH_ONLY_00.match(LLJava.UpperTypeBound e0) protected voidLLJava.MultiVisitor.post(LLJava.UpperTypeBound e0) protected voidLLJava.MultiVisitor.pre(LLJava.UpperTypeBound e0) booleanLLJava.TypeParameter.set_bound(LLJava.UpperTypeBound val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.UpperTypeBound el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionLLJava.__Patterns.cast_UpperTypeBound(Pattern<? super LLJava.UpperTypeBound> p) static Pattern<LLJava.TypeParameter> LLJava.TypeParameter.get_bound(Pattern<? super LLJava.UpperTypeBound> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.UpperTypeBoundModifierConstructorDescriptionTypeParameter(LLJava.Id name, LLJava.UpperTypeBound bound) Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
TypeParameter(NonNullList<LLJava.Annotation> annotations, LLJava.Id name, LLJava.UpperTypeBound bound) Constructor defined according to directive »C 0/..«.
-
Uses of LLJava.UpperTypeBound in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec with parameters of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionprotected voidSignatureParser.unerase(LLJava.UpperTypeBound raw, LLJava.UpperTypeBound generic) -
Uses of LLJava.UpperTypeBound in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionLLJavaGrammar.upperTypeBound(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType) Method parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.UpperTypeBoundModifier and TypeMethodDescriptionprotected 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)