Uses of Class
eu.bandm.tools.lljava.absy.LLJava.TypeBound
Packages that use LLJava.TypeBound
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.TypeBound in eu.bandm.tools.lljava.absy
Subclasses of LLJava.TypeBound in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classSpecification of a lower
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":322.1-325.16, see this pretty print.)
(@{code super}) type bound.static classSpecification of an upper
(This definition has been created by UMod from the source at SYSTEM "LLJava.umod":314.1-320.16, see this pretty print.)
(@{code extends}) type bound.Fields in eu.bandm.tools.lljava.absy declared as LLJava.TypeBoundModifier and TypeFieldDescriptionprotected LLJava.TypeBoundLLJava.Wildcard.boundGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.TypeBoundModifier and TypeMethodDescriptionLLJava.TypeBound.doclone()Clones this object.LLJava.Wildcard.get_bound()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.TypeBoundModifier and TypeMethodDescriptionstatic Pattern<LLJava.TypeBound> LLJava.TypeBound.get_erasure(Pattern<? super LLJava.Type> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeBound> LLJava.TypeBound.get_limit(Pattern<? super LLJava.ReferenceTypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeBound> LLJava.__Patterns.term_TypeBound(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.ReferenceTypeExpr> p_limit, Pattern<? super LLJava.Type> p_erasure) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.TypeBoundModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.TypeBound el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.TypeBound e0) protected voidLLJava.MultiVisitor.action(LLJava.TypeBound e0) protected voidLLJava.Visitor.action(LLJava.TypeBound e0) protected voidLLJava.MultiVisitor.descend(LLJava.TypeBound e0) voidLLJava.MATCH_ONLY_00.match(LLJava.TypeBound e0) protected voidLLJava.MultiVisitor.post(LLJava.TypeBound e0) protected voidLLJava.MultiVisitor.pre(LLJava.TypeBound e0) booleanLLJava.Wildcard.set_bound(LLJava.TypeBound val) Generated by umod; model author's documentation MISSING.protected FormatLLJava.__Formatter.toFormat(LLJava.TypeBound el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.TypeBoundModifier and TypeMethodDescriptionLLJava.__Patterns.cast_TypeBound(Pattern<? super LLJava.TypeBound> p) static Pattern<LLJava.Wildcard> LLJava.Wildcard.get_bound(Pattern<? super LLJava.TypeBound> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.LowerTypeBound> LLJava.__Patterns.term_LowerTypeBound(Pattern<? super LLJava.TypeBound> superpattern) static Pattern<LLJava.UpperTypeBound> LLJava.__Patterns.term_UpperTypeBound(Pattern<? super LLJava.TypeBound> superpattern, Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p_interfaces) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.TypeBoundModifierConstructorDescriptionWildcard(LLJava.TypeBound bound) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of LLJava.TypeBound in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJava.TypeBoundModifier and TypeMethodDescriptionLLJavaGrammar.typeBound(Expression<SourceId, LLJavaLexer.TokenType, LLJava.ClassTypeExpr> classType)